Package: python-aiortc / 1.6.0-1

Metadata

Package Version Patches format
python-aiortc 1.6.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1001_skip_network_tests.patch | (download)

tests/test_ortc.py | 4 3 1 - 0 !
tests/test_rtcicetransport.py | 6 5 1 - 0 !
tests/test_rtcpeerconnection.py | 4 3 1 - 0 !
3 files changed, 11 insertions( ), 3 deletions(-)

 skip network tests unless env var extended_testing is set
2001_crc32c.patch | (download)

src/aiortc/rtcsctptransport.py | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 use python module crc32c (not google-crc32c)
 Upstream reason for using google-crc32c is a more liberal license,
 which is irrelevant for Debian use,
 and Debian currently only have crc32c packaged.
2002_no_default_stun_host.patch | (download)

src/aiortc/rtcicetransport.py | 2 1 1 - 0 !
tests/test_rtcicetransport.py | 2 1 1 - 0 !
2 files changed, 2 insertions( ), 2 deletions(-)

 use no default stun host (i.e. avoid hardcoded google service)
2003_privacy.patch | (download)

README.rst | 23 0 23 - 0 !
docs/conf.py | 2 1 1 - 0 !
docs/index.rst | 20 0 20 - 0 !
3 files changed, 1 insertion( ), 44 deletions(-)

 avoid privacy breach in documentation