diff -Nru python-xmltodict-0.12.0/debian/changelog python-xmltodict-0.12.0/debian/changelog --- python-xmltodict-0.12.0/debian/changelog 2020-01-16 14:44:46.000000000 +0000 +++ python-xmltodict-0.12.0/debian/changelog 2020-04-01 21:48:59.000000000 +0000 @@ -1,3 +1,9 @@ +python-xmltodict (0.12.0-2) unstable; urgency=medium + + * Drop python2 support; Closes: #938278 + + -- Sandro Tosi Wed, 01 Apr 2020 17:48:59 -0400 + python-xmltodict (0.12.0-1) unstable; urgency=medium * New upstream version 0.12.0 diff -Nru python-xmltodict-0.12.0/debian/control python-xmltodict-0.12.0/debian/control --- python-xmltodict-0.12.0/debian/control 2020-01-16 14:44:46.000000000 +0000 +++ python-xmltodict-0.12.0/debian/control 2020-04-01 21:48:59.000000000 +0000 @@ -4,13 +4,9 @@ Maintainer: Sebastien Badia Build-Depends: debhelper-compat (= 12), dh-python, - python-all, - python-setuptools, python3-all, python3-setuptools -Build-Depends-Indep: python-coverage, - python-nose, - python3-coverage, +Build-Depends-Indep: python3-coverage, python3-nose Standards-Version: 4.4.1 Rules-Requires-Root: no @@ -18,16 +14,6 @@ Vcs-Git: https://salsa.debian.org/debian/python-xmltodict.git Homepage: https://github.com/martinblech/xmltodict -Package: python-xmltodict -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: Makes working with XML feel like you are working with JSON (Python 2) - xmltodict is a Python module that makes working with XML feel like you are - working with JSON. xmltodict is very fast (Expat-based) and has a streaming - mode with a small memory footprint, suitable for big XML dumps. - . - This package provides the Python 2 version of the library. - Package: python3-xmltodict Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff -Nru python-xmltodict-0.12.0/debian/python-xmltodict.docs python-xmltodict-0.12.0/debian/python-xmltodict.docs --- python-xmltodict-0.12.0/debian/python-xmltodict.docs 2020-01-16 14:44:46.000000000 +0000 +++ python-xmltodict-0.12.0/debian/python-xmltodict.docs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -README.md diff -Nru python-xmltodict-0.12.0/debian/rules python-xmltodict-0.12.0/debian/rules --- python-xmltodict-0.12.0/debian/rules 2020-01-16 14:44:46.000000000 +0000 +++ python-xmltodict-0.12.0/debian/rules 2020-04-01 21:48:59.000000000 +0000 @@ -3,12 +3,12 @@ export PYBUILD_NAME = xmltodict %: - dh $@ --buildsystem=pybuild --with python2,python3 + dh $@ --buildsystem=pybuild --with python3 override_dh_auto_test: PYBUILD_SYSTEM=custom \ - PYBUILD_TEST_ARGS="nosetests --with-coverage --cover-package=${PYBUILD_NAME}" \ + PYBUILD_TEST_ARGS="nosetests3 --with-coverage --cover-package=${PYBUILD_NAME}" \ dh_auto_test