2023-04-16 17:02:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Apr 16 17:02:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 4.1:
|
|
|
|
* A new `--include` feature, inspired by `help2man --include`.
|
|
|
|
* Allow overriding build date with SOURCE_DATE_EPOCH
|
|
|
|
environment variable in order to make builds reproducible.
|
|
|
|
|
2022-11-08 09:42:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 7 20:46:21 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
argparse-manpage doesn't necessarily have to depend on setuptools.
|
|
|
|
Projects that want to integrate using 'setup.py' should though place a new
|
|
|
|
"extra" named 'argparse-manpage[setuptools]' into their set of build
|
|
|
|
requirements in project.toml file.
|
|
|
|
|
|
|
|
The old 'build_manpage' command (!= 'build_manpages') is now more
|
|
|
|
isolated from the rest of the code, likely never loaded.
|
|
|
|
|
|
|
|
the Manpage class API was changed in v3 so it required an additional
|
|
|
|
constructor 'data' argument. This change was reverted, and the only
|
|
|
|
argument is again the ArgumentParser object.
|
|
|
|
|
|
|
|
The 'version' and 'description' options were fixed.
|
|
|
|
|
|
|
|
New options 'manual_section' and 'manual_title' were added.
|
|
|
|
|
|
|
|
The manual page now automatically generates a current date in headers.
|
|
|
|
|
|
|
|
Several groff escaping issues were fixed.
|
|
|
|
|
2022-10-20 09:14:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 20 09:13:17 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
|
|
|
|
- Remove not needed dep python-six
|
|
|
|
|
Accepting request 992761 from home:dmach:branches:openSUSE:Factory
- Update to 3
* New man page format: single-commands-section
* Add CLI and conf options for setting the output format
* Add CLI and conf options to explicitly specify %prog value
* Skip showing commands with help == SUPPRESS
* Avoid rendering docs for command aliases
* Print program name in upper case in header and footer
* The --author CLI option has changed, and takes arbitrary string
(typically 'Author Name <the@example.com>'), and newly can be specified
multiple times. Therefore, it now replaces the '--author-email' option.
The --author-email option is kept, but is just an alias to the --author
option.
* All CLI options can be specified also in setup.cfg
* Don't render AUTHORS and DISTRIBUTION if they would contain undefined values
* Remove '... was written by' from AUTHORS
* Fixed the testsuite against the setuptools v60+
* Output manual pages should be built reproducibly, no matter the current
size of the terminal.
* Methods build_manpages, get_build_py_cmd, get_install_cmd are now
provided in top-level module.
* More portable opening and parsing given by python file name.
* Split out options by generic argument groups, not only predefined
"positional arguments", "options", and Subparsers.
* Drop python3-six requirement.
* Properly highligh all option argument METAVARs.
- spec changes:
* BuildArch set to noarch
* Add build dependency on pip module
OBS-URL: https://build.opensuse.org/request/show/992761
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argparse-manpage?expand=0&rev=20
2022-08-04 20:58:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 4 11:18:38 UTC 2022 - Daniel Mach <daniel.mach@suse.com>
|
|
|
|
|
|
|
|
- Update to 3
|
|
|
|
* New man page format: single-commands-section
|
|
|
|
* Add CLI and conf options for setting the output format
|
|
|
|
* Add CLI and conf options to explicitly specify %prog value
|
|
|
|
* Skip showing commands with help == SUPPRESS
|
|
|
|
* Avoid rendering docs for command aliases
|
|
|
|
* Print program name in upper case in header and footer
|
|
|
|
* The --author CLI option has changed, and takes arbitrary string
|
|
|
|
(typically 'Author Name <the@example.com>'), and newly can be specified
|
|
|
|
multiple times. Therefore, it now replaces the '--author-email' option.
|
|
|
|
The --author-email option is kept, but is just an alias to the --author
|
|
|
|
option.
|
|
|
|
* All CLI options can be specified also in setup.cfg
|
|
|
|
* Don't render AUTHORS and DISTRIBUTION if they would contain undefined values
|
|
|
|
* Remove '... was written by' from AUTHORS
|
|
|
|
* Fixed the testsuite against the setuptools v60+
|
|
|
|
* Output manual pages should be built reproducibly, no matter the current
|
|
|
|
size of the terminal.
|
|
|
|
* Methods build_manpages, get_build_py_cmd, get_install_cmd are now
|
|
|
|
provided in top-level module.
|
|
|
|
* More portable opening and parsing given by python file name.
|
|
|
|
* Split out options by generic argument groups, not only predefined
|
|
|
|
"positional arguments", "options", and Subparsers.
|
|
|
|
* Drop python3-six requirement.
|
|
|
|
* Properly highligh all option argument METAVARs.
|
|
|
|
|
|
|
|
- spec changes:
|
|
|
|
* BuildArch set to noarch
|
|
|
|
* Add build dependency on pip module
|
|
|
|
|
2021-04-21 22:32:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 20 12:44:31 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
|
|
|
|
|
|
|
- Update to 1.5
|
|
|
|
* fixed testsuite for Python 3.9
|
|
|
|
* The "epilog" from argparse object is dumped to "COMMENTS" sections.
|
|
|
|
|
2020-08-20 19:20:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 20 15:43:19 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- Resubmit for SLE (jsc#SLE-12826)
|
|
|
|
|
2020-04-14 16:04:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 14 14:52:26 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Don't use %python3_only command, but properly use alternatives.
|
|
|
|
|
2020-01-31 23:05:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 31 17:44:02 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
|
|
|
|
- Require python-setuotools: /usr/bin/argparse-manpage does
|
|
|
|
from pkg_resources import load_entry_point.
|
|
|
|
|
2019-09-13 12:44:37 +00:00
|
|
|
-------------------------------------------------------------------
|
2020-01-17 12:50:43 +00:00
|
|
|
Fri Jan 17 12:37:14 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- update to 1.3
|
|
|
|
* drop additional .br tag from paragraphs so the multiline text is nicer
|
|
|
|
* provide argparse-manpage via entry_point
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-09-13 12:44:37 +00:00
|
|
|
Fri Sep 13 12:41:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 1.2.2:
|
|
|
|
* More complete release tarball, including tests.
|
|
|
|
* Fixed shebang in /bin/argparse-manpage script so it works on
|
|
|
|
Debian/Ubuntu as well as on Fedora.
|
|
|
|
* LICENSE file included in release tarball.
|
|
|
|
* Command-line executable now takes an optional '--output' argument.
|
|
|
|
|
2019-05-07 07:00:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 7 06:59:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Switch to github tarball
|
|
|
|
- Enable tests
|
|
|
|
- Get license file
|
|
|
|
- Run fdupes
|
|
|
|
- Add support for older distros than Tumbleweed
|
|
|
|
|
2019-05-07 06:46:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 12 14:29:54 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Use noun phrase in summary. Repair grammar issues in description.
|
|
|
|
|
2018-12-20 10:15:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 11 15:04:42 UTC 2018 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
|
|
|
|
- initial package
|