Package: release.debian.org Control: affects -1 + src:python-httpsig User: release.debian....@packages.debian.org Usertags: unblock Severity: normal
Please unblock package python-httpsig. [ Reason ] The package in testing got the RC issue #1106181, a missing runtime dependency. This has been fixed in unstable. It was discovered by the autopkgtest check in pysmartapp. I included an update to the latest standard-version as well, to reflect the current status. [ Impact ] The users of python-httpsig will have higher chances of getting a working package after installation. [ Tests ] There are no code changes, so nothing new to test. [ Risks ] I see no risks involved in this update. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing unblock python-httpsig/1.3.0-3 This is the complete set of changes since 1.3.0-2: diff --git a/debian/changelog b/debian/changelog index 6737046..abf4f8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-httpsig (1.3.0-3) unstable; urgency=medium + + * Added missing runtime dependency + python3-pkg-resources (Closes: #1106181). + * Updated Standards-Version from 4.6.2 to 4.7.2. + + -- Petter Reinholdtsen <p...@debian.org> Sat, 24 May 2025 09:35:41 +0200 + python-httpsig (1.3.0-2) unstable; urgency=medium * Corrected d/watch to work with latest github tag page. diff --git a/debian/control b/debian/control index 045fa25..b758b1c 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 10), python3-setuptools-scm, python3-six, python3-pycryptodome -Standards-Version: 4.6.2 +Standards-Version: 4.7.2 Homepage: https://github.com/ahknight/httpsig Vcs-Git: https://salsa.debian.org/pere/python-httpsig.git Vcs-Browser: https://salsa.debian.org/pere/python-httpsig @@ -17,7 +17,8 @@ Vcs-Browser: https://salsa.debian.org/pere/python-httpsig Package: python3-httpsig Architecture: all Depends: ${misc:Depends}, - ${python3:Depends} + ${python3:Depends}, + python3-pkg-resources Description: sign HTTP requests (IETF HTTP Signatures) - Python 3 version of the package Sign HTTP requests with secure signatures according to the draft IETF HTTP Signatures specification. -- Happy hacking Petter Reinholdtsen