Control: tags 938286 + patch Control: tags 938286 + pending
Dear maintainer, I've prepared an NMU for python-zipstream (versioned as 1.1.3-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru python-zipstream-1.1.3/debian/changelog python-zipstream-1.1.3/debian/changelog --- python-zipstream-1.1.3/debian/changelog 2015-12-06 10:03:02.000000000 -0500 +++ python-zipstream-1.1.3/debian/changelog 2019-10-04 21:44:56.000000000 -0400 @@ -1,3 +1,10 @@ +python-zipstream (1.1.3-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #938286 + + -- Sandro Tosi <[email protected]> Fri, 04 Oct 2019 21:44:56 -0400 + python-zipstream (1.1.3-1) unstable; urgency=low * New upstream version with Python 3.5 fixes (Closes: #804355) diff -Nru python-zipstream-1.1.3/debian/control python-zipstream-1.1.3/debian/control --- python-zipstream-1.1.3/debian/control 2015-12-06 09:55:46.000000000 -0500 +++ python-zipstream-1.1.3/debian/control 2019-10-04 21:42:36.000000000 -0400 @@ -2,20 +2,9 @@ Maintainer: Aigars Mahinovs <[email protected]> Section: python Priority: optional -Build-Depends: python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9), dh-python, python-nose, python3-nose +Build-Depends: python3-setuptools, python3-all, debhelper (>= 9), dh-python, python3-nose Standards-Version: 3.9.6 -Package: python-zipstream -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: Zipfile generator - Zipstream.py is a zip archive generator based on python 3.3's zipfile.py. - . - It was created to generate a zip file generator for streaming (ie web apps). - This is beneficial for when you want to provide a downloadable archive of a - large collection of regular files, which would be infeasible to generate the - archive prior to downloading. - Package: python3-zipstream Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff -Nru python-zipstream-1.1.3/debian/rules python-zipstream-1.1.3/debian/rules --- python-zipstream-1.1.3/debian/rules 2015-12-06 09:55:46.000000000 -0500 +++ python-zipstream-1.1.3/debian/rules 2019-10-04 21:42:47.000000000 -0400 @@ -4,5 +4,5 @@ # Thu, 09 Oct 2014 22:55:33 +0300 export PYBUILD_NAME=zipstream %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild

