1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268
|
python-aiortc (1.11.0-1) unstable; urgency=medium
[ upstream ]
* new release
[ Jonas Smedegaard ]
* update and unfuzz patches
* add patch 2004
to use older releases of libraries cryptography and pyopenssl
* tighten build-dependencies for python3-av python3-pyee
-- Jonas Smedegaard <dr@jones.dk> Sun, 30 Mar 2025 07:55:12 +0200
python-aiortc (1.10.1-2) unstable; urgency=medium
* add patch cherry-picked upstream to relax h264 encoder test
-- Jonas Smedegaard <dr@jones.dk> Tue, 25 Mar 2025 17:15:13 +0100
python-aiortc (1.10.1-1) unstable; urgency=medium
[ upstream ]
* new release(s);
closes: bug#1074634, #1084683,
thanks to Johnny Accot, Louis-Philippe Véronneau and Adrian Bunk
[ Jonas Smedegaard ]
* update copyright info: update coverage
* tighten build-dependency
on python3-cryptography python3-openssl python3-pylibsrtp;
relax build-dependency on python3-av
* unfuzz patches
* declare compliance with Debian Policy 4.7.2
* extend patch 1001 to cover more network-requiring tests
* have pytest emit verbose output unless DEB_BUILD_OPTIONS=terse
-- Jonas Smedegaard <dr@jones.dk> Mon, 24 Mar 2025 19:36:22 +0100
python-aiortc (1.6.0-1) unstable; urgency=medium
[ upstream ]
* new release;
+ supports python 3.12;
closes: bug#1056453, thanks to Matthias Klose
[ Jonas Smedegaard ]
* build-depend on python3-sphinxcontrib.trio
(not python3-sphinxcontrib-asyncio);
relax build-dependency on python3-av
* unfuzz patches;
add debian/patches/README documenting patch naming micro-policy
-- Jonas Smedegaard <dr@jones.dk> Sat, 13 Jan 2024 11:28:13 +0100
python-aiortc (1.5.0-3) unstable; urgency=medium
* fix: depend (not autopkgtest-depend) on python3-crc32c;
closes: bug#1054154, thanks to Benjamin Drung
-- Jonas Smedegaard <dr@jones.dk> Wed, 18 Oct 2023 23:36:42 +0200
python-aiortc (1.5.0-2) unstable; urgency=medium
* resolve build-time dependencies automatically
-- Jonas Smedegaard <dr@jones.dk> Tue, 10 Oct 2023 06:36:15 +0200
python-aiortc (1.5.0-1) unstable; urgency=medium
[ upstream ]
* new release;
closes: bug#1042123, thanks to Lucas Nussbaum and Bo YU
[ Jonas Smedegaard ]
* update copyright info: update coverage
-- Jonas Smedegaard <dr@jones.dk> Wed, 01 Feb 2023 12:53:51 +0100
python-aiortc (1.4.0-1) unstable; urgency=medium
[ upstream ]
* new release
[ Jonas Smedegaard ]
* drop patch 1002, obsoleted by upstream changes
* declare compliance with Debian Policy 4.6.2
* (build-)depend on python3-openssl
* update copyright info: update coverage
-- Jonas Smedegaard <dr@jones.dk> Sat, 28 Jan 2023 23:18:16 +0100
python-aiortc (1.3.2-2) unstable; urgency=medium
* add patch 1002 to relax dependency on Python module av;
relax (build-)dependency on python3-av
* build-depend on pybuild-plugin-pyproject
* declare compliance with Debian Policy 4.6.1
-- Jonas Smedegaard <dr@jones.dk> Thu, 01 Dec 2022 10:51:19 +0100
python-aiortc (1.3.2-1) unstable; urgency=medium
[ upstream ]
* new release
[ Jonas Smedegaard ]
* drop patch cherry-picked upstream now applied
* update patch 2003 to cover privacy breach in sphinx theme
* unfuzz patches
-- Jonas Smedegaard <dr@jones.dk> Thu, 12 May 2022 09:23:23 +0200
python-aiortc (1.3.1-2) unstable; urgency=medium
* add patch 2003 to avoid privacy breach in documentation
-- Jonas Smedegaard <dr@jones.dk> Mon, 14 Mar 2022 10:00:19 +0100
python-aiortc (1.3.1-1) unstable; urgency=medium
[ upstream ]
* new release
[ Jonas Smedegaard ]
* drop patches cherry-picked upstream now applied
-- Jonas Smedegaard <dr@jones.dk> Mon, 14 Mar 2022 09:31:15 +0100
python-aiortc (1.3.0-7) experimental; urgency=medium
* build upstream documentation:
+ add new binary package python3-aiortc-doc
+ build-depend on dh-sequence-sphinxdoc python3-sphinx
python3-sphinx-autodoc-typehints python3-sphinxcontrib-asyncio
-- Jonas Smedegaard <dr@jones.dk> Fri, 11 Mar 2022 16:42:48 +0100
python-aiortc (1.3.0-6) unstable; urgency=medium
* add patch cherry-picked upstream
to fix G.711 decoding test on big-endian machines
-- Jonas Smedegaard <dr@jones.dk> Fri, 11 Mar 2022 16:01:08 +0100
python-aiortc (1.3.0-5) unstable; urgency=medium
* update git-buildpackage config:
+ use DEP-14 branch names debian/latest upstream/latest
(not debian/master upstream)
+ add usage comment
-- Jonas Smedegaard <dr@jones.dk> Fri, 11 Mar 2022 15:34:19 +0100
python-aiortc (1.3.0-4) unstable; urgency=medium
* add patches cherry-picked upstream:
+ reset h264 picture type to ensure B-frames are produced
+ adapt media player code for PyAV 9.x;
update tight (build-)dependency on python3-av
* update copyright info:
+ update coverage
+ use Reference field;
update lintian overrides
* drop file README.Debian
which contained only an obsolete note about apprtc
-- Jonas Smedegaard <dr@jones.dk> Fri, 11 Mar 2022 15:09:22 +0100
python-aiortc (1.3.0-3) unstable; urgency=medium
* stop set timeout for testsuite altogether
-- Jonas Smedegaard <dr@jones.dk> Fri, 04 Feb 2022 21:35:49 +0100
python-aiortc (1.3.0-2) unstable; urgency=medium
* relax testsuite timeout,
to hopefully succeed more reliably on armel and armhf
* update TODOs
* simplify source helper script copyright-check
-- Jonas Smedegaard <dr@jones.dk> Thu, 03 Feb 2022 14:09:42 +0100
python-aiortc (1.3.0-1) unstable; urgency=medium
[ upstream ]
* new release
[ Jonas Smedegaard ]
* adapt for upstream removal of apprtc code:
+ stop suggest python3-http python3-websockets
+ stop mention optional apprtc package needs in long description
+ drop patch 2001 to use bogus apprtc host by default
+ update patch 1001; simplify autopkgtest
* add new patch 2001 to use Python module crc32c
(not google-crc32c);
unfuzz patch 2002
* tighten build-dependency on python3-pyee
-- Jonas Smedegaard <dr@jones.dk> Tue, 01 Feb 2022 23:24:09 +0100
python-aiortc (1.2.1-3) unstable; urgency=medium
* fix depend (not only build-depend) on python3-crc32c
-- Jonas Smedegaard <dr@jones.dk> Mon, 06 Sep 2021 21:01:24 +0200
python-aiortc (1.2.1-2) unstable; urgency=medium
* fix extend patch 1001
to suppress another test requiring network access
-- Jonas Smedegaard <dr@jones.dk> Sun, 05 Sep 2021 20:38:56 +0200
python-aiortc (1.2.1-1) unstable; urgency=medium
[ upstream ]
* new release(s)
[ Jonas Smedegaard ]
* declare compliance with Debian Policy 4.6.0
* tighten (build-)dependency on python3-aioice python3-av python3-pyee
* update and unfuzz patches
* unconditionally disable apprtc tests with autopkgtest
* add README.Debian documenting use of bogus apprtc host by default
-- Jonas Smedegaard <dr@jones.dk> Wed, 18 Aug 2021 21:19:42 +0200
python-aiortc (0.9.28-3) unstable; urgency=medium
* release to unstable
-- Jonas Smedegaard <dr@jones.dk> Thu, 22 Apr 2021 18:31:36 +0200
python-aiortc (0.9.28-2) experimental; urgency=medium
* check testsuite during build;
add patch 1001
to skip network tests unless env var EXTENDED_TESTING is set;
add patch 2001
to use bogus host apprtc.example.org (not appr.tc)
as builtin default;
build-depend on python3-crc32c python3-pytest-timeout
* use debhelper compatibility level 13 (not 12)
* enable autopkgtest
* add TODO on generating documentation
* declare compliance with Debian Policy 4.5.1
* install example scripts
* add patch 2002
to use no default stun host (i.e. avoid hardcoded Google service)
* suggest python3-http and python3-websockets,
and mention their use in long description
-- Jonas Smedegaard <dr@jones.dk> Tue, 13 Apr 2021 15:57:44 +0200
python-aiortc (0.9.28-1) experimental; urgency=medium
[ upstream ]
* new release
-- Jonas Smedegaard <dr@jones.dk> Wed, 20 May 2020 12:09:44 +0200
python-aiortc (0.9.27-1) experimental; urgency=low
* initial packaging
closes: bug#921679
-- Jonas Smedegaard <dr@jones.dk> Fri, 17 Apr 2020 09:53:11 +0200
|