--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: stretch-pu: package python-certifi/2016.2.28-1+deb9u1
- From: Andreas Beckmann <anbe@debian.org>
- Date: Sun, 14 Jan 2018 15:01:34 +0100
- Message-id: <151593849460.26565.12845549281531775590.reportbug@zam581.zam.kfa-juelich.de>
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
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 <anbe@debian.org> 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 ---
- To: Andreas Beckmann <anbe@debian.org>, 887148-done@bugs.debian.org
- Subject: Re: Bug#887148: stretch-pu: package python-certifi/2016.2.28-1+deb9u1
- From: Julien Cristau <jcristau@debian.org>
- Date: Sun, 26 Apr 2020 17:25:51 +0200
- Message-id: <20200426152551.GA10659@chou>
- In-reply-to: <20180330163233.nawvzbv5nc7e3e42@betterave.cristau.org>
- References: <151593849460.26565.12845549281531775590.reportbug@zam581.zam.kfa-juelich.de> <151593849460.26565.12845549281531775590.reportbug@zam581.zam.kfa-juelich.de> <20180330163233.nawvzbv5nc7e3e42@betterave.cristau.org>
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: release.debian.org@packages.debian.org
> > 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 ---