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
|
python-trio (0.22.0-0.2) unstable; urgency=medium
* Non-maintainer upload.
* Temporary add missing python3-exceptiongroup dependency for Python 3.10
-- Jochen Sprickerhof <jspricke@debian.org> Mon, 09 Jan 2023 07:55:29 +0100
python-trio (0.22.0-0.1) unstable; urgency=medium
* Non-maintainer upload.
* New upstream version 0.22.0 (Closes: #1026155)
-- Jochen Sprickerhof <jspricke@debian.org> Thu, 15 Dec 2022 13:14:37 +0100
python-trio (0.21.0-1) unstable; urgency=medium
* New upstream release.
-- Robie Basak <robie@justgohome.co.uk> Sun, 03 Jul 2022 14:32:43 +0100
python-trio (0.20.0-1) unstable; urgency=medium
* New upstream release.
- Fixes FTBFS: OpenSSL on Python 3.10. Closes: #1009429.
- Fixes FTBFS on ppc64el due to a test hang caused by a pipe buffer
difference. Closes: #976937.
* Update Standards-Version to 4.6.1.
-- Robie Basak <robie@justgohome.co.uk> Sat, 14 May 2022 17:05:54 +0100
python-trio (0.19.0-1) unstable; urgency=medium
* New upstream release. Closes: #998699.
* Use debhelper-compat and bump to 13.
* Drop debian/patches/mark-upstream-only-test: adopted upstream.
* Thanks to Ben Nuttall.
-- Robie Basak <robie@justgohome.co.uk> Sun, 14 Nov 2021 15:39:33 +0000
python-trio (0.13.0-2) unstable; urgency=medium
* Patch out upstream-only tests to avoid spurious test failure.
-- Robie Basak <robie@justgohome.co.uk> Tue, 10 Mar 2020 00:31:18 +0000
python-trio (0.13.0-1) unstable; urgency=medium
* New upstream release.
* Add build dependencies on python3-astor and python3-yapf: required
for tests.
* Add "concurrency" to the package description in debian/control.
-- Robie Basak <robie@justgohome.co.uk> Sun, 23 Feb 2020 17:15:39 +0000
python-trio (0.11.0-2) unstable; urgency=medium
* Build-depend on pylint which is now python3, not pylint3.
-- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 10 Dec 2019 16:54:09 +0100
python-trio (0.11.0-1) unstable; urgency=low
* New upstream release.
* d/control: new build dependency on pylint3: needed by upstream tests.
* Drop hacks to build with >= Python 3.7 as it is now default:
- d/control: straightforward Build-Depends on python3 and Depends on
${python3:Depends} instead of manual specification.
- d/rules: drop custom PYBUILD_INTERPRETERS and PYBUILD_VERSIONS.
- Drop lintian overrides no longer necessary.
- Updating d/README.source makes it empty, so remove it.
* d/p/drop-pytest-config: drop since it is no longer needed since
pytest was updated.
-- Robie Basak <robie@justgohome.co.uk> Sun, 14 Jul 2019 12:07:55 +0100
python-trio (0.9.0-1) unstable; urgency=low
* Initial release. Closes: #900296.
-- Robie Basak <robie@justgohome.co.uk> Sat, 13 Oct 2018 23:27:56 +0100
|