Your message dated Mon, 26 May 2025 16:22:28 +0000
with message-id <e1ujaaq-002k3q...@respighi.debian.org>
and subject line unblock python-httpsig
has caused the Debian Bug report #1106483,
regarding unblock: python-httpsig/1.3.0-3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1106483: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106483
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---