Control: tags 938129 + patch
Control: tags 938129 + pending

Dear maintainer,

I've prepared an NMU for python-rencode (versioned as 1.0.5-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru python-rencode-1.0.5/debian/control 
python-rencode-1.0.5/debian/control
--- python-rencode-1.0.5/debian/control 2016-08-06 08:00:17.000000000 +0200
+++ python-rencode-1.0.5/debian/control 2019-10-27 19:56:19.000000000 +0100
@@ -2,8 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Dmitry Smirnov <only...@debian.org>
-Build-Depends: debhelper (>= 9), dh-python, python-all-dev, python3-all-dev
-              ,cython (>= 0.19)
+Build-Depends: debhelper (>= 9), dh-python, python3-all-dev
               ,cython3 (>= 0.19)
 X-Python-Version: >= 2.7
 Standards-Version: 3.9.8
@@ -11,16 +10,6 @@
 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-rencode.git
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-rencode.git
 
-Package: python-rencode
-Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Description: Python encoding library similar to bittorrent's bencode
- For complex, heterogeneous data structures with many small elements,
- r-encodings take significantly less space than b-encodings.
- This version of rencode is a complete rewrite in Cython in order to
- increase performance over the pure Python module written by Petru Paler,
- Connelly Barnes et al.
-
 Package: python3-rencode
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
diff -Nru python-rencode-1.0.5/debian/changelog 
python-rencode-1.0.5/debian/changelog
--- python-rencode-1.0.5/debian/changelog       2016-08-06 08:01:16.000000000 
+0200
+++ python-rencode-1.0.5/debian/changelog       2019-10-27 19:56:53.000000000 
+0100
@@ -1,3 +1,10 @@
+python-rencode (1.0.5-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop Python 2 support (Closes: #938129).
+
+ -- Ondřej Nový <on...@debian.org>  Sun, 27 Oct 2019 19:56:53 +0100
+
 python-rencode (1.0.5-1) unstable; urgency=medium
 
   * New upstream release [June 2016].
diff -Nru python-rencode-1.0.5/debian/rules python-rencode-1.0.5/debian/rules
--- python-rencode-1.0.5/debian/rules   2015-06-16 10:06:12.000000000 +0200
+++ python-rencode-1.0.5/debian/rules   2019-10-27 19:56:07.000000000 +0100
@@ -6,4 +6,4 @@
 export PYBUILD_NAME=rencode
 
 %:
-       dh $@ --parallel --with python2,python3 --buildsystem=pybuild
+       dh $@ --parallel --with python3 --buildsystem=pybuild

Reply via email to