Control: tags 808536 + patch Control: tags 808536 + pending Dear maintainer,
I've prepared an NMU for pytest-django (versioned as 2.9.1-2.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru pytest-django-2.9.1/debian/changelog pytest-django-2.9.1/debian/changelog --- pytest-django-2.9.1/debian/changelog 2015-10-28 09:02:40.000000000 +0000 +++ pytest-django-2.9.1/debian/changelog 2016-04-11 13:26:14.000000000 +0100 @@ -1,3 +1,10 @@ +pytest-django (2.9.1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Allow setuptools-scm >= 1.8.0 (Closes: #808536) + + -- Neil Williams <codeh...@debian.org> Mon, 11 Apr 2016 13:26:13 +0100 + pytest-django (2.9.1-2) unstable; urgency=medium * Fix depends on python3-pytest-django package. diff -Nru pytest-django-2.9.1/debian/patches/allow-current-setuptools-scm pytest-django-2.9.1/debian/patches/allow-current-setuptools-scm --- pytest-django-2.9.1/debian/patches/allow-current-setuptools-scm 1970-01-01 01:00:00.000000000 +0100 +++ pytest-django-2.9.1/debian/patches/allow-current-setuptools-scm 2016-04-11 13:27:56.000000000 +0100 @@ -0,0 +1,22 @@ +Description: Remove strict dependency on setuptools-scm + . + pytest-django (2.9.1-2.1) unstable; urgency=medium + . + * Non-maintainer upload. + * Allow setuptools-scm >= 1.8.0 (Closes: #808536) +Author: Neil Williams <codeh...@debian.org> +Bug-Debian: https://bugs.debian.org/808536 + +--- + +--- pytest-django-2.9.1.orig/setup.py ++++ pytest-django-2.9.1/setup.py +@@ -28,7 +28,7 @@ setup( + license='BSD-3-Clause', + packages=['pytest_django'], + long_description=read('README.rst'), +- setup_requires=['setuptools_scm==1.8.0'], ++ setup_requires=['setuptools_scm>=1.8.0'], + install_requires=['pytest>=2.5'], + classifiers=['Development Status :: 5 - Production/Stable', + 'Framework :: Django', diff -Nru pytest-django-2.9.1/debian/patches/series pytest-django-2.9.1/debian/patches/series --- pytest-django-2.9.1/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ pytest-django-2.9.1/debian/patches/series 2016-04-11 13:27:28.000000000 +0100 @@ -0,0 +1 @@ +allow-current-setuptools-scm