Control: tags 937837 + patch

Dear maintainer,

I've prepared an NMU for python-intervaltree (versioned as 3.0.2-1.1). The diff
is attached to this message.

Regards.

diff -Nru python-intervaltree-3.0.2/debian/changelog python-intervaltree-3.0.2/debian/changelog
--- python-intervaltree-3.0.2/debian/changelog	2019-01-22 13:08:49.000000000 -0500
+++ python-intervaltree-3.0.2/debian/changelog	2019-12-22 22:30:31.000000000 -0500
@@ -1,3 +1,10 @@
+python-intervaltree (3.0.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937837
+
+ -- Sandro Tosi <[email protected]>  Sun, 22 Dec 2019 22:30:31 -0500
+
 python-intervaltree (3.0.2-1) unstable; urgency=medium
 
   * New upstream version 3.0.2
diff -Nru python-intervaltree-3.0.2/debian/control python-intervaltree-3.0.2/debian/control
--- python-intervaltree-3.0.2/debian/control	2019-01-22 13:07:34.000000000 -0500
+++ python-intervaltree-3.0.2/debian/control	2019-12-22 22:30:17.000000000 -0500
@@ -3,31 +3,15 @@
 Priority: optional
 Maintainer: Hilko Bengen <[email protected]>
 Build-Depends: debhelper (>= 12), dh-python,
- python-all (>= 2.6.6-3~),python3-all,
- python-setuptools, python3-setuptools,
- python-sortedcontainers, python3-sortedcontainers,
- python-pytest, python3-pytest,
+ python3-all,
+ python3-setuptools,
+ python3-sortedcontainers,
+ python3-pytest,
 Standards-Version: 4.3.0
 Homepage: https://pypi.python.org/pypi/intervaltree
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.2
 Vcs-Git: https://salsa.debian.org/debian/python-intervaltree.git
 Vcs-Browser: https://salsa.debian.org/debian/python-intervaltree
 
-Package: python-intervaltree
-Architecture: all
-Multi-Arch: foreign
-Depends: ${python:Depends}, ${misc:Depends}
-Description: mutable, self-balancing interval tree (Python 2)
- This library contains a mutable, self-balancing interval tree
- implementation for Python. Queries may be by point, by range overlap,
- or by range envelopment.
- .
- It was designed to allow tagging text and time intervals, where the
- intervals include the lower bound but not the upper bound.
- .
- This package installs the library for Python 2.
-
 Package: python3-intervaltree
 Architecture: all
 Multi-Arch: foreign
diff -Nru python-intervaltree-3.0.2/debian/python-intervaltree.docs python-intervaltree-3.0.2/debian/python-intervaltree.docs
--- python-intervaltree-3.0.2/debian/python-intervaltree.docs	2019-01-22 13:03:25.000000000 -0500
+++ python-intervaltree-3.0.2/debian/python-intervaltree.docs	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-README.*
\ No newline at end of file
diff -Nru python-intervaltree-3.0.2/debian/rules python-intervaltree-3.0.2/debian/rules
--- python-intervaltree-3.0.2/debian/rules	2019-01-22 13:03:25.000000000 -0500
+++ python-intervaltree-3.0.2/debian/rules	2019-12-22 22:30:25.000000000 -0500
@@ -3,5 +3,5 @@
 export PYBUILD_NAME=intervaltree
 
 %:
-	dh $@  --with python2,python3 --buildsystem=pybuild
+	dh $@  --with python3 --buildsystem=pybuild
 

Reply via email to