From 5404bfb799cb4d4b053e460ce8429ffcd1cacb053c11c29c5ab622ea54861099 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 2 Oct 2023 09:24:49 +0000 Subject: [PATCH] - update to 4.5: * We newly provide build_manpages.build_py and build_manpages.install command classes that are re-usable from pyproject.toml. No need to provide setup.py because of argparse-manpage. * The prog= specifier (in setup.py/setup.cfg/pyproject.toml) is now better handled so it doesn't conflict with ArgumentParser(prog=..). - Update to v4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argparse-manpage?expand=0&rev=30 --- python-argparse-manpage.changes | 13 ++++++++++++- python-argparse-manpage.spec | 2 +- v4.3.tar.gz | 3 --- v4.5.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 v4.3.tar.gz create mode 100644 v4.5.tar.gz diff --git a/python-argparse-manpage.changes b/python-argparse-manpage.changes index e5c7931..f6bee1a 100644 --- a/python-argparse-manpage.changes +++ b/python-argparse-manpage.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Oct 2 09:23:46 UTC 2023 - Dirk Müller + +- update to 4.5: + * We newly provide build_manpages.build_py and build_manpages.install + command classes that are re-usable from pyproject.toml. + No need to provide setup.py because of argparse-manpage. + * The prog= specifier (in setup.py/setup.cfg/pyproject.toml) is + now better handled so it doesn't conflict with + ArgumentParser(prog=..). + ------------------------------------------------------------------- Thu Jun 15 09:42:01 UTC 2023 - Steve Kowalik @@ -20,7 +31,7 @@ Sun Apr 16 17:02:00 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Mon Nov 7 20:46:21 UTC 2022 - Yogalakshmi Arunachalam -- Update to v4 +- Update to v4 News in v4 The manual page generator logic is now separated from the 'build_manpages' module (which provides setup.py integration helpers). Therefore the diff --git a/python-argparse-manpage.spec b/python-argparse-manpage.spec index 654a039..ea0be12 100644 --- a/python-argparse-manpage.spec +++ b/python-argparse-manpage.spec @@ -18,7 +18,7 @@ %define mod_name argparse-manpage Name: python-argparse-manpage -Version: 4.3 +Version: 4.5 Release: 0 Summary: Tool for automatic manual page building from a Python ArgumentParser object License: Apache-2.0 diff --git a/v4.3.tar.gz b/v4.3.tar.gz deleted file mode 100644 index 635cab5..0000000 --- a/v4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a384586aea4dc1af7b3fbbec0b522067168cf599a54059fd553c2db03d3b113e -size 54479 diff --git a/v4.5.tar.gz b/v4.5.tar.gz new file mode 100644 index 0000000..760c2e3 --- /dev/null +++ b/v4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f958043adb5542c5b2b137f60b4b796f045c2008600dca0e44dc912a3dc0ce21 +size 54783