Control: tags 938084 + patch Control: tags 938084 + pending
Dear maintainer, I've prepared an NMU for python-pyperclip (versioned as 1.6.4-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru python-pyperclip-1.6.4/debian/changelog python-pyperclip-1.6.4/debian/changelog --- python-pyperclip-1.6.4/debian/changelog 2018-08-04 02:36:06.000000000 -0400 +++ python-pyperclip-1.6.4/debian/changelog 2019-10-27 13:51:48.000000000 -0400 @@ -1,3 +1,10 @@ +python-pyperclip (1.6.4-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #938084 + + -- Sandro Tosi <mo...@debian.org> Sun, 27 Oct 2019 13:51:48 -0400 + python-pyperclip (1.6.4-1) unstable; urgency=medium * New upstream version 1.6.4 diff -Nru python-pyperclip-1.6.4/debian/control python-pyperclip-1.6.4/debian/control --- python-pyperclip-1.6.4/debian/control 2018-08-04 02:36:06.000000000 -0400 +++ python-pyperclip-1.6.4/debian/control 2019-10-27 13:51:13.000000000 -0400 @@ -2,23 +2,12 @@ Section: python Priority: optional Maintainer: Sebastien Delafond <s...@debian.org> -Build-Depends: debhelper (>= 9), python-setuptools, python-all, python3-all, - python3-setuptools, python-pytest, xclip, xvfb, xauth +Build-Depends: debhelper (>= 9), python3-all, + python3-setuptools, python3-pytest, xclip, xvfb, xauth Standards-Version: 4.1.3 Homepage: https://github.com/asweigart/pyperclip Vcs-Git: https://salsa.debian.org/debian/python-pyperclip.git Vcs-Browser: https://salsa.debian.org/debian/python-pyperclip -X-Python-Version: >= 2.7 -X-Python3-Version: >= 3.4 - -Package: python-pyperclip -Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, xclip | xsel | python-gi | python-qt4 -Description: Cross-platform clipboard module for Python - This module is a cross-platform Python module for copy and paste clipboard - functions. - . - It currently only handles plaintext. Package: python3-pyperclip Architecture: all diff -Nru python-pyperclip-1.6.4/debian/rules python-pyperclip-1.6.4/debian/rules --- python-pyperclip-1.6.4/debian/rules 2018-08-04 02:36:06.000000000 -0400 +++ python-pyperclip-1.6.4/debian/rules 2019-10-27 13:51:41.000000000 -0400 @@ -3,13 +3,10 @@ export PYBUILD_NAME=pyperclip %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: - # manually run tests for python2 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - # xvfb-run python tests/test_pyperclip.py - # xvfb-run python tests/test_single.py - # # run manually tests for python3 -# xvfb-run python3 tests/test_pyperclip.py + # run manually tests for python3 + xvfb-run python3 tests/test_pyperclip.py endif