Your message dated Sun, 26 Apr 2020 17:25:51 +0200
with message-id <20200426152551.GA10659@chou>
and subject line Re: Bug#887148: stretch-pu: package
python-certifi/2016.2.28-1+deb9u1
has caused the Debian Bug report #887148,
regarding stretch-pu: package python-certifi/2016.2.28-1+deb9u1
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 [email protected]
immediately.)
--
887148: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887148
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: [email protected]
Usertags: pu
Let's fix the python3 dependencies in stretch: #867421
$ debdiff python3-certifi_2016.2.28-1_all.deb
python3-certifi_2016.2.28-1+deb9u1_all.deb
File lists identical (after any substitutions)
Control files: lines which differ (wdiff format)
------------------------------------------------
Depends: {+python3:any (>= 3.4~),+} ca-certificates
Version: [-2016.2.28-1-] {+2016.2.28-1+deb9u1+}
Andreas
diff -Nru python-certifi-2016.2.28/debian/changelog
python-certifi-2016.2.28/debian/changelog
--- python-certifi-2016.2.28/debian/changelog 2016-07-01 10:49:57.000000000
+0200
+++ python-certifi-2016.2.28/debian/changelog 2018-01-14 14:54:01.000000000
+0100
@@ -1,3 +1,14 @@
+python-certifi (2016.2.28-1+deb9u1) stretch; urgency=medium
+
+ [ Andreas Beckmann ]
+ * Non-maintainer upload.
+ * Backport fix from 2017.4.17-2 to stretch.
+
+ [ Sebastien Delafond ]
+ * Fix typo in Depends for python3 package (Closes: #867421)
+
+ -- Andreas Beckmann <[email protected]> Sun, 14 Jan 2018 14:54:01 +0100
+
python-certifi (2016.2.28-1) unstable; urgency=medium
* Imported Upstream version 2016.2.28
diff -Nru python-certifi-2016.2.28/debian/control
python-certifi-2016.2.28/debian/control
--- python-certifi-2016.2.28/debian/control 2016-07-01 10:49:57.000000000
+0200
+++ python-certifi-2016.2.28/debian/control 2018-01-14 14:53:44.000000000
+0100
@@ -26,7 +26,7 @@
Package: python3-certifi
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ca-certificates
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
ca-certificates
Description: root certificates for validating SSL certs and verifying TLS
hosts (python3)
Certifi is a carefully curated collection of Root Certificates for
validating the trustworthiness of SSL certificates while verifying
--- End Message ---
--- Begin Message ---
On Fri, Mar 30, 2018 at 06:32:33PM +0200, Julien Cristau wrote:
> On Sun, Jan 14, 2018 at 15:01:34 +0100, Andreas Beckmann wrote:
>
> > Package: release.debian.org
> > Severity: normal
> > Tags: stretch
> > User: [email protected]
> > Usertags: pu
> >
> > Let's fix the python3 dependencies in stretch: #867421
> >
> > $ debdiff python3-certifi_2016.2.28-1_all.deb
> > python3-certifi_2016.2.28-1+deb9u1_all.deb
> > File lists identical (after any substitutions)
> >
> > Control files: lines which differ (wdiff format)
> > ------------------------------------------------
> > Depends: {+python3:any (>= 3.4~),+} ca-certificates
> > Version: [-2016.2.28-1-] {+2016.2.28-1+deb9u1+}
> >
> For something that's a python3 library I'm thinking there's little
> chance it gets installed without python3. The overhead of a stable
> update for something that's very unlikely to affect anyone in real life
> is not clearly worth it. That may mean we should think of ways to cut
> down on that overhead, or that we should ignore more bugs for stable,
> I'm not sure.
>
Closing as wontfix.
Cheers,
Julien
--- End Message ---