vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 07a2c045eb7f1c10b9f659ebf664b0db194ee8eb
Author: Stuart Prescott <stuart@debian.org>
Date: Mon Feb 27 10:42:14 2023 +0000
Also fix test with py3.11 safe paths under wenv
commit 90e978ce6a322d2a9067bf7a909a3965d712f41b
Author: Stuart Prescott <stuart@debian.org>
Date: Mon Feb 27 19:05:13 2023 +1100
Update wenv config for wine 8.0 packaging
commit 13aa633db6fdbec97feb5fba0592c2b854469931
Author: Stuart Prescott <stuart@debian.org>
Date: Mon Feb 27 17:50:21 2023 +1100
Allow pip to install packages locally
Add --break-system-packages in a few places; more will likely be necessary
as the new pip appears in other distros.
commit dd9894b1eb54a96116b0eb828528d3bc642de97c
Author: Stuart Prescott <stuart@debian.org>
Date: Mon Feb 27 17:43:02 2023 +1100
Correctly raise ValueError on parsing buildinfo file
commit f7e0874dc30168a92876385979fc1365bd844efc
Author: Stuart Prescott <stuart@debian.org>
Date: Mon Feb 27 17:42:31 2023 +1100
Drop unneeded 'else'
Appease pylint 2.16
commit 598cf65f1786ce0c19f94a4ea9f6779bf9cac133
Author: Stuart Prescott <stuart@debian.org>
Date: Mon Feb 27 17:38:08 2023 +1100
Silence pylint warnings from typing.Text deprecation
commit 6efe79379eac789fddd96e413a894eb4d7449a89
Author: Stuart Prescott <stuart@debian.org>
Date: Mon Feb 27 17:37:34 2023 +1100
Remove unused import
commit 7228c0fdb3f7c00c2f539ca07ee24ad8df3b5ed2
Author: Stuart Prescott <stuart@debian.org>
Date: Wed Feb 1 23:42:44 2023 +1100
Fix comment about missing zstd variable
commit 1d6f976779252d0d91db8d87093499213633b6b1
Author: Stuart Prescott <stuart@debian.org>
Date: Wed Feb 1 23:42:26 2023 +1100
Update comment bug URL about zst in stdlib
commit 41694265aef68af65a9ed0d0f09de84771f76608
Merge: 8071917 faedb98
Author: Jelmer Vernooij <jelmer@debian.org>
Date: Wed Feb 1 10:19:12 2023 +0000
Merge branch 'pep440' into 'master'
Make Python version PEP440 compliant
See merge request python-debian-team/python-debian!114
commit faedb98ca6a88d63f33cf36098adaf4ec4af6018
Author: Benjamin Drung <benjamin.drung@canonical.com>
Date: Wed Feb 1 10:24:31 2023 +0100
Make Python version PEP440 compliant
Python versions like `0.1.49ubuntu1` or `0.1.49~bpo11+1` are not PEP440
compliant. With setuptools 66, the versions of all packages visible in
the Python environment *must* obey PEP440.
Bug: https://github.com/pypa/setuptools/issues/3772
Bug-Ubuntu: https://launchpad.net/bugs/1991606
Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
commit 8071917948ad2c421e988a60bb28aa1ee3075908
Merge: 161e69d 76d8b93
Author: Jelmer Vernooij <jelmer@debian.org>
Date: Tue Dec 13 09:56:47 2022 +0000
Merge branch 'tmp/suggests' into 'master'
Demote Recommends to Suggests
See merge request python-debian-team/python-debian!113
commit 76d8b9351c1e26631a7bec37530fe5efc2a5f559
Author: Stuart Prescott <stuart@debian.org>
Date: Tue Dec 13 13:45:05 2022 +1100
Demote Recommends to Suggests
Knowing whether these packages are needed or not is up to the calling code
as it is the only place that knows if the performance of python-apt or being
able to unpack zstd compressed archives is needed.
commit 161e69d4d4c939b0717d3f2281d79785b6dd2f87
Author: Stuart Prescott <stuart@debian.org>
Date: Tue Dec 13 13:42:46 2022 +1100
Fix default filename in TestDebFile