Hello community,
here is the log from the commit of package python-openapi-core for
openSUSE:Factory checked in at 2020-01-09 22:53:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openapi-core (Old)
and /work/SRC/openSUSE:Factory/.python-openapi-core.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openapi-core"
Thu Jan 9 22:53:43 2020 rev:6 rq:762508 version:0.12.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-openapi-core/python-openapi-core.changes
2019-09-26 20:46:49.301646703 +0200
+++
/work/SRC/openSUSE:Factory/.python-openapi-core.new.6675/python-openapi-core.changes
2020-01-09 22:54:19.198821148 +0100
@@ -1,0 +2,5 @@
+Thu Jan 9 18:01:55 UTC 2020 - Todd R <[email protected]>
+
+- Drop python2 subpackage due to dropping backports dependencies.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openapi-core.spec ++++++
--- /var/tmp/diff_new_pack.Pu0pLd/_old 2020-01-09 22:54:20.106821602 +0100
+++ /var/tmp/diff_new_pack.Pu0pLd/_new 2020-01-09 22:54:20.134821616 +0100
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-openapi-core
Version: 0.12.0
Release: 0
@@ -36,9 +37,6 @@
BuildRequires: %{python_module six}
BuildRequires: %{python_module strict-rfc3339}
BuildRequires: fdupes
-BuildRequires: python-backports.functools_lru_cache
-BuildRequires: python-backports.functools_partialmethod
-BuildRequires: python-enum34
BuildRequires: python-rpm-macros
Requires: python-attrs
Requires: python-isodate
@@ -47,11 +45,6 @@
Requires: python-six
Requires: python-strict-rfc3339
BuildArch: noarch
-%ifpython2
-Requires: python-backports.functools_lru_cache
-Requires: python-backports.functools_partialmethod
-Requires: python-enum34
-%endif
%python_subpackages
%description