diff -Nru defusedxml-0.6.0/debian/changelog defusedxml-0.6.0/debian/changelog --- defusedxml-0.6.0/debian/changelog 2019-07-23 22:53:42.000000000 +0000 +++ defusedxml-0.6.0/debian/changelog 2020-02-19 23:38:19.000000000 +0000 @@ -1,3 +1,17 @@ +defusedxml (0.6.0-2) unstable; urgency=medium + + [ Ondřej Nový ] + * Bump Standards-Version to 4.4.1. + + [ Debian Janitor ] + * Remove obsolete fields Name from debian/upstream/metadata. + * Set upstream metadata fields: Bug-Database, Repository. + + [ Sandro Tosi ] + * Drop python2 support; Closes: #942945, #936382 + + -- Sandro Tosi Wed, 19 Feb 2020 18:38:19 -0500 + defusedxml (0.6.0-1) unstable; urgency=medium * Team upload. diff -Nru defusedxml-0.6.0/debian/control defusedxml-0.6.0/debian/control --- defusedxml-0.6.0/debian/control 2019-07-23 22:53:42.000000000 +0000 +++ defusedxml-0.6.0/debian/control 2020-02-19 23:38:19.000000000 +0000 @@ -3,32 +3,16 @@ Uploaders: Luke Faraone , Jelmer Vernooij Section: python Priority: optional -Build-Depends: python-all (>= 2.6.6-3), +Build-Depends: dh-python, python3-all, debhelper-compat (= 12), - dh-python, - python-setuptools, python3-setuptools -Standards-Version: 4.4.0 +Standards-Version: 4.4.1 Homepage: https://pypi.python.org/pypi/defusedxml Testsuite: autopkgtest-pkg-python Vcs-Git: https://salsa.debian.org/python-team/modules/defusedxml.git Vcs-Browser: https://salsa.debian.org/python-team/modules/defusedxml -Package: python-defusedxml -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: XML bomb protection for Python stdlib modules (for Python 2) - The results of an attack on a vulnerable XML library can be fairly dramatic. - With just a few hundred bytes of XML data an attacker can occupy several - gigabytes of memory within seconds. An attacker can also keep - CPUs busy for a long time with a small to medium size request. - . - This library allows for XML to be parsed in a manner that avoids these - pitfalls. - . - This package contains the module for the Python 2 interpreter. - Package: python3-defusedxml Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff -Nru defusedxml-0.6.0/debian/rules defusedxml-0.6.0/debian/rules --- defusedxml-0.6.0/debian/rules 2019-07-23 22:53:42.000000000 +0000 +++ defusedxml-0.6.0/debian/rules 2020-02-19 23:38:19.000000000 +0000 @@ -3,11 +3,11 @@ export PYBUILD_NAME=defusedxml %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - for PYTHON in $(shell pyversions -r) $(shell py3versions -r); do\ + for PYTHON in $(shell py3versions -r); do\ $$PYTHON ./tests.py; \ done endif diff -Nru defusedxml-0.6.0/debian/upstream/metadata defusedxml-0.6.0/debian/upstream/metadata --- defusedxml-0.6.0/debian/upstream/metadata 2019-07-23 22:53:42.000000000 +0000 +++ defusedxml-0.6.0/debian/upstream/metadata 2020-02-19 23:38:19.000000000 +0000 @@ -1,3 +1,3 @@ -Name: defusedxml -Repository: https://github.com/tiran/defusedxml +Repository: https://github.com/tiran/defusedxml.git Repository-Browse: https://github.com/tiran/defusedxml +Bug-Database: https://github.com/tiran/defusedxml/issues