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 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291
|
python-uvicorn (0.32.0-3) unstable; urgency=medium
* Team upload.
[ Sebastiaan Couwenberg ]
* Fix test failures due to changed JSON formatting. Closes: #1099278.
-- Santiago Vila <sanvila@debian.org> Tue, 11 Mar 2025 12:40:00 +0100
python-uvicorn (0.32.0-2) unstable; urgency=medium
* Team upload.
* Ignore websockets DeprecationWarnings during tests (closes: #1088725)
-- Julian Gilbey <jdg@debian.org> Mon, 09 Dec 2024 20:53:12 +0000
python-uvicorn (0.32.0-1) unstable; urgency=low
* New upstream version 0.32.0
* Refresh patches.
* Bump Standards-Version to 4.7.0.
* Skip further tests during build which would fail in absence of network.
* Run wrap-and-sort -bast to reduce diff size of future changes.
-- Michael Fladischer <fladi@debian.org> Wed, 23 Oct 2024 15:56:41 +0000
python-uvicorn (0.30.6-1) unstable; urgency=low
* New upstream version 0.30.6
* Refresh patches.
-- Michael Fladischer <fladi@debian.org> Wed, 28 Aug 2024 13:49:44 +0000
python-uvicorn (0.30.3-1) unstable; urgency=low
* New upstream version 0.30.3
* Refresh patches.
-- Michael Fladischer <fladi@debian.org> Mon, 22 Jul 2024 19:01:33 +0000
python-uvicorn (0.30.1-1) unstable; urgency=low
* New upstream version 0.30.1
* Remove __pycache__ artifact from documentation.
* Use $(CURDIR) in d/rules.
* Skip network-dependant tests during build.
* Refresh patches and drop httpx compatibility patch.
-- Michael Fladischer <fladi@debian.org> Thu, 18 Jul 2024 07:56:58 +0000
python-uvicorn (0.29.0-1) unstable; urgency=low
* New upstream version 0.29.0
-- Michael Fladischer <fladi@debian.org> Wed, 27 Mar 2024 16:34:10 +0000
python-uvicorn (0.28.0-1) unstable; urgency=low
* New upstream version 0.28.0
* Refresh patches.
* Skip test_socket_bind as it requires network.
* Add patch for compatibility with httpx 0.27.0 (Closes: #1066793).
-- Michael Fladischer <fladi@debian.org> Sat, 16 Mar 2024 23:28:43 +0000
python-uvicorn (0.27.1-1) unstable; urgency=low
* New upstream version 0.27.1
* Refresh patches.
* Replace python3-watchgod with python3-watchfiles.
-- Michael Fladischer <fladi@debian.org> Tue, 20 Feb 2024 14:06:59 +0000
python-uvicorn (0.27.0-1) unstable; urgency=low
* New upstream version 0.27.0
-- Michael Fladischer <fladi@debian.org> Fri, 26 Jan 2024 10:36:18 +0000
python-uvicorn (0.26.0-1) unstable; urgency=low
* New upstream version 0.26.0
* Remove Files-Excluded from d/copyright, no longer needed.
* Refresh patches.
* Update year in d/copyright.
-- Michael Fladischer <fladi@debian.org> Fri, 19 Jan 2024 16:47:13 +0000
python-uvicorn (0.25.0-1) unstable; urgency=low
* New upstream version 0.25.0
-- Michael Fladischer <fladi@debian.org> Fri, 29 Dec 2023 20:32:35 +0000
python-uvicorn (0.24.0-1) unstable; urgency=medium
* New upstream version 0.24.0
* Refresh patches.
* Add python3-httptools to Build-Depends, unlocks more tests.
-- Michael Fladischer <fladi@debian.org> Mon, 06 Nov 2023 14:36:30 +0000
python-uvicorn (0.23.2+dfsg-2) unstable; urgency=medium
* Use help2man to generate up-to-date man page, drop docbook-to-man.
* Simplify d/rules by using execute_ targets instead of overrides.
-- Michael Fladischer <fladi@debian.org> Tue, 22 Aug 2023 13:00:29 +0000
python-uvicorn (0.23.2+dfsg-1) unstable; urgency=medium
[ Andreas Tille ]
* Forwarded patch
[ Michael Fladischer ]
* New upstream version 0.23.2+dfsg
* Exclude docs/js from source tarball, it is not used and only provided in
minified form.
* Refresh patches.
* Build using pybuild-plugin-pyproject and python3-hatchling.
* Remove python3-asgiref and python3-httptools from Build-Depends, no longer
used.
* Add python3-a2wsgi to Build-Depends, required to build.
* Add patch to disable gitter chat in documentation.
* Add python3-pymdownx to Build-Depends, required by documentation.
* Bump Standards-Version to 4.6.2.
* Update year in d/copyright.
* Install testfiles using d/pybuild.testfiles.
* Run autopkgtests with all available Python3 versions, not only the
requested ones.
* Extend patch to use local image resource to prevent privacy breach.
* Depend on python3-all for autopkgtests.
* Run wrap-and-sort -bast to reduce diff size of future changes.
* Remove gzipped sitemap.xml, not useful for offline documentation.
-- Michael Fladischer <fladi@debian.org> Wed, 09 Aug 2023 16:27:28 +0000
python-uvicorn (0.17.6-1) unstable; urgency=medium
* Team upload.
* New upstream version
* Standards-Version: 4.6.0 (routine-update)
* Add salsa-ci file (routine-update)
* fix asyncio warnings
Closes: #1008457
-- Andreas Tille <tille@debian.org> Mon, 04 Apr 2022 13:41:27 +0200
python-uvicorn (0.15.0-2) unstable; urgency=medium
* debian/tests/
- add autopkgtests
-- Sandro Tosi <morph@debian.org> Wed, 01 Dec 2021 00:01:56 -0500
python-uvicorn (0.15.0-1) unstable; urgency=medium
* New upstream release; Closes: #997476
* debian/watch
- fix watch file
* debian/patches/0003-Remove-image-badges-to-prevent-privacy-breaches.patch
- refresh patch
* debian/control
- add asgiref, dotenv, pytest-asyncio anyio to b-d, needed by tests
- bump Standards-Version to 4.6.0.1 (no changes needed)
* debian/rules
- run tests at build-time
-- Sandro Tosi <morph@debian.org> Thu, 25 Nov 2021 00:24:31 -0500
python-uvicorn (0.13.3-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Sandro Tosi ]
* New upstream release
- Closes: #969275 CVE-2020-7695
- Closes: #969276 CVE-2020-7694
* debian/control
- run wrap-and-sort
- add httpx, pytest-mock, trustme to b-d, needed for tests
- bump Standards-Version to 4.5.1 (no changes needed)
-- Sandro Tosi <morph@debian.org> Fri, 08 Jan 2021 23:00:04 -0500
python-uvicorn (0.11.5-1) unstable; urgency=low
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Michael Fladischer ]
* New upstream release.
* Refresh patches.
* Add python-watchgod to Build-Depends.
* Skip test_trace_logging tests module, as it currently deadlocks.
* Add patch to remove remote image shields to prevent privacy issues.
* Bump debhelper version to 13.
-- Michael Fladischer <fladi@debian.org> Thu, 16 Jul 2020 21:03:18 +0200
python-uvicorn (0.11.3-1) unstable; urgency=low
* New upstream release.
* Refresh patches.
* Bump Standards-Version to 4.5.0.
-- Michael Fladischer <fladi@debian.org> Tue, 25 Feb 2020 21:21:52 +0100
python-uvicorn (0.11.2-1) unstable; urgency=low
* New upstream release.
* Refresh patches.
-- Michael Fladischer <fladi@debian.org> Thu, 23 Jan 2020 14:12:52 +0100
python-uvicorn (0.11.1-1) unstable; urgency=low
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
* Bump Standards-Version to 4.4.1.
[ Michael Fladischer ]
* New upstream release.
* Refresh patches.
* Skip test_default_headers tests as they require network.
* Clean up .pytest_cache/CACHEDIR.TAG to allow two builds in a row.
* Set Rules-Requires-Root: no.
-- Michael Fladischer <fladi@debian.org> Sat, 28 Dec 2019 15:58:41 +0100
python-uvicorn (0.3.24-1) unstable; urgency=low
* New upstream release.
* Refresh patches.
* Bump debhelper compatibility and version to 12.
* Bump Standards-Version to 4.3.0.
* Add Enhances: python3-gunicorn to indicate that python3-uvicorn
provides a worker class implementation for it.
-- Michael Fladischer <fladi@debian.org> Sun, 06 Jan 2019 17:23:11 +0100
python-uvicorn (0.3.23-1) unstable; urgency=low
* New upstream release.
-- Michael Fladischer <fladi@debian.org> Sun, 23 Dec 2018 18:14:06 +0100
python-uvicorn (0.3.22-2) unstable; urgency=medium
* Team upload.
* Use dh_mkdocs instead of manually symlinking static files.
* Prevent search_index.json from being compressed.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 22 Dec 2018 22:53:48 +0300
python-uvicorn (0.3.22-1) unstable; urgency=low
[ Dmitry Shachnev ]
* Drop unused dh_sphinxdoc override, this package does not use Sphinx.
[ Michael Fladischer ]
* New upstream release.
* Refresh patches.
* Clean up files in .pytest_cache/ to allow two builds in a row.
* Do not mention planned HTTP/2 support in long description.
-- Michael Fladischer <fladi@debian.org> Tue, 18 Dec 2018 09:13:42 +0100
python-uvicorn (0.3.21-1) unstable; urgency=low
* New upstream release.
-- Michael Fladischer <fladi@debian.org> Thu, 22 Nov 2018 09:34:38 +0100
python-uvicorn (0.3.20-1) unstable; urgency=low
* New upstream release.
* Add debian/gbp.conf.
-- Michael Fladischer <fladi@debian.org> Wed, 14 Nov 2018 16:56:42 +0100
python-uvicorn (0.3.14-1) unstable; urgency=low
* Initial release (Closes: #911549).
-- Michael Fladischer <fladi@debian.org> Sun, 21 Oct 2018 12:31:34 +0200
|