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
|
python-sniffio (1.3.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Sun, 02 Jun 2024 20:46:03 +0100
python-sniffio (1.3.0-2) unstable; urgency=medium
* Use same short description as library package for documentation.
* Better copyright format, especially for debian/* files.
-- Michael Fladischer <fladi@debian.org> Wed, 08 Nov 2023 08:33:28 +0000
python-sniffio (1.3.0-1) unstable; urgency=medium
* New upstream version 1.3.0
* Add debian/gbp.conf.
* Use github.com in d/watch.
* Run wrap-and-sort -bast to reduce diff size of future changes.
* Refresh patches.
* Remove unused lintian overrides.
* Add upstream metadata.
* Enable upstream testsuite for autopkgtests.
* Install package metadata using d/pybuild.testfiles.
* Set DPT as maintainer and Robie Basak and myself as uploaders, as approved
by Robie.
* Bump Standards-Version to 4.6.2.
* Remove debhelper from Build-Depends, debhelper-compat is already there.
* Build-Depend on python3-all instead of python3 for better test coverage
with multiple Python versions.
* Build using pybuild-plugin-pyproject.
* Drop X-Python3-Version field.
* Use DPT salsa repository for Vcs-* fields.
* Set Rules-Requires-Root: no.
* Use a more common package description for python3-sniffio.
* Set github repository as primary source in d/copyright.
* Export PYBUILD_NAME in d/rules.
* Build and ship documentation in python-sniffio-doc package.
* Clean up artifacts in sniffio.egg-info to allow two builds in a row.
* Add patch to use local objects.inv in intersphinx mapping.
* Add python3-trio to Build-Depends, required for intersphinx patch.
-- Michael Fladischer <fladi@debian.org> Tue, 07 Nov 2023 16:10:47 +0000
python-sniffio (1.2.0-1) unstable; urgency=medium
* New upstream release.
* Use debhelper-compat and bump to 13.
* debian/patches/skip-curio-test: update to follow upstream changes.
-- Robie Basak <robie@justgohome.co.uk> Sun, 07 Nov 2021 20:16:21 +0000
python-sniffio (1.1.0-1) unstable; urgency=medium
* New upstream release.
* 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.
* Skip curio test as it is not packaged in Debian so cannot be performed as
part of the package build.
-- Robie Basak <robie@justgohome.co.uk> Sun, 23 Feb 2020 16:23:02 +0000
python-sniffio (1.0.0-1) unstable; urgency=low
* Initial release. Closes: #910956.
-- Robie Basak <robie@justgohome.co.uk> Sat, 13 Oct 2018 23:02:29 +0100
|