Hello community,
here is the log from the commit of package python-ruamel.std.argparse for
openSUSE:Leap:15.2 checked in at 2020-03-31 07:24:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-ruamel.std.argparse (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-ruamel.std.argparse.new.3160
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ruamel.std.argparse"
Tue Mar 31 07:24:13 2020 rev:2 rq:789894 version:0.8.1
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-ruamel.std.argparse/python-ruamel.std.argparse.changes
2020-03-09 18:00:13.600664450 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-ruamel.std.argparse.new.3160/python-ruamel.std.argparse.changes
2020-03-31 07:24:35.706455745 +0200
@@ -1,0 +2,6 @@
+Mon Mar 30 05:42:38 UTC 2020 - John Vandenberg <[email protected]>
+
+- Fix setup.py for Python 3.8
+- Update URL
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ruamel.std.argparse.spec ++++++
--- /var/tmp/diff_new_pack.Ev6MiZ/_old 2020-03-31 07:24:37.078456311 +0200
+++ /var/tmp/diff_new_pack.Ev6MiZ/_new 2020-03-31 07:24:37.114456326 +0200
@@ -21,7 +21,7 @@
Release: 0
License: MIT
Summary: Enhancements to argparse
-Url: https://bitbucket.org/ruamel/std.argparse
+Url: https://sourceforge.net/p/ruamel-std-argparse
Group: Development/Languages/Python
Source:
https://files.pythonhosted.org/packages/source/r/ruamel.std.argparse/ruamel.std.argparse-%{version}.tar.gz
BuildRequires: python-rpm-macros
@@ -43,6 +43,8 @@
%prep
%setup -q -n ruamel.std.argparse-%{version}
+# https://sourceforge.net/p/ruamel-std-argparse/tickets/2/
+sed -i 's/_ast/ast/' setup.py
%build
%python_build