Bug#937738: python-et-xmlfile: diff for NMU version 1.0.1-2.1

2020-02-02 Thread Sandro Tosi
> I'd have been happy to, but at the time, DPMT was using git-dpm and it
> didn't seem worth learning to use an unmaintained tool just to package a
> couple of python modules.

yeah, i feel you, and since then we migrated to salsa and a plain gbp
+ pristine-tar workflow

-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi



Bug#937738: python-et-xmlfile: diff for NMU version 1.0.1-2.1

2020-02-02 Thread Afif Elghraoui



On ٨‏/٦‏/١٤٤١ هـ ١٢:١٥ م, Sandro Tosi wrote:
> 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
> 

I'd have been happy to, but at the time, DPMT was using git-dpm and it
didn't seem worth learning to use an unmaintained tool just to package a
couple of python modules.

Thanks and regards
Afif

-- 
Afif Elghraoui | عفيف الغراوي
https://afif.ghraoui.name



Bug#937738: python-et-xmlfile: diff for NMU version 1.0.1-2.1

2020-02-02 Thread Sandro Tosi
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.0 -0400
+++ python-et-xmlfile-1.0.1/debian/changelog	2020-02-02 15:13:55.0 -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   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.0 -0400
+++ python-et-xmlfile-1.0.1/debian/control	2020-02-02 15:13:44.0 -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.0 -0400
+++ python-et-xmlfile-1.0.1/debian/rules	2020-02-02 15:13:51.0 -0500
@@ -5,4 +5,4 @@
 export PYBUILD_NAME=et-xmlfile
 
 %:
-	dh $@  --with python2,python3 --buildsystem=pybuild
+	dh $@  --with python3 --buildsystem=pybuild