Hello community,
here is the log from the commit of package python-dogpile.cache for
openSUSE:Factory checked in at 2017-05-22 10:46:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dogpile.cache (Old)
and /work/SRC/openSUSE:Factory/.python-dogpile.cache.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dogpile.cache"
Mon May 22 10:46:30 2017 rev:13 rq:493156 version:0.6.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2017-04-28 09:12:26.185417164 +0200
+++
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
2017-05-22 10:46:33.548730878 +0200
@@ -1,0 +2,5 @@
+Sat May 6 03:31:54 UTC 2017 - [email protected]
+
+- Fix Provides/Obsoletes.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dogpile.cache.spec ++++++
--- /var/tmp/diff_new_pack.ioSo2Z/_old 2017-05-22 10:46:34.600582625 +0200
+++ /var/tmp/diff_new_pack.ioSo2Z/_new 2017-05-22 10:46:34.600582625 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
Name: python-dogpile.cache
Version: 0.6.2
Release: 0
@@ -35,8 +36,14 @@
BuildRequires: python-rpm-macros
# NOTE(toabctl): upstream merged dogpile.core into dogpile.cache
# see https://gerrit.sqlalchemy.org/#/c/89/
-Provides: python-dogpile.core = 0.4.1
-Obsoletes: python-dogpile.core <= 0.4.1
+%ifpython2
+Obsoletes: %{oldpython}-dogpile.core < 0.4.1
+Provides: %{oldpython}-dogpile.core = %{version}
+%endif
+%ifpython3
+Provides: python3-dogpile.core = %{version}
+Obsoletes: python3-dogpile.core < 0.4.1
+%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages