Control: tags 937738 + patch

Dear maintainer,

I've prepared an NMU for python-et-xmlfile (versioned as 1.0.1-2.1). The diff
is attached to this message.

Consider maintaining this package with the DPMT

Regards.

diff -Nru python-et-xmlfile-1.0.1/debian/changelog python-et-xmlfile-1.0.1/debian/changelog
--- python-et-xmlfile-1.0.1/debian/changelog	2016-04-26 21:36:21.000000000 -0400
+++ python-et-xmlfile-1.0.1/debian/changelog	2020-02-02 15:13:55.000000000 -0500
@@ -1,3 +1,10 @@
+python-et-xmlfile (1.0.1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937738
+
+ -- Sandro Tosi <mo...@debian.org>  Sun, 02 Feb 2020 15:13:55 -0500
+
 python-et-xmlfile (1.0.1-2) unstable; urgency=medium
 
   * Use compliant binary package names (Closes: #822742)
diff -Nru python-et-xmlfile-1.0.1/debian/control python-et-xmlfile-1.0.1/debian/control
--- python-et-xmlfile-1.0.1/debian/control	2016-04-26 21:48:03.000000000 -0400
+++ python-et-xmlfile-1.0.1/debian/control	2020-02-02 15:13:44.000000000 -0500
@@ -5,34 +5,17 @@
 Build-Depends:
 	debhelper (>=9),
 	dh-python,
-# Python2
-	python-all,
-	python-setuptools,
-	python-lxml (>= 3.4),
 # Python3
 	python3-all,
 	python3-setuptools,
 	python3-lxml (>= 3.4),
 # Test-Depends:
-	python-pytest,
 	python3-pytest,
 Standards-Version: 3.9.8
 Homepage: https://bitbucket.org/openpyxl/et_xmlfile
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-et-xmlfile.git
 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-et-xmlfile.git
 
-Package: python-et-xmlfile
-Architecture: all
-Depends:
-	${python:Depends},
-	${misc:Depends},
-Description: low memory library for creating large XML files (Python 2)
- et_xmlfile is based upon the xmlfile module from lxml with the aim of
- allowing code to be developed that will work with both libraries. It was
- developed initially for the openpyxl project but is now a standalone module.
- .
- This package installs the library for Python 2.
-
 Package: python3-et-xmlfile
 Architecture: all
 Depends:
diff -Nru python-et-xmlfile-1.0.1/debian/rules python-et-xmlfile-1.0.1/debian/rules
--- python-et-xmlfile-1.0.1/debian/rules	2016-04-26 21:30:50.000000000 -0400
+++ python-et-xmlfile-1.0.1/debian/rules	2020-02-02 15:13:51.000000000 -0500
@@ -5,4 +5,4 @@
 export PYBUILD_NAME=et-xmlfile
 
 %:
-	dh $@  --with python2,python3 --buildsystem=pybuild
+	dh $@  --with python3 --buildsystem=pybuild

Reply via email to