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
