diff -Nru python-plaster-pastedeploy-0.5/debian/changelog python-plaster-pastedeploy-0.5/debian/changelog --- python-plaster-pastedeploy-0.5/debian/changelog 2019-01-01 14:17:28.000000000 +0000 +++ python-plaster-pastedeploy-0.5/debian/changelog 2019-09-26 19:41:24.000000000 +0000 @@ -1,3 +1,16 @@ +python-plaster-pastedeploy (0.5-3) unstable; urgency=medium + + * Team upload. + + [ Ondřej Nový ] + * Bump Standards-Version to 4.4.0. + * d/control: Fix wrong Vcs-*. + + [ Andrey Rahmatullin ] + * Drop Python 2 support (Closes: #938031). + + -- Andrey Rahmatullin Fri, 27 Sep 2019 00:41:24 +0500 + python-plaster-pastedeploy (0.5-2) unstable; urgency=medium * Team upload. diff -Nru python-plaster-pastedeploy-0.5/debian/control python-plaster-pastedeploy-0.5/debian/control --- python-plaster-pastedeploy-0.5/debian/control 2019-01-01 13:39:16.000000000 +0000 +++ python-plaster-pastedeploy-0.5/debian/control 2019-09-26 19:41:24.000000000 +0000 @@ -5,38 +5,17 @@ Uploaders: Nicolas Dandrimont Build-Depends: debhelper-compat (= 12), dh-python, - python-all, - python-pytest, - python-setuptools, - python-pastedeploy (>= 2), python3-pastedeploy (>= 2), - python-plaster, python3-all, python3-pytest, python3-setuptools, python3-plaster -Standards-Version: 4.3.0 +Standards-Version: 4.4.0 Homepage: https://github.com/pylons/plaster_pastedeploy -Vcs-Git: https://salsa.debian.org/python-team/modules/python-plaster-pastedeploy +Vcs-Git: https://salsa.debian.org/python-team/modules/python-plaster-pastedeploy.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-plaster-pastedeploy Testsuite: autopkgtest-pkg-python -Package: python-plaster-pastedeploy -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Enhances: python-plaster -Description: PasteDeploy configuration format plugin for plaster - Python 2.x module - plaster is a loader interface around arbitrary config file formats. It exists - to define a common API for applications to use when they wish to load - configuration settings. - . - plaster_pastedeploy is a plaster plugin that provides a plaster.Loader that can - parse ini files according to the standard set by PasteDeploy. It supports the - wsgi plaster protocol, implementing the plaster.protocols.IWSGIProtocol - interface. - . - This package provides the Python 2 version of the module. - Package: python3-plaster-pastedeploy Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff -Nru python-plaster-pastedeploy-0.5/debian/python3-plaster-pastedeploy.install python-plaster-pastedeploy-0.5/debian/python3-plaster-pastedeploy.install --- python-plaster-pastedeploy-0.5/debian/python3-plaster-pastedeploy.install 2019-01-01 13:03:59.000000000 +0000 +++ python-plaster-pastedeploy-0.5/debian/python3-plaster-pastedeploy.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/lib/python3* diff -Nru python-plaster-pastedeploy-0.5/debian/python-plaster-pastedeploy.install python-plaster-pastedeploy-0.5/debian/python-plaster-pastedeploy.install --- python-plaster-pastedeploy-0.5/debian/python-plaster-pastedeploy.install 2019-01-01 13:03:59.000000000 +0000 +++ python-plaster-pastedeploy-0.5/debian/python-plaster-pastedeploy.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -/usr/lib/python2* diff -Nru python-plaster-pastedeploy-0.5/debian/rules python-plaster-pastedeploy-0.5/debian/rules --- python-plaster-pastedeploy-0.5/debian/rules 2019-01-01 13:03:59.000000000 +0000 +++ python-plaster-pastedeploy-0.5/debian/rules 2019-09-26 19:41:24.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: PYBUILD_SYSTEM=custom \ diff -Nru python-plaster-pastedeploy-0.5/debian/tests/control python-plaster-pastedeploy-0.5/debian/tests/control --- python-plaster-pastedeploy-0.5/debian/tests/control 2019-01-01 13:52:38.000000000 +0000 +++ python-plaster-pastedeploy-0.5/debian/tests/control 2019-09-26 19:41:24.000000000 +0000 @@ -1,5 +1,2 @@ -Depends: python-plaster-pastedeploy, python-all, python-pytest -Test-Command: cp -r tests $AUTOPKGTEST_TMP; cd $AUTOPKGTEST_TMP; for p in $(pyversions -s); do $p -m pytest; done - Depends: python3-plaster-pastedeploy, python3-all, python3-pytest Test-Command: cp -r tests $AUTOPKGTEST_TMP; cd $AUTOPKGTEST_TMP; for p in $(py3versions -s); do $p -m pytest; done