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
|
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
|