Control: tags 935210 + patch Control: tags 935210 + pending
Dear maintainer, I've prepared an NMU for python-nbxmpp (versioned as 0.6.10-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru python-nbxmpp-0.6.10/debian/changelog python-nbxmpp-0.6.10/debian/changelog --- python-nbxmpp-0.6.10/debian/changelog 2019-02-19 03:46:41.000000000 -0500 +++ python-nbxmpp-0.6.10/debian/changelog 2019-10-06 14:33:39.000000000 -0400 @@ -1,3 +1,10 @@ +python-nbxmpp (0.6.10-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #935210 + + -- Sandro Tosi <[email protected]> Sun, 06 Oct 2019 14:33:39 -0400 + python-nbxmpp (0.6.10-1) unstable; urgency=medium * New upstream bug fix release diff -Nru python-nbxmpp-0.6.10/debian/control python-nbxmpp-0.6.10/debian/control --- python-nbxmpp-0.6.10/debian/control 2019-02-19 03:44:29.000000000 -0500 +++ python-nbxmpp-0.6.10/debian/control 2019-10-06 14:33:19.000000000 -0400 @@ -4,24 +4,13 @@ Maintainer: Debian XMPP Maintainers <[email protected]> Uploaders: Tanguy Ortolo <[email protected]>, W. Martin Borgert <[email protected]> -Build-Depends: debhelper (>= 11), dh-python, python-all, python3-all, python3-gi +Build-Depends: debhelper (>= 11), dh-python, python3-all, python3-gi Standards-Version: 4.1.4 Rules-Requires-Root: no Homepage: https://dev.gajim.org/gajim/python-nbxmpp Vcs-Git: https://salsa.debian.org/xmpp-team/python-nbxmpp.git Vcs-Browser: https://salsa.debian.org/xmpp-team/python-nbxmpp -Package: python-nbxmpp -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Recommends: python-openssl -Description: Non blocking Jabber/XMPP Python library - python-nbxmpp is a Python library that provides a way for Python applications - to use Jabber/XMPP networks in a non-blocking way. This library is initialy a - fork of xmpppy one, but using non-blocking sockets. - . - This is the Python 2 version of this library. - Package: python3-nbxmpp Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-gi diff -Nru python-nbxmpp-0.6.10/debian/rules python-nbxmpp-0.6.10/debian/rules --- python-nbxmpp-0.6.10/debian/rules 2019-02-19 03:44:29.000000000 -0500 +++ python-nbxmpp-0.6.10/debian/rules 2019-10-06 14:33:38.000000000 -0400 @@ -9,7 +9,7 @@ export PYBUILD_NAME=nbxmpp %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_installdocs: dh_installdocs -ppython-nbxmpp-doc --doc-main-package=python-nbxmpp-doc

