Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sphinx-argparse for
openSUSE:Factory checked in at 2023-05-15 16:54:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinx-argparse (Old)
and /work/SRC/openSUSE:Factory/.python-sphinx-argparse.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinx-argparse"
Mon May 15 16:54:25 2023 rev:5 rq:1087122 version:0.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinx-argparse/python-sphinx-argparse.changes
2022-10-18 12:46:04.313870175 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinx-argparse.new.1533/python-sphinx-argparse.changes
2023-05-15 16:54:39.536285190 +0200
@@ -1,0 +2,10 @@
+Sun May 14 18:40:55 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 0.4.0:
+ * Minimum python version is now 3.7
+ * Update linters
+ * Modern readthedocs config
+ * feat: find executable filename to address #16
+ * Test against python 3.11 too
+
+-------------------------------------------------------------------
Old:
----
sphinx-argparse-0.3.2.tar.gz
New:
----
sphinx_argparse-0.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinx-argparse.spec ++++++
--- /var/tmp/diff_new_pack.HwdTEE/_old 2023-05-15 16:54:40.064288104 +0200
+++ /var/tmp/diff_new_pack.HwdTEE/_new 2023-05-15 16:54:40.068288126 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-sphinx-argparse
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%define skip_python2 1
Name: python-sphinx-argparse
-Version: 0.3.2
+Version: 0.4.0
Release: 0
Summary: Sphinx extension to document argparse commands and options
License: MIT
URL: https://github.com/ashb/sphinx-argparse
-Source0:
https://files.pythonhosted.org/packages/source/s/sphinx-argparse/sphinx-argparse-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/s/sphinx-argparse/sphinx_argparse-%{version}.tar.gz
BuildRequires: %{python_module CommonMark}
BuildRequires: %{python_module Sphinx >= 1.2.0}
BuildRequires: %{python_module pytest}
@@ -37,7 +37,7 @@
Sphinx extension that automatically documents argparse commands and options.
%prep
-%autosetup -p1 -n sphinx-argparse-%{version}
+%autosetup -p1 -n sphinx_argparse-%{version}
%build
%python_build