Control: tags 938173 + patch Control: tags 938173 + pending
Dear maintainer, I've prepared an NMU for python-sigmavirus24-urltemplate (versioned as 3.0.0+git20181031.68064e2-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/changelog python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/changelog --- python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/changelog 2018-12-20 01:39:34.000000000 -0500 +++ python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/changelog 2019-10-05 21:36:07.000000000 -0400 @@ -1,3 +1,10 @@ +python-sigmavirus24-urltemplate (3.0.0+git20181031.68064e2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #938173 + + -- Sandro Tosi <mo...@debian.org> Sat, 05 Oct 2019 21:36:07 -0400 + python-sigmavirus24-urltemplate (3.0.0+git20181031.68064e2-1) unstable; urgency=medium [ Ondřej Nový ] diff -Nru python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/control python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/control --- python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/control 2018-12-20 01:09:03.000000000 -0500 +++ python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/control 2019-10-05 21:35:56.000000000 -0400 @@ -4,8 +4,6 @@ Maintainer: SZ Lin (林上智) <sz...@debian.org> Build-Depends: debhelper (>= 11), dh-python, - python (>= 2.6), - python-setuptools, python3 (>= 3.2), python3-setuptools Standards-Version: 4.2.1 @@ -13,15 +11,6 @@ Vcs-Git: https://salsa.debian.org/debian/python-sigmavirus24-urltemplate.git Vcs-Browser: https://salsa.debian.org/debian/python-sigmavirus24-urltemplate -Package: python-sigmavirus24-urltemplate -Architecture: all -Depends: ${python:Depends}, ${misc:Depends} -Description: Simple Python library to deal with URI Templates - Python 2.x - It provides several API for URI template parsing - which implements RFC6570. - . - This package installs the library for Python 2.x. - Package: python3-sigmavirus24-urltemplate Architecture: all Depends: ${python3:Depends}, ${misc:Depends} diff -Nru python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/rules python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/rules --- python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/rules 2018-08-27 22:38:21.000000000 -0400 +++ python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/rules 2019-10-05 21:36:05.000000000 -0400 @@ -1,8 +1,7 @@ #!/usr/bin/make -f export PYBUILD_NAME:=sigmavirus24-urltemplate -export PYBUILD_INSTALL_ARGS_python2=--install-lib=/usr/lib/python2.7/dist-packages/python-sigmavirus24-urltemplate export PYBUILD_INSTALL_ARGS_python3=--install-lib=/usr/lib/python3/dist-packages/python-sigmavirus24-urltemplate %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild