Control: tags 937814 + patch
Control: tags 937814 + pending

Dear maintainer,

I've prepared an NMU for python-hpack (versioned as 3.0.0-3.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru python-hpack-3.0.0/debian/changelog python-hpack-3.0.0/debian/changelog
--- python-hpack-3.0.0/debian/changelog	2018-04-05 06:54:25.000000000 -0400
+++ python-hpack-3.0.0/debian/changelog	2019-10-20 16:44:59.000000000 -0400
@@ -1,3 +1,10 @@
+python-hpack (3.0.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937814
+
+ -- Sandro Tosi <mo...@debian.org>  Sun, 20 Oct 2019 16:44:59 -0400
+
 python-hpack (3.0.0-3) unstable; urgency=medium
 
   * Switch to DEP 14
diff -Nru python-hpack-3.0.0/debian/control python-hpack-3.0.0/debian/control
--- python-hpack-3.0.0/debian/control	2018-04-05 06:54:25.000000000 -0400
+++ python-hpack-3.0.0/debian/control	2019-10-20 16:44:50.000000000 -0400
@@ -2,23 +2,14 @@
 Section: python
 Priority: optional
 Maintainer: Sebastien Delafond <s...@debian.org>
-Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools,
- python-pytest, python-hypothesis, python3-all, python3-setuptools,
+Build-Depends: debhelper (>= 9), dh-python,
+ python3-all, python3-setuptools,
  python3-pytest, python3-hypothesis
 Standards-Version: 4.1.3
 Homepage: https://github.com/python-hyper/hpack
 Vcs-Git: https://salsa.debian.org/debian/python-hpack.git
 Vcs-Browser: https://salsa.debian.org/debian/python-hpack
 
-Package: python-hpack
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Description: Pure-Python HTTP/2 header encoding (HPACK)
- This module contains a pure-Python HTTP/2 header encoding (HPACK) logic
- for use in Python programs that implement HTTP/2. It also contains a
- compatibility layer that automatically enables the use of nghttp2 if
- it’s available.
-
 Package: python3-hpack
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
diff -Nru python-hpack-3.0.0/debian/rules python-hpack-3.0.0/debian/rules
--- python-hpack-3.0.0/debian/rules	2018-04-05 06:54:25.000000000 -0400
+++ python-hpack-3.0.0/debian/rules	2019-10-20 16:44:56.000000000 -0400
@@ -5,7 +5,7 @@
 export HYPOTHESIS_DATABASE_FILE=$(CURDIR)/debian/hypothesis
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_installchangelogs:
 	dh_installchangelogs HISTORY.rst

Reply via email to