Hello community,
here is the log from the commit of package python-ruamel.std.argparse for
openSUSE:Factory checked in at 2020-03-30 23:03:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ruamel.std.argparse (Old)
and /work/SRC/openSUSE:Factory/.python-ruamel.std.argparse.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ruamel.std.argparse"
Mon Mar 30 23:03:37 2020 rev:2 rq:789641 version:0.8.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-ruamel.std.argparse/python-ruamel.std.argparse.changes
2019-07-22 12:19:43.931674730 +0200
+++
/work/SRC/openSUSE:Factory/.python-ruamel.std.argparse.new.3160/python-ruamel.std.argparse.changes
2020-03-30 23:03:39.796185399 +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.wgaMfp/_old 2020-03-30 23:03:40.396185741 +0200
+++ /var/tmp/diff_new_pack.wgaMfp/_new 2020-03-30 23:03:40.396185741 +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