Accepting request 1114782 from devel:languages:python

- 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/request/show/1114782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argparse-manpage?expand=0&rev=14
This commit is contained in:
Ana Guerrero 2023-10-02 18:07:15 +00:00 committed by Git OBS Bridge
commit 5d2321a6b7
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Oct 2 09:23:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <steven.kowalik@suse.com>
@ -20,7 +31,7 @@ Sun Apr 16 17:02:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
-------------------------------------------------------------------
Mon Nov 7 20:46:21 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a384586aea4dc1af7b3fbbec0b522067168cf599a54059fd553c2db03d3b113e
size 54479

BIN
v4.5.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.