Control: tags 938141 + patch
Control: tags 938141 + pending

Dear maintainer,

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

Regards.

diff -Nru python-requests-toolbelt-0.8.0/debian/changelog python-requests-toolbelt-0.8.0/debian/changelog
--- python-requests-toolbelt-0.8.0/debian/changelog	2017-07-16 05:19:44.000000000 -0400
+++ python-requests-toolbelt-0.8.0/debian/changelog	2019-10-14 23:00:28.000000000 -0400
@@ -1,3 +1,10 @@
+python-requests-toolbelt (0.8.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #938141
+
+ -- Sandro Tosi <mo...@debian.org>  Mon, 14 Oct 2019 23:00:28 -0400
+
 python-requests-toolbelt (0.8.0-1) unstable; urgency=medium
 
   * New upstream version 0.8.0.
diff -Nru python-requests-toolbelt-0.8.0/debian/control python-requests-toolbelt-0.8.0/debian/control
--- python-requests-toolbelt-0.8.0/debian/control	2017-07-16 05:18:53.000000000 -0400
+++ python-requests-toolbelt-0.8.0/debian/control	2019-10-14 23:00:28.000000000 -0400
@@ -6,12 +6,9 @@
 Build-Depends: debhelper (>= 9~)
 Build-Depends-Indep:
  dh-python,
- python-all (>= 2.6.6-3),
- python-setuptools (>= 0.6b3),
- python-requests,
- python-sphinx,
- python-sphinx-rtd-theme,
- python-doc,
+ python3-sphinx,
+ python3-sphinx-rtd-theme,
+ python3-doc,
  python3-all,
  python3-requests,
  python3-setuptools,
@@ -23,17 +20,6 @@
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-requests-toolbelt.git
 Vcs-Git: git://anonscm.debian.org/collab-maint/python-requests-toolbelt.git
 
-Package: python-requests-toolbelt
-Architecture: all
-XB-Python-Version: ${python:Versions}
-Depends: ${misc:Depends}, ${python:Depends}
-Description: Utility belt for advanced users of python-requests
- Collection of utilities for python-requests
- It provides transport adapters: FingerprintAdapter, SSLAdapter,
- SourceAddressAdapter, SocketOptionsAdapter, TCPKeepAliveAdapter
- and authenticators: AuthHandler, GuessAuth, HTTPProxyDigestAuth
- Also a cookiejar, streaming helpers and more.
-
 Package: python3-requests-toolbelt
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
@@ -47,7 +33,7 @@
 Package: python-requests-toolbelt-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
 Description: Utility belt for python3-requests (documentation)
  Collection of utilities for python3-requests: documentation
  It provides transport adapters: FingerprintAdapter, SSLAdapter,
diff -Nru python-requests-toolbelt-0.8.0/debian/rules python-requests-toolbelt-0.8.0/debian/rules
--- python-requests-toolbelt-0.8.0/debian/rules	2016-01-16 14:30:49.000000000 -0500
+++ python-requests-toolbelt-0.8.0/debian/rules	2019-10-14 23:00:24.000000000 -0400
@@ -7,7 +7,7 @@
 export PYBUILD_DISABLE=test
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_installdocs:
 	LC_ALL=C PYTHONPATH=. http_proxy='http://127.0.0.1:9/' sphinx-build -N -bhtml docs debian/html

Reply via email to