Control: tags 938181 + patch
Control: tags 938181 + pending

Dear maintainer,

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

Regards.

diff -Nru python-socketio-client-0.6.5/debian/control 
python-socketio-client-0.6.5/debian/control
--- python-socketio-client-0.6.5/debian/control 2016-01-12 13:13:24.000000000 
+0100
+++ python-socketio-client-0.6.5/debian/control 2019-10-27 19:51:02.000000000 
+0100
@@ -3,32 +3,17 @@
 Priority: optional
 Maintainer: Leo Iannacone <l...@ubuntu.com>
 Build-Depends: debhelper (>= 9)
- , python-all (>= 2.6.6-3~)
+ , dh-python
  , python3-all
- , python-setuptools
  , python3-setuptools
 Standards-Version: 3.9.6
 Homepage: https://github.com/invisibleroads/socketIO-client
 Vcs-Git: git://anonscm.debian.org/collab-maint/python-socketio-client.git
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=collab-maint/python-socketio-client.git
 
-Package: python-socketio-client
-Architecture: all
-Depends: ${python:Depends}
- , ${misc:Depends}
- , python-requests
- , python-six
- , python-websocket
-Description: socket.io-client library for Python
- This package contains a socket.io client library
- for Python.
- .
- You can use it to write test code against your
- socket.io server.
-
 Package: python3-socketio-client
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python3:Depends}
  , ${misc:Depends}
  , python3-requests
  , python3-six
diff -Nru python-socketio-client-0.6.5/debian/changelog 
python-socketio-client-0.6.5/debian/changelog
--- python-socketio-client-0.6.5/debian/changelog       2016-01-12 
13:17:23.000000000 +0100
+++ python-socketio-client-0.6.5/debian/changelog       2019-10-27 
19:51:46.000000000 +0100
@@ -1,3 +1,12 @@
+python-socketio-client (0.6.5-0.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop Python 2 support (Closes: #938181).
+  * Add dh-python to B-D.
+  * Change ${python:Depends} to ${python3:Depends} for Py3 binary.
+
+ -- Ondřej Nový <on...@debian.org>  Sun, 27 Oct 2019 19:51:46 +0100
+
 python-socketio-client (0.6.5-0.1) unstable; urgency=medium
 
   * Non-maintainer Upload.
diff -Nru python-socketio-client-0.6.5/debian/python-socketio-client.docs 
python-socketio-client-0.6.5/debian/python-socketio-client.docs
--- python-socketio-client-0.6.5/debian/python-socketio-client.docs     
2016-01-12 13:17:22.000000000 +0100
+++ python-socketio-client-0.6.5/debian/python-socketio-client.docs     
1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-README.rst
-TODO.goals
diff -Nru python-socketio-client-0.6.5/debian/rules 
python-socketio-client-0.6.5/debian/rules
--- python-socketio-client-0.6.5/debian/rules   2016-01-12 13:13:24.000000000 
+0100
+++ python-socketio-client-0.6.5/debian/rules   2019-10-27 19:47:31.000000000 
+0100
@@ -8,18 +8,11 @@
 export PYBUILD_DISABLE=test
 
 %:
-       dh $@ --with python2,python3 --buildsystem=pybuild
+       dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_clean:
        dh_auto_clean
        rm -fr socketIO_client.egg-info
 
-override_dh_auto_install:
-       dh_auto_install
-       find debian/python-socketio-client -name "*SOURCES.txt" -delete
-
 override_dh_installchangelogs:
        dh_installchangelogs -k CHANGES.rst
-
-override_dh_python2:
-       dh_python2 --no-guessing-deps

Reply via email to