Control: tags 938240 + patch
Control: tags 938240 + pending

Dear maintainer,

I've prepared an NMU for python-unpaddedbase64 (versioned as 1.1.0-4.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru python-unpaddedbase64-1.1.0/debian/changelog python-unpaddedbase64-1.1.0/debian/changelog
--- python-unpaddedbase64-1.1.0/debian/changelog	2019-01-29 10:14:57.000000000 -0500
+++ python-unpaddedbase64-1.1.0/debian/changelog	2019-10-05 22:48:01.000000000 -0400
@@ -1,3 +1,10 @@
+python-unpaddedbase64 (1.1.0-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #938240
+
+ -- Sandro Tosi <mo...@debian.org>  Sat, 05 Oct 2019 22:48:01 -0400
+
 python-unpaddedbase64 (1.1.0-4) unstable; urgency=medium
 
   * Enable autopkgtest CI.
diff -Nru python-unpaddedbase64-1.1.0/debian/control python-unpaddedbase64-1.1.0/debian/control
--- python-unpaddedbase64-1.1.0/debian/control	2019-01-29 10:14:57.000000000 -0500
+++ python-unpaddedbase64-1.1.0/debian/control	2019-10-05 22:47:43.000000000 -0400
@@ -5,8 +5,6 @@
 Build-Depends:
  debhelper-compat (= 12),
  dh-python,
- python-all (>= 2.6.6-3),
- python-setuptools (>= 0.6.24),
  python3-all,
  python3-setuptools (>= 0.6.24)
 Standards-Version: 4.3.0
@@ -15,21 +13,6 @@
 Vcs-Browser: https://salsa.debian.org/matrix-team/python-unpaddedbase64
 Vcs-Git: https://salsa.debian.org/matrix-team/python-unpaddedbase64.git
 
-Package: python-unpaddedbase64
-Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends}
-Provides: ${python:Provides}
-Description: unpadded Base64 implementation in Python
- A module to encode and decode Base64 without "=" padding.
- .
- RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes
- using "=" characters. However this conveys no benefit so many protocols choose
- to use Base64 without the "=" padding.
- .
- This package is for Python 2.
-
 Package: python3-unpaddedbase64
 Architecture: all
 Depends:
diff -Nru python-unpaddedbase64-1.1.0/debian/python-unpaddedbase64.docs python-unpaddedbase64-1.1.0/debian/python-unpaddedbase64.docs
--- python-unpaddedbase64-1.1.0/debian/python-unpaddedbase64.docs	2019-01-29 10:14:57.000000000 -0500
+++ python-unpaddedbase64-1.1.0/debian/python-unpaddedbase64.docs	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-README.rst
diff -Nru python-unpaddedbase64-1.1.0/debian/rules python-unpaddedbase64-1.1.0/debian/rules
--- python-unpaddedbase64-1.1.0/debian/rules	2019-01-29 10:14:57.000000000 -0500
+++ python-unpaddedbase64-1.1.0/debian/rules	2019-10-05 22:47:58.000000000 -0400
@@ -3,4 +3,4 @@
 export PYBUILD_NAME=unpaddedbase64
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild

Reply via email to