Hello community,
here is the log from the commit of package python-oci-sdk for
openSUSE:Leap:15.2 checked in at 2020-04-25 19:05:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-oci-sdk (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-oci-sdk.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oci-sdk"
Sat Apr 25 19:05:24 2020 rev:2 rq:797110 version:2.11.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-oci-sdk/python-oci-sdk.changes
2020-03-27 16:48:12.151936087 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-oci-sdk.new.2738/python-oci-sdk.changes
2020-04-25 19:05:25.227639057 +0200
@@ -1,0 +2,5 @@
+Thu Apr 23 10:38:47 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oci-sdk.spec ++++++
--- /var/tmp/diff_new_pack.3aj3Aj/_old 2020-04-25 19:05:26.327641422 +0200
+++ /var/tmp/diff_new_pack.3aj3Aj/_new 2020-04-25 19:05:26.331641431 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-oci-sdk
Version: 2.11.0
Release: 0
@@ -55,7 +56,7 @@
BuildRequires: %{python_module requests}
BuildRequires: %{python_module six}
BuildRequires: %{python_module vcrpy}
-%ifpython2
+%if %{with python2}
BuildRequires: python-configparser >= 3.5.0
%endif
# /SECTION