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
|
python-pytest-asyncio (0.25.1-1) unstable; urgency=medium
* New upstream release.
-- Roland Mas <lolando@debian.org> Fri, 03 Jan 2025 20:57:36 +0100
python-pytest-asyncio (0.24.0a1-1) unstable; urgency=medium
* New upstream release.
* Adopt package and move it to the Python team. Thanks, Jonas!
* Bug fix: "Fails to build source after successful build", thanks to
Lucas Nussbaum (Closes: #1047378).
-- Roland Mas <lolando@debian.org> Wed, 02 Oct 2024 17:59:00 +0200
python-pytest-asyncio (0.20.3-1.3) unstable; urgency=medium
* Non-maintainer upload.
* pytest-trio is now available, enable it
* Add patch to make this compatible with Pytest 8.2 (Closes: #1072057)
-- Alexandre Detiste <tchet@debian.org> Sat, 01 Jun 2024 13:19:21 +0200
python-pytest-asyncio (0.20.3-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Skip test_pytest_min_version_warning.py in autopkgtest for
spurious AssertRewriteWarning
-- Timo Röhling <roehling@debian.org> Wed, 04 Oct 2023 22:29:34 +0200
python-pytest-asyncio (0.20.3-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Remove broken test case; closes: bug#1051435
-- Timo Röhling <roehling@debian.org> Sat, 23 Sep 2023 16:19:50 +0200
python-pytest-asyncio (0.20.3-1) unstable; urgency=medium
[ upstream ]
* new release
* avoid usage of deprecated mark;
closes: bug#1026209, thanks to Timo Röhling
[ Jonas Smedegaard ]
* drop patch 2002, obsoleted by upstream changes
-- Jonas Smedegaard <dr@jones.dk> Fri, 16 Dec 2022 14:35:17 +0100
python-pytest-asyncio (0.19.0-1) unstable; urgency=medium
[ upstream ]
* new release
-- Jonas Smedegaard <dr@jones.dk> Tue, 16 Aug 2022 19:35:38 +0200
python-pytest-asyncio (0.18.3-1) unstable; urgency=medium
[ upstream ]
* new release
[ Jonas Smedegaard ]
* break python3-pytest-mock;
closes: bug#1012208, thanks to Julian Gilbey and Graham Inggs
* avoid module pytest_trio not in Debian
-- Jonas Smedegaard <dr@jones.dk> Wed, 01 Jun 2022 14:40:22 +0200
python-pytest-asyncio (0.18.2-1) unstable; urgency=medium
[ upstream ]
* new release
[ Jonas Smedegaard ]
* stop ignore testsuite failures
* add autopkgtest
-- Jonas Smedegaard <dr@jones.dk> Fri, 04 Mar 2022 17:34:23 +0100
python-pytest-asyncio (0.18.1-1) unstable; urgency=medium
[ upstream ]
* new release(s)
[ Jonas Smedegaard ]
* update git-buildpackage config:
+ use DEP-14 branch names debian/latest upstream/latest
(not master upstream)
+ add usage comment
* modernize build rules;
build-depend on dh-sequence-python3 pybuild-plugin-pyproject
(not dh-python)
* build-depend on python3-flaky python3-mypy
* tighten lintian overrides
* update copyright info: update coverage
-- Jonas Smedegaard <dr@jones.dk> Sat, 19 Feb 2022 16:14:26 +0100
python-pytest-asyncio (0.16.0-1) unstable; urgency=medium
[ upstream ]
* new release
-- Jonas Smedegaard <dr@jones.dk> Mon, 08 Nov 2021 16:02:10 +0100
python-pytest-asyncio (0.15.1-1) unstable; urgency=medium
[ upstream ]
* new release(s)
[ Jonas Smedegaard ]
* update copyright info:
+ use Reference field (not License-Reference);
tighten lintian overrides
+ update coverage
* declare compliance with Debian Policy 4.6.0
-- Jonas Smedegaard <dr@jones.dk> Wed, 22 Sep 2021 00:08:02 +0200
python-pytest-asyncio (0.14.0-5) unstable; urgency=medium
* drop patch 2001 and depend on newer python3-pytest (not older);
closes: bug#977049, thanks to Christian Kastner
* declare compliance with Debian Policy 4.5.1
-- Jonas Smedegaard <dr@jones.dk> Sat, 02 Jan 2021 23:28:27 +0100
python-pytest-asyncio (0.14.0-4) unstable; urgency=medium
* enable autopkgtest
-- Jonas Smedegaard <dr@jones.dk> Thu, 27 Aug 2020 20:45:05 +0200
python-pytest-asyncio (0.14.0-3) unstable; urgency=medium
* move maintenance to salsa debian group:
+ update Vcs-* fields
+ set myself as maintainer (not Cryptocoin Team)
-- Jonas Smedegaard <dr@jones.dk> Thu, 27 Aug 2020 13:30:23 +0200
python-pytest-asyncio (0.14.0-2) unstable; urgency=medium
* copyright: update coverage
* add patch 2001 to use older pytest;
closes: bug#969050, thanks to Rebecca N. Palmer
* fix (build-)depend on python3-async-generator;
fix build-depend on python3-hypothesis python3-pytest;
thanks to Rebecca N. Palmer (see bug#969050)
* add patch 2002 to register mark with pytest
* ignore testsuite failures for now
(as accidentally done previously, less loudly)
-- Jonas Smedegaard <dr@jones.dk> Thu, 27 Aug 2020 13:06:59 +0200
python-pytest-asyncio (0.14.0-1) unstable; urgency=medium
[ upstream ]
* new release(s)
[ Jonas Smedegaard ]
* simplify source script copyright-chceck
* use debhelper compatibility level 13 (not 9);
build-depend on debhelper-compat (not debhelper)
* declare compliance with Debian Policy 4.5.0
-- Jonas Smedegaard <dr@jones.dk> Tue, 25 Aug 2020 17:36:50 +0200
python-pytest-asyncio (0.10.0-1) unstable; urgency=medium
[ upstream ]
* New release.
+ Pytest 4.1 support.
Closes: Bug#934484. Thanks to David Steele.
[ Jonas Smedegaard ]
* Declare compliance with Debian Policy 4.4.0.
* Set Rules-Requires-Root: no.
* Update watch file:
+ Simplify regular expressions.
+ Rewrite usage comment.
-- Jonas Smedegaard <dr@jones.dk> Sat, 07 Sep 2019 12:39:12 +0200
python-pytest-asyncio (0.9.0-1) unstable; urgency=medium
[ upstream ]
* New release.
+ Python 3.7 support.
+ Remove ProcessPoolExecutor support.
-- Jonas Smedegaard <dr@jones.dk> Fri, 10 Aug 2018 11:59:05 +0200
python-pytest-asyncio (0.8.0-1) unstable; urgency=low
* Initial packaging release.
Closes: bug#886338.
-- Jonas Smedegaard <dr@jones.dk> Wed, 27 Jun 2018 11:38:33 +0200
|