Control: tags 938218 + patch Control: tags 938218 + pending
Dear maintainer, I've prepared an NMU for python-tinyrpc (versioned as 0.6-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru python-tinyrpc-0.6/debian/changelog python-tinyrpc-0.6/debian/changelog --- python-tinyrpc-0.6/debian/changelog 2017-08-27 04:44:10.000000000 -0400 +++ python-tinyrpc-0.6/debian/changelog 2019-10-10 13:46:20.000000000 -0400 @@ -1,3 +1,10 @@ +python-tinyrpc (0.6-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python support; Closes: #938218 + + -- Sandro Tosi <mo...@debian.org> Thu, 10 Oct 2019 13:46:20 -0400 + python-tinyrpc (0.6-1) unstable; urgency=medium * The “خالد الجهني (Khaled Al-Jehani)” release. diff -Nru python-tinyrpc-0.6/debian/control python-tinyrpc-0.6/debian/control --- python-tinyrpc-0.6/debian/control 2017-08-27 04:44:10.000000000 -0400 +++ python-tinyrpc-0.6/debian/control 2019-10-10 13:45:39.000000000 -0400 @@ -14,17 +14,8 @@ python3-six, python3-setuptools, python3-all, - python-sphinx, - python-pytest-runner, - python-mock, - python-gevent, - python-requests, - python-websocket, - python-jsonext, - python-zmq, - python-six, - python-setuptools, - python-all (>= 2.7~), + python3-mock, + python3-all, dh-python, debhelper (>= 10~) Homepage: https://pypi.org/project/tinyrpc/ @@ -52,25 +43,6 @@ . This package installs the library for Python 3. -Package: python-tinyrpc -Architecture: all -Depends: - ${python:Depends}, - ${misc:Depends} -Suggests: - python-tinyrpc-doc -Description: small, modular RPC library — Python 2 - ‘tinyrpc’ is a library for making and handling RPC calls in Python. - . - Its initial scope is handling JSON-RPC, although it aims to be very - well-documented and modular to make it easy to add support for - further protocols. - . - A feature is support of multiple transports (or none at all) and - providing clever syntactic sugar for writing dispatchers. - . - This package installs the library for Python 2. - Package: python-tinyrpc-doc Architecture: all Section: doc diff -Nru python-tinyrpc-0.6/debian/rules python-tinyrpc-0.6/debian/rules --- python-tinyrpc-0.6/debian/rules 2017-08-27 04:44:10.000000000 -0400 +++ python-tinyrpc-0.6/debian/rules 2019-10-10 13:46:19.000000000 -0400 @@ -25,7 +25,7 @@ %: - dh $@ --with python3,python2,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,sphinxdoc --buildsystem=pybuild .PHONY: get-packaged-orig-source