Control: tags 936747 + patch Control: tags 936747 + pending
Dear maintainer, I've prepared an NMU for isbnlib (versioned as 3.9.3-1.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru isbnlib-3.9.3/debian/changelog isbnlib-3.9.3/debian/changelog --- isbnlib-3.9.3/debian/changelog 2018-10-21 06:19:21.000000000 -0400 +++ isbnlib-3.9.3/debian/changelog 2019-10-03 19:46:17.000000000 -0400 @@ -1,3 +1,10 @@ +isbnlib (3.9.3-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * drop python2 support; Closes: #936747 + + -- Sandro Tosi <[email protected]> Thu, 03 Oct 2019 19:46:17 -0400 + isbnlib (3.9.3-1) unstable; urgency=low * New upstream package diff -Nru isbnlib-3.9.3/debian/control isbnlib-3.9.3/debian/control --- isbnlib-3.9.3/debian/control 2018-10-21 06:19:21.000000000 -0400 +++ isbnlib-3.9.3/debian/control 2019-10-03 19:42:17.000000000 -0400 @@ -2,21 +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: 4.2.1 -Package: python-isbnlib -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: ISBN processing library - ISBNlib is a pure Python library for validating, cleaning and getting - metadata from ISBN strings. - . - ISBN or International Standard Book Number format is somewhat fluid so - this library provides ways to parse it to canonical form and then also to - validate the numbers via databases as well as get metainfo for issued - ISBNs. - Package: python3-isbnlib Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff -Nru isbnlib-3.9.3/debian/rules isbnlib-3.9.3/debian/rules --- isbnlib-3.9.3/debian/rules 2015-06-24 15:26:34.000000000 -0400 +++ isbnlib-3.9.3/debian/rules 2019-10-03 19:42:33.000000000 -0400 @@ -5,4 +5,4 @@ export PYBUILD_NAME=isbnlib export PYBUILD_DISABLE=test %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild

