diff -Nru python-whitenoise-3.3.1/debian/changelog python-whitenoise-3.3.1/debian/changelog --- python-whitenoise-3.3.1/debian/changelog 2017-11-28 16:14:10.000000000 +0000 +++ python-whitenoise-3.3.1/debian/changelog 2019-08-27 07:04:55.000000000 +0000 @@ -1,3 +1,23 @@ +python-whitenoise (3.3.1-3) unstable; urgency=medium + + * Team upload. + * Use debhelper-compat instead of debian/compat. + * d/control: Set Vcs-* to salsa.debian.org. + * d/watch: Use https protocol. + * Bump debhelper compat level to 12. + * Bump standards version to 4.4.0 (no changes). + * Enable autopkgtest-pkg-python testsuite. + + -- Ondřej Nový Tue, 27 Aug 2019 09:04:55 +0200 + +python-whitenoise (3.3.1-2) unstable; urgency=medium + + * Team upload. + * Drop Python 2 support. + * Drop obsolete X-Python* fields. + + -- Andrey Rahmatullin Sun, 25 Aug 2019 12:50:37 +0500 + python-whitenoise (3.3.1-1) unstable; urgency=medium * debian/watch: pull tarballs from github diff -Nru python-whitenoise-3.3.1/debian/compat python-whitenoise-3.3.1/debian/compat --- python-whitenoise-3.3.1/debian/compat 2017-11-28 16:14:10.000000000 +0000 +++ python-whitenoise-3.3.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru python-whitenoise-3.3.1/debian/control python-whitenoise-3.3.1/debian/control --- python-whitenoise-3.3.1/debian/control 2017-11-28 16:14:10.000000000 +0000 +++ python-whitenoise-3.3.1/debian/control 2019-08-27 07:04:39.000000000 +0000 @@ -3,33 +3,17 @@ Uploaders: Antonio Terceiro Section: python Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper-compat (= 12), dh-python, - python-all (>= 2.6.6-3), python3-all, - python-django, python3-django, - python-requests, python3-requests, - python-setuptools (>= 0.6b3), python3-setuptools (>= 0.6b3), -Standards-Version: 4.1.1 +Standards-Version: 4.4.0 Homepage: http://whitenoise.evans.io -Vcs-Git: https://anonscm.debian.org/git/users/terceiro/python-whitenoise.git -Vcs-Browser: https://anonscm.debian.org/git/users/terceiro/python-whitenoise.git -X-Python-Version: >=2.7 -X-Python3-Version: >=3.4 - -Package: python-whitenoise -Architecture: all -Depends: ${misc:Depends}, - ${python:Depends} -Description: static file serving for WSGI applications (Python 2) - With a couple of lines of config, WhiteNoise allows your web app to serve its - own static files, making it a self-contained unit that can be deployed - anywhere without relying on nginx, Amazon S3 or any other external service. - . - This package contains the Python 2 version of the library. +Vcs-Git: https://salsa.debian.org/python-team/modules/python-whitenoise.git +Vcs-Browser: https://salsa.debian.org/python-team/modules/python-whitenoise +Testsuite: autopkgtest-pkg-python Package: python3-whitenoise Architecture: all diff -Nru python-whitenoise-3.3.1/debian/python-whitenoise.docs python-whitenoise-3.3.1/debian/python-whitenoise.docs --- python-whitenoise-3.3.1/debian/python-whitenoise.docs 2017-11-28 16:14:10.000000000 +0000 +++ python-whitenoise-3.3.1/debian/python-whitenoise.docs 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -docs/django.rst -docs/base.rst -docs/index.rst diff -Nru python-whitenoise-3.3.1/debian/rules python-whitenoise-3.3.1/debian/rules --- python-whitenoise-3.3.1/debian/rules 2017-11-28 16:14:10.000000000 +0000 +++ python-whitenoise-3.3.1/debian/rules 2019-08-27 07:00:57.000000000 +0000 @@ -4,12 +4,10 @@ export LC_ALL = C.UTF-8 %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_installchangelogs: - dh_installchangelogs -p python-whitenoise docs/changelog.rst dh_installchangelogs -p python3-whitenoise docs/changelog.rst override_dh_auto_test: - DJANGO_SETTINGS_MODULE=tests.django_settings python -m unittest discover DJANGO_SETTINGS_MODULE=tests.django_settings python3 -m unittest discover diff -Nru python-whitenoise-3.3.1/debian/watch python-whitenoise-3.3.1/debian/watch --- python-whitenoise-3.3.1/debian/watch 2017-11-28 16:14:10.000000000 +0000 +++ python-whitenoise-3.3.1/debian/watch 2019-08-27 06:56:35.000000000 +0000 @@ -1,4 +1,4 @@ -# please also check http://pypi.debian.net/whitenoise/watch +# please also check https://pypi.debian.net/whitenoise/watch version=3 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ https://github.com/evansd/whitenoise/releases .*/v?(\d[\d\.]+)\.tar\.gz