Hello community,
here is the log from the commit of package python-configparser for
openSUSE:Factory checked in at 2019-07-30 13:00:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-configparser (Old)
and /work/SRC/openSUSE:Factory/.python-configparser.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-configparser"
Tue Jul 30 13:00:15 2019 rev:11 rq:714200 version:3.7.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-configparser/python-configparser.changes
2019-06-18 14:51:08.541636723 +0200
+++
/work/SRC/openSUSE:Factory/.python-configparser.new.4126/python-configparser.changes
2019-07-30 13:00:25.802447565 +0200
@@ -1,0 +2,5 @@
+Tue Jul 9 10:20:34 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Explain for what is the skip_python3 and make it build on SLE12
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-configparser.spec ++++++
--- /var/tmp/diff_new_pack.cTpDgZ/_old 2019-07-30 13:00:26.418447428 +0200
+++ /var/tmp/diff_new_pack.cTpDgZ/_new 2019-07-30 13:00:26.418447428 +0200
@@ -18,7 +18,8 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if %{python3_version_nodots} >= 35
+# inline the 37 with the Version (so with 3.8.x it should be 38, ...)
+%if %{python3_version_nodots} >= 37
%define skip_python3 1
%endif
%global flavor @BUILD_FLAVOR@%{nil}
@@ -82,7 +83,8 @@
%files %{python_files}
%doc README.rst CHANGES.rst
%license LICENSE
-%python2_only %{python_sitelib}/configparser.py*
+%{python_sitelib}/configparser.py*
+%pycache_only %{python_sitelib}/__pycache__
%{python_sitelib}/backports/configparser/
%{python_sitelib}/configparser-%{version}-py*.egg-info
%endif