uncommitted - python-intervaltree

Ready changes

Summary

Import uploads missing from VCS:

Diff

diff --git a/debian/changelog b/debian/changelog
index b0cb87e..3bd3e28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-intervaltree (3.0.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937837
+
+ -- Sandro Tosi <morph@debian.org>  Sun, 22 Dec 2019 22:30:31 -0500
+
 python-intervaltree (3.0.2-1) unstable; urgency=medium
 
   * New upstream version 3.0.2
diff --git a/debian/control b/debian/control
index b15e1c3..b89498b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,31 +3,15 @@ Section: python
 Priority: optional
 Maintainer: Hilko Bengen <bengen@debian.org>
 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 --git a/debian/python-intervaltree.docs b/debian/python-intervaltree.docs
deleted file mode 100644
index f325aaa..0000000
--- a/debian/python-intervaltree.docs
+++ /dev/null
@@ -1 +0,0 @@
-README.*
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index d341afd..763e51a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,5 @@
 export PYBUILD_NAME=intervaltree
 
 %:
-	dh $@  --with python2,python3 --buildsystem=pybuild
+	dh $@  --with python3 --buildsystem=pybuild
 

Run locally

More details

Full run details