Control: tags 937581 + patch Control: tags 937581 + pending
Dear maintainer, I've prepared an NMU for python-argh (versioned as 0.26.2-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru python-argh-0.26.2/debian/changelog python-argh-0.26.2/debian/changelog --- python-argh-0.26.2/debian/changelog 2016-12-16 09:53:36.000000000 -0500 +++ python-argh-0.26.2/debian/changelog 2019-10-16 22:22:06.000000000 -0400 @@ -1,3 +1,10 @@ +python-argh (0.26.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #937581 + + -- Sandro Tosi <mo...@debian.org> Wed, 16 Oct 2019 22:22:06 -0400 + python-argh (0.26.2-1) unstable; urgency=medium * New upstream version 0.26.2 diff -Nru python-argh-0.26.2/debian/control python-argh-0.26.2/debian/control --- python-argh-0.26.2/debian/control 2016-12-16 09:53:36.000000000 -0500 +++ python-argh-0.26.2/debian/control 2019-10-16 22:20:35.000000000 -0400 @@ -3,7 +3,6 @@ Priority: extra Maintainer: Marco Nenciarini <mnen...@debian.org> Build-Depends: debhelper (>= 9), dh-python, - python-all, python-setuptools (>= 0.6b3), python-pytest, python-mock, python3-all, python3-setuptools (>= 0.6b3), python3-pytest, python3-mock, Standards-Version: 3.9.8.0 Homepage: http://pypi.python.org/pypi/argh @@ -11,34 +10,6 @@ Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-argh.git X-Python-Version: >= 2.6 -Package: python-argh -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Recommends: python-argcomplete -Description: simple argparse wrapper (Python 2) - Argh provides a very simple wrapper for argparse. - . - Argparse is a very powerful tool; argh just makes it easy to use. - . - Here’s a list of features that argh adds to argparse: - . - * mark a function as a CLI command and specify its arguments before - the parser is instantiated; - * nested commands made easy: no messing with subparsers; - * infer command name from function name; - * infer argument type from the default value; - * infer argument action from the default value (for booleans); - * infer arguments from function signature; - * add an alias root command help for the --help argument; - * enable passing unwrapped arguments to certain functions instead of - an argparse.Namespace object. - . - Argh is fully compatible with argparse. You can mix argh-agnostic and - argh-aware code. Just keep in mind that dispatch() does some extra - work that a custom dispatcher may not do. - . - This package installs the library for Python 2. - Package: python3-argh Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff -Nru python-argh-0.26.2/debian/rules python-argh-0.26.2/debian/rules --- python-argh-0.26.2/debian/rules 2016-12-16 09:53:36.000000000 -0500 +++ python-argh-0.26.2/debian/rules 2019-10-16 22:20:41.000000000 -0400 @@ -10,4 +10,4 @@ export LC_ALL=C.UTF-8 %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild