Control: tags 937890 + patch Control: tags 937890 + pending
Dear maintainer, I've prepared an NMU for python-libtmux (versioned as 0.8.0-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -Nru python-libtmux-0.8.0/debian/control python-libtmux-0.8.0/debian/control --- python-libtmux-0.8.0/debian/control 2018-03-30 13:33:10.000000000 +0200 +++ python-libtmux-0.8.0/debian/control 2019-11-11 07:36:47.000000000 +0100 @@ -2,21 +2,12 @@ Maintainer: Sebastien Delafond <[email protected]> Section: python Priority: optional -Build-Depends: dh-python, python-setuptools, python3-setuptools, python-all, python3-all, debhelper (>= 9) +Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9) Standards-Version: 4.1.3 Homepage: https://github.com/tony/libtmux/ Vcs-Git: https://salsa.debian.org/debian/python-libtmux.git Vcs-Browser: https://salsa.debian.org/debian/python-libtmux -Package: python-libtmux -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Description: Python scripting library and ORM for tmux - libtmux is the tool behind tmuxp, a tmux workspace manager in python. - . - Builds upon tmux's target and formats to create an object mapping to - traverse, inspect and interact with live tmux sessions. - Package: python3-libtmux Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff -Nru python-libtmux-0.8.0/debian/changelog python-libtmux-0.8.0/debian/changelog --- python-libtmux-0.8.0/debian/changelog 2018-03-30 13:33:10.000000000 +0200 +++ python-libtmux-0.8.0/debian/changelog 2019-11-11 07:38:38.000000000 +0100 @@ -1,3 +1,10 @@ +python-libtmux (0.8.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop Python 2 support (Closes: #937890). + + -- OndÅej Nový <[email protected]> Mon, 11 Nov 2019 07:38:38 +0100 + python-libtmux (0.8.0-1) unstable; urgency=medium * New upstream version 0.8.0 diff -Nru python-libtmux-0.8.0/debian/rules python-libtmux-0.8.0/debian/rules --- python-libtmux-0.8.0/debian/rules 2018-03-30 13:33:10.000000000 +0200 +++ python-libtmux-0.8.0/debian/rules 2019-11-11 07:38:38.000000000 +0100 @@ -4,5 +4,4 @@ # Sun, 01 Jan 2017 16:08:32 +0300 export PYBUILD_NAME=libtmux %: - dh $@ --with python2,python3 --buildsystem=pybuild - + dh $@ --with python3 --buildsystem=pybuild

