Bug#938141: python-requests-toolbelt: diff for NMU version 0.8.0-1.1

2019-10-24 Thread Petter Reinholdtsen
[Ross Gammon]
> Maybe we should do an RFA bug and see if a new contributor wants to pick
> it up?

Please do. :)

-- 
Happy hacking
Petter Reinholdtsen



Bug#938141: python-requests-toolbelt: diff for NMU version 0.8.0-1.1

2019-10-24 Thread Ross Gammon
Hi both,

On 10/15/19 7:44 AM, Petter Reinholdtsen wrote:
> [Sandro Tosi]
>> 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.
> Thank you very much!
>
> Perhaps you could like to become a co-maintainer or take over the
> package?  The source git repo should be imported into Salsa and a new
> maintainer upload should be done with your fixes.
>
> I uploaded python-requests-toolbelt into Debian to get
> https://tracker.debian.org/pkg/creepy > working, but creepy has
> since been removed because its upstream no longer maintained it.
>
Same here. I no longer have need for the package. I was thinking of
seeing if the Python Modules team wanted to pick it up. I am no longer a
member of the team after the Salsa migration, and I am a bit too busy to
reapply.

Petter,

Maybe we should do an RFA bug and see if a new contributor wants to pick
it up? I am on my Ubuntu machine at the moment and I get:

$ apt-cache rdepends python3-requests-toolbelt
python3-requests-toolbelt
Reverse Depends:
  vdirsyncer
  python3-acme
  twine
  snapcraft
  python3-zeep
  python3-jira
  python3-flickrapi
  python3-bioblend
  python3-pylxd

I will do that if you agree.

Regards,

Ross



Bug#938141: python-requests-toolbelt: diff for NMU version 0.8.0-1.1

2019-10-14 Thread Petter Reinholdtsen
[Sandro Tosi]
> 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.

Thank you very much!

Perhaps you could like to become a co-maintainer or take over the
package?  The source git repo should be imported into Salsa and a new
maintainer upload should be done with your fixes.

I uploaded python-requests-toolbelt into Debian to get
https://tracker.debian.org/pkg/creepy > working, but creepy has
since been removed because its upstream no longer maintained it.

-- 
Happy hacking
Petter Reinholdtsen



Bug#938141: python-requests-toolbelt: diff for NMU version 0.8.0-1.1

2019-10-14 Thread Sandro Tosi
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.0 -0400
+++ python-requests-toolbelt-0.8.0/debian/changelog	2019-10-14 23:00:28.0 -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   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.0 -0400
+++ python-requests-toolbelt-0.8.0/debian/control	2019-10-14 23:00:28.0 -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.0 -0500
+++ python-requests-toolbelt-0.8.0/debian/rules	2019-10-14 23:00:24.0 -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