Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-argparse-manpage for
openSUSE:Factory checked in at 2022-11-08 12:52:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-argparse-manpage (Old)
and /work/SRC/openSUSE:Factory/.python-argparse-manpage.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-argparse-manpage"
Tue Nov 8 12:52:31 2022 rev:11 rq:1034469 version:4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-argparse-manpage/python-argparse-manpage.changes
2022-10-20 13:24:46.436641892 +0200
+++
/work/SRC/openSUSE:Factory/.python-argparse-manpage.new.1597/python-argparse-manpage.changes
2022-11-08 12:52:32.642854034 +0100
@@ -1,0 +2,27 @@
+Mon Nov 7 20:46:21 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
v3.tar.gz
New:
----
v4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-argparse-manpage.spec ++++++
--- /var/tmp/diff_new_pack.1FEQfG/_old 2022-11-08 12:52:33.226856821 +0100
+++ /var/tmp/diff_new_pack.1FEQfG/_new 2022-11-08 12:52:33.234856859 +0100
@@ -19,7 +19,7 @@
%define mod_name argparse-manpage
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-argparse-manpage
-Version: 3
+Version: 4
Release: 0
Summary: Tool for automatic manual page building from a Python
ArgumentParser object
License: Apache-2.0
++++++ v3.tar.gz -> v4.tar.gz ++++++
++++ 3417 lines of diff (skipped)