Control: tags 938833 + patch Control: tags 938833 + pending
Dear maintainer, I've prepared an NMU for wsgicors (versioned as 0.4.1-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru wsgicors-0.4.1/debian/changelog wsgicors-0.4.1/debian/changelog --- wsgicors-0.4.1/debian/changelog 2015-03-25 04:15:46.000000000 -0400 +++ wsgicors-0.4.1/debian/changelog 2019-10-06 14:25:37.000000000 -0400 @@ -1,3 +1,10 @@ +wsgicors (0.4.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #938833 + + -- Sandro Tosi <mo...@debian.org> Sun, 06 Oct 2019 14:25:37 -0400 + wsgicors (0.4.1-1) unstable; urgency=medium * New upstream release diff -Nru wsgicors-0.4.1/debian/control wsgicors-0.4.1/debian/control --- wsgicors-0.4.1/debian/control 2015-03-25 04:15:46.000000000 -0400 +++ wsgicors-0.4.1/debian/control 2019-10-06 14:24:09.000000000 -0400 @@ -8,23 +8,11 @@ Build-Depends: debhelper (>= 9), dh-python, - python-all, python3-all, - python-setuptools, python3-setuptools, Standards-Version: 3.9.5 X-Python-Version: >= 2.7 -Package: python-wsgicors -Architecture: all -Depends: - ${python:Depends}, - ${misc:Depends}, -Description: WSGI middleware to handle CORS preflight requests - This is a WSGI middleware that answers CORS preflight - requests and adds the needed header to the response. For CORS - see: http://www.w3.org/TR/cors/. - Package: python3-wsgicors Architecture: all Depends: diff -Nru wsgicors-0.4.1/debian/python3-wsgicors.install wsgicors-0.4.1/debian/python3-wsgicors.install --- wsgicors-0.4.1/debian/python3-wsgicors.install 2015-03-25 04:15:46.000000000 -0400 +++ wsgicors-0.4.1/debian/python3-wsgicors.install 1969-12-31 19:00:00.000000000 -0500 @@ -1 +0,0 @@ -usr/lib/python3* diff -Nru wsgicors-0.4.1/debian/python-wsgicors.docs wsgicors-0.4.1/debian/python-wsgicors.docs --- wsgicors-0.4.1/debian/python-wsgicors.docs 2015-03-25 04:15:46.000000000 -0400 +++ wsgicors-0.4.1/debian/python-wsgicors.docs 1969-12-31 19:00:00.000000000 -0500 @@ -1,3 +0,0 @@ -README.rst -AUTHORS.rst -CHANGES.rst diff -Nru wsgicors-0.4.1/debian/python-wsgicors.install wsgicors-0.4.1/debian/python-wsgicors.install --- wsgicors-0.4.1/debian/python-wsgicors.install 2015-03-25 04:15:46.000000000 -0400 +++ wsgicors-0.4.1/debian/python-wsgicors.install 1969-12-31 19:00:00.000000000 -0500 @@ -1 +0,0 @@ -usr/lib/python2.* diff -Nru wsgicors-0.4.1/debian/rules wsgicors-0.4.1/debian/rules --- wsgicors-0.4.1/debian/rules 2015-03-25 04:15:46.000000000 -0400 +++ wsgicors-0.4.1/debian/rules 2019-10-06 14:24:23.000000000 -0400 @@ -4,6 +4,6 @@ #export DH_VERBOSE=1 %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: