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
|
python-anyio (4.8.0-3) unstable; urgency=medium
* Team upload.
* Skip another slow test on riscv64.
-- Colin Watson <cjwatson@debian.org> Sun, 16 Mar 2025 20:05:33 +0000
python-anyio (4.8.0-2) unstable; urgency=medium
* Team upload.
* Make autopkgtests depend on python3-trio (closes: #1099051).
-- Colin Watson <cjwatson@debian.org> Sun, 09 Mar 2025 17:14:55 +0000
python-anyio (4.8.0-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Mon, 27 Jan 2025 15:00:39 +0100
python-anyio (4.7.0-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Sat, 04 Jan 2025 14:55:21 +0100
python-anyio (4.6.2-4) unstable; urgency=medium
* Team upload.
* Fix another autopkgtest script typo :/
-- Julian Gilbey <jdg@debian.org> Tue, 12 Nov 2024 21:23:21 +0000
python-anyio (4.6.2-3) unstable; urgency=medium
* Team upload.
* Add missing build-dependency (python3-idna) and drop unnecessary
python3-pip
* Fix autopkgtest script typo and drop useless test exclusion
-- Julian Gilbey <jdg@debian.org> Tue, 12 Nov 2024 08:57:32 +0000
python-anyio (4.6.2-2) unstable; urgency=medium
* Team upload.
* Exclude three failing or flaky tests (reported upstream)
* Don't install test dependencies at build time as we don't test at
build time
-- Julian Gilbey <jdg@debian.org> Mon, 11 Nov 2024 18:54:39 +0000
python-anyio (4.6.2-1) unstable; urgency=medium
* Team upload.
* New upstream version.
* Add new test dependency, and specify version of python3-uvloop for
tests
-- Julian Gilbey <jdg@debian.org> Sun, 10 Nov 2024 07:20:02 +0000
python-anyio (4.6.0-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Thu, 26 Sep 2024 19:46:04 +0200
python-anyio (4.4.0-1) unstable; urgency=medium
* New upstream release.
* Bump standards-version to 4.7.0.
-- Julien Puydt <jpuydt@debian.org> Sun, 09 Jun 2024 10:14:01 +0200
python-anyio (4.3.0-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Mon, 01 Apr 2024 16:47:26 +0200
python-anyio (4.2.0-1) unstable; urgency=medium
* Add missing depends on python3-exceptiongroup.
* New upstream release.
* Make build-clean-build work.
-- Julien Puydt <jpuydt@debian.org> Thu, 18 Jan 2024 19:03:16 +0100
python-anyio (4.1.0-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Tue, 12 Dec 2023 09:28:21 +0100
python-anyio (3.7.0-1) unstable; urgency=medium
* Fix patch metadata.
* Bump standards-version to 4.6.2.
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Sun, 25 Jun 2023 06:55:12 +0200
python-anyio (3.6.2-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Fri, 28 Oct 2022 00:51:04 +0200
python-anyio (3.6.1-1) unstable; urgency=medium
* New upstream release.
* Bump standards-version to 4.6.1.
* Refresh patches.
* Don't run upstream test suite at build-time, but
make autopkgtest work.
-- Julien Puydt <jpuydt@debian.org> Fri, 20 May 2022 08:53:08 +0200
python-anyio (3.5.0-4) unstable; urgency=medium
* Apply Gianfranco Costamagna's patch (Closes: #1006816).
-- Julien Puydt <jpuydt@debian.org> Mon, 09 May 2022 09:07:33 +0200
python-anyio (3.5.0-3) unstable; urgency=medium
* Better patch to fix tests with missing IPv4 and IPv6 (Closes: #1006816).
-- Julien Puydt <jpuydt@debian.org> Fri, 18 Mar 2022 23:42:42 +0100
python-anyio (3.5.0-2) unstable; urgency=medium
* Add patch to disable IPv4 tests if not available (Closes: #1004461).
-- Julien Puydt <jpuydt@debian.org> Sat, 05 Feb 2022 17:18:10 +0100
python-anyio (3.5.0-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Wed, 19 Jan 2022 14:12:35 +0100
python-anyio (3.4.0-1) unstable; urgency=medium
* New upstream release.
* Refresh patch.
-- Julien Puydt <jpuydt@debian.org> Tue, 23 Nov 2021 09:13:18 +0100
python-anyio (3.3.4-2) unstable; urgency=medium
* Fix d/watch.
-- Julien Puydt <jpuydt@debian.org> Tue, 26 Oct 2021 16:42:33 +0200
python-anyio (3.3.4-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Sun, 17 Oct 2021 23:25:01 +0200
python-anyio (3.3.2-1) unstable; urgency=medium
[ Debian Janitor ]
* Trim trailing whitespace.
* Set upstream metadata fields: Bug-Submit.
[ Julien Puydt ]
* Bump standards-version to 4.6.0.
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Sat, 02 Oct 2021 10:41:13 +0200
python-anyio (3.3.1-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Sat, 18 Sep 2021 10:11:45 +0200
python-anyio (3.3.0-4) unstable; urgency=medium
* debian/test/*
- fix autopkgtest by installing b-d and setting the right pytest args
-- Sandro Tosi <morph@debian.org> Tue, 14 Sep 2021 23:15:24 -0400
python-anyio (3.3.0-3) unstable; urgency=medium
* debian/tests/control
- set a versioned depends on pytest for autopkgtest
-- Sandro Tosi <morph@debian.org> Mon, 13 Sep 2021 21:14:02 -0400
python-anyio (3.3.0-2) unstable; urgency=medium
* debian/rules
- run test verbosely and skip test_is_block_device, fails on buildd
-- Sandro Tosi <morph@debian.org> Sat, 11 Sep 2021 20:47:00 -0400
python-anyio (3.3.0-1) unstable; urgency=medium
[ Julien Puydt ]
* Fix d/watch.
* Package new upstream 3.3.0.
* Update disable_backends.patch to new upstream.
[ Sandro Tosi ]
* debian/control
- use proper team name and email address
- add pip, setuptools-scm, pytest, pytest-mock, hypothesis to b-d, needed
to install and run tests
- set versioned b-d on pytest to >= 6.2.5
* debian/rules
- adapt how we run test to include egg_info and ignore
DeprecationWarnings
-- Sandro Tosi <morph@debian.org> Thu, 09 Sep 2021 16:35:42 -0400
python-anyio (2.0.2-2) unstable; urgency=medium
* Team upload.
* No change source-only upload for testing migration.
-- Boyuan Yang <byang@debian.org> Tue, 26 Jan 2021 19:12:43 -0500
python-anyio (2.0.2-1) unstable; urgency=medium
* Initial release. (Closes: #978619)
-- Julien Puydt <jpuydt@debian.org> Tue, 29 Dec 2020 13:36:17 +0100
|