Control: tags 937822 + patch Control: tags 937822 + pending
Dear maintainer, I've prepared an NMU for python-hyperframe (versioned as 5.2.0-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru python-hyperframe-5.2.0/debian/changelog python-hyperframe-5.2.0/debian/changelog --- python-hyperframe-5.2.0/debian/changelog 2019-04-13 05:55:36.000000000 -0400 +++ python-hyperframe-5.2.0/debian/changelog 2019-10-20 16:51:03.000000000 -0400 @@ -1,3 +1,10 @@ +python-hyperframe (5.2.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #937822 + + -- Sandro Tosi <[email protected]> Sun, 20 Oct 2019 16:51:03 -0400 + python-hyperframe (5.2.0-1) unstable; urgency=medium * Switch to DEP 14 diff -Nru python-hyperframe-5.2.0/debian/control python-hyperframe-5.2.0/debian/control --- python-hyperframe-5.2.0/debian/control 2019-04-13 05:55:36.000000000 -0400 +++ python-hyperframe-5.2.0/debian/control 2019-10-20 16:50:54.000000000 -0400 @@ -2,20 +2,13 @@ Section: python Priority: optional Maintainer: Sebastien Delafond <[email protected]> -Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, - python-pytest, python3-all, python3-setuptools, python3-pytest +Build-Depends: debhelper (>= 9), dh-python, + python3-all, python3-setuptools, python3-pytest Standards-Version: 4.3.0 Homepage: https://github.com/Lukasa/hyper Vcs-Git: https://salsa.debian.org/debian/python-hyperframe.git Vcs-Browser: https://salsa.debian.org/debian/python-hyperframe -Package: python-hyperframe -Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} -Description: Pure-Python HTTP/2 framing code - This module contains a pure-Python codebase that is capable of - decoding a binary stream into HTTP/2 frames. - Package: python3-hyperframe Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} diff -Nru python-hyperframe-5.2.0/debian/rules python-hyperframe-5.2.0/debian/rules --- python-hyperframe-5.2.0/debian/rules 2019-04-13 05:55:36.000000000 -0400 +++ python-hyperframe-5.2.0/debian/rules 2019-10-20 16:51:00.000000000 -0400 @@ -3,7 +3,7 @@ export PYBUILD_NAME=hyperframe %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_installchangelogs: dh_installchangelogs HISTORY.rst

