Control: tags 937804 + patch Control: tags 937804 + pending
Dear maintainer, I've prepared an NMU for python-h2 (versioned as 3.0.1-4.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru python-h2-3.0.1/debian/changelog python-h2-3.0.1/debian/changelog --- python-h2-3.0.1/debian/changelog 2018-03-30 10:30:24.000000000 -0400 +++ python-h2-3.0.1/debian/changelog 2019-10-12 23:45:46.000000000 -0400 @@ -1,3 +1,10 @@ +python-h2 (3.0.1-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #937804 + + -- Sandro Tosi <[email protected]> Sat, 12 Oct 2019 23:45:46 -0400 + python-h2 (3.0.1-4) unstable; urgency=medium * Update Vcs-* to point to salsa.d.o diff -Nru python-h2-3.0.1/debian/control python-h2-3.0.1/debian/control --- python-h2-3.0.1/debian/control 2018-03-30 10:30:24.000000000 -0400 +++ python-h2-3.0.1/debian/control 2019-10-12 23:45:33.000000000 -0400 @@ -2,24 +2,14 @@ Section: python Priority: optional Maintainer: Sebastien Delafond <[email protected]> -Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, - python-pytest, python-hyperframe (>= 5.0), python-hpack, python-enum34, - python-hypothesis, python3-all, python3-setuptools, python3-pytest, +Build-Depends: debhelper (>= 9), dh-python, + python3-all, python3-setuptools, python3-pytest, python3-hypothesis, python3-hyperframe, python3-hpack Standards-Version: 4.1.3 Homepage: https://pypi.python.org/pypi/h2 Vcs-Git: https://salsa.debian.org/debian/python-h2.git Vcs-Browser: https://salsa.debian.org/debian/python-h2 -Package: python-h2 -Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} -Description: Pure-Python HTTP/2 State-Machine based protocol implementation in Python - This module contains a pure-Python HTTP/2 of a HTTP/2 protocol - stack. It’s written from the ground up to be embeddable in whatever - program you choose to use, ensuring that you can speak HTTP/2 - regardless of your programming paradigm. - Package: python3-h2 Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} diff -Nru python-h2-3.0.1/debian/rules python-h2-3.0.1/debian/rules --- python-h2-3.0.1/debian/rules 2018-03-30 10:30:24.000000000 -0400 +++ python-h2-3.0.1/debian/rules 2019-10-12 23:45:43.000000000 -0400 @@ -6,7 +6,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

