commit 05b2735a961960c1bfe66e69d7009f0eed5bed69
Author: Dale Richards <dale@dalerichards.net>
Date: Fri Sep 4 17:44:45 2026 +0100
Update changelog
commit 69465bd097b6b196d6951d0a84714319ef2abcb9
Author: Dale Richards <dale@dalerichards.net>
Date: Fri Sep 4 16:57:39 2026 +0100
Drop redundant Rules-Requires-Root field
dpkg >= 1.22.13 already defaults it to 'no'; lintian flags the
explicit field as redundant.
commit e31ed245374be84b134ecac54108ad4bd4079ba3
Author: Dale Richards <dale@dalerichards.net>
Date: Fri Sep 4 16:53:57 2026 +0100
Mark 0.31.0-1 as UNRELEASED pending upload
Per Debian Python Team convention: keep changelog distribution as
UNRELEASED until this is actually uploaded.
commit 79bc553e7e12a8478d98f3f376da68cf510e8631
Author: Dale Richards <dale@dalerichards.net>
Date: Fri Sep 4 16:53:47 2026 +0100
Release 0.31.0-1
commit 6a8700d8ba465199da72ab611ccad759f3232ab6
Author: Dale Richards <dale@dalerichards.net>
Date: Fri Sep 4 16:53:09 2026 +0100
debian/rules: drop dead PYBUILD_TEST_ARGS assignment
It was immediately overwritten by the following line and had no effect.
commit 56edeac9a081076e782f8fc3e47b22a0e9e0418d
Author: Dale Richards <dale@dalerichards.net>
Date: Fri Sep 4 16:53:09 2026 +0100
Tidy up debian/control and debian/copyright
- Bump Standards-Version to 4.7.4; drop the no-longer-recommended
Priority field.
- Swap Maintainer/Uploaders to match Debian Python Team convention
(team address as Maintainer).
- Bump cython3 build-dependency to the version actually needed to
build the new upstream release.
- Fix a typo in the package description.
- Add missing dep5 Source field and a Files stanza + license text for
the newly vendored pythoncapi_compat.h (0BSD).
- Credit the team for ongoing debian/* packaging work.
commit 37be91fc7f2c8fcdfd041c67c7bc7f22aa00c9a3
Author: Dale Richards <dale@dalerichards.net>
Date: Fri Sep 4 16:44:00 2026 +0100
Add patch to relax Cython version requirement
asyncpg 0.31.0 requires Cython >= 3.2.1, but Debian's cython3 is 3.1.6,
which already builds all of the .pyx sources cleanly.
commit 2f84220ab04cb86145e06df5deb12da22f16846b
Author: Dale Richards <dale@dalerichards.net>
Date: Fri Sep 4 16:36:44 2026 +0100
Refresh patches for new upstream release
Drop 0002-FTBFS-timeouts-in-some-archs.patch: the timeout values it
adjusted are now upstream's defaults.
Refresh skip-test_connect-test.patch to apply against the reordered
test_connect.py.
commit 3db9ed130444681474c038bd3efe0962fa75659a
Merge: 74b4190 dc50d89
Author: Dale Richards <dale@dalerichards.net>
Date: Fri Sep 4 16:34:52 2026 +0100
Merge tag 'upstream/0.31.0' into master
New upstream version 0.31.0
commit 74b41905488083177915573dbaca87a29ef3b77d
Author: Dale Richards <dale@dalerichards.net>
Date: Fri Sep 4 16:34:11 2026 +0100
Update debian/watch to version 5 syntax
commit dc50d89f040ae397b1ec749983ad8ef3f6588b4b
Author: Piotr Ożarowski <piotr@debian.org>
Date: Tue Feb 10 23:43:42 2026 +0100
New upstream version 0.31.0
Among the 2 debian patches available in version 0.30.0-2 of the package, we noticed the following issues: