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-08-05 19:51:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-argparse-manpage (Old)
and /work/SRC/openSUSE:Factory/.python-argparse-manpage.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-argparse-manpage"
Fri Aug 5 19:51:08 2022 rev:9 rq:993147 version:3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-argparse-manpage/python-argparse-manpage.changes
2021-04-22 18:04:46.762581394 +0200
+++
/work/SRC/openSUSE:Factory/.python-argparse-manpage.new.1521/python-argparse-manpage.changes
2022-08-05 19:52:07.225629101 +0200
@@ -1,0 +2,33 @@
+Thu Aug 4 11:18:38 UTC 2022 - Daniel Mach <[email protected]>
+
+- 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 <[email protected]>'), 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
+
+-------------------------------------------------------------------
Old:
----
v1.5.tar.gz
New:
----
v3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-argparse-manpage.spec ++++++
--- /var/tmp/diff_new_pack.8wQXmy/_old 2022-08-05 19:52:07.685630289 +0200
+++ /var/tmp/diff_new_pack.8wQXmy/_new 2022-08-05 19:52:07.697630320 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-argparse-manpage
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,15 @@
%define mod_name argparse-manpage
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-argparse-manpage
-Version: 1.5
+Version: 3
Release: 0
Summary: Tool for automatic manual page building from a Python
ArgumentParser object
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/praiskup/argparse-manpage
Source:
https://github.com/praiskup/argparse-manpage/archive/v%{version}.tar.gz
+BuildArch: noarch
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
++++++ v1.5.tar.gz -> v3.tar.gz ++++++
++++ 3877 lines of diff (skipped)