python-trio (0.31.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    + Fix running tests with python3-openssl >= 25.1.0 (Closes: #1111289).
  * Drop Rules-Requires-Root.
  * Bump Standards-Version to 4.7.2.
  * Drop B-D: python3-sphinx-hoverxref.

 -- Andrey Rakhmatullin <wrar@debian.org>  Sat, 27 Sep 2025 20:38:58 +0500

python-trio (0.29.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Sun, 09 Mar 2025 17:08:39 +0000

python-trio (0.27.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release:
    - Delay select.epoll to fix import after gevent monkey patching (closes:
      #1061410).
    - Fix tests with Python 3.13 (closes: #1082276).
  * Drop (build-)dependency on python3-exceptiongroup, not needed with
    Python >= 3.11.
  * Simplify autopkgtests using autopkgtest-pkg-pybuild.
  * Use dh-sequence-python3 and dh-sequence-sphinxdoc.

 -- Colin Watson <cjwatson@debian.org>  Sun, 03 Nov 2024 17:51:30 +0000

python-trio (0.25.0-1) unstable; urgency=medium

  * New upstream release.

 -- Robie Basak <robie@justgohome.co.uk>  Sun, 12 May 2024 16:13:23 +0000

python-trio (0.24.0-1) unstable; urgency=low

  * New upstream version 0.24.0
  * Refresh patches.
  * Update year in d/copyright.

 -- Michael Fladischer <fladi@debian.org>  Thu, 25 Jan 2024 14:26:23 +0000

python-trio (0.23.2-1) unstable; urgency=low

  * New upstream version 0.23.2
  * Refresh patches.

 -- Michael Fladischer <fladi@debian.org>  Fri, 29 Dec 2023 23:01:20 +0000

python-trio (0.23.1-1) unstable; urgency=medium

  * New upstream version 0.23.1
  * Refresh patches.
  * Require python3-sniffio >= 1.3.
  * Better copyright format, especially for debian/* files.
  * Add patch to import Element directly from docutils.nodes for sphinx
    documentation.
  * Add python-openssl-doc python-sniffio-doc and python3-doc to
    Build-Depends, required by intersphinx mapping.
  * Use upstrem pytest argument skip-optional-imports to skip tests in
    test_gen_exports.py, they fail with ruff for now.

 -- Michael Fladischer <fladi@debian.org>  Wed, 15 Nov 2023 21:28:40 +0000

python-trio (0.22.2-1) unstable; urgency=medium

  * New upstream version 0.22.2

 -- Michael Fladischer <fladi@debian.org>  Thu, 20 Jul 2023 19:07:39 +0000

python-trio (0.22.1-1) unstable; urgency=medium

  * Add debian/gbp.conf.
  * Set DPT as maintainer and Robie Basak and myself as uploaders, as approved
    by Robie.
  * Run wrap-and-sort -bast to reduce diff size of future changes.
  * Use github.com in d/watch.
  * New upstream version 0.22.1
  * Bump Standards-Version to 4.6.2.
  * Remove X-Python3-Version field.
  * Use DPT salsa repository for Vcs-* fields.
  * Set Rules-Requires-Root: no.
  * Install testfiles using d/pybuild.testfiles.
  * Use included trio pytest plugin when running tests.
  * Skip network related tests at build-time.
  * Set PYBUILD_NAME.
  * Remove debhelper, netbase and pylint from Build-Depends, not required
    during build and tests.
  * Replace python3 with python3-all in Build-Depends.
  * Build using pybuild-plugin-pyproject.
  * Clean up artifacts in trio.egg-info to allow two builds in a row.
  * Enable upstream testsuite for autopkgtests.
  * Add upstream metadata.
  * Install README.rst.
  * Build and ship documentation in python-trio-doc package.

 -- Michael Fladischer <fladi@debian.org>  Fri, 07 Jul 2023 06:37:33 +0000

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
