Hello community,

here is the log from the commit of package python-oslo.cache for 
openSUSE:Factory checked in at 2020-03-24 22:32:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.cache (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.cache.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.cache"

Tue Mar 24 22:32:40 2020 rev:10 rq:786398 version:1.37.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.cache/python-oslo.cache.changes      
2020-02-18 10:41:21.993062168 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.cache.new.3160/python-oslo.cache.changes
    2020-03-24 22:32:42.209099940 +0100
@@ -1,0 +2,5 @@
+Sat Mar 14 12:02:39 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- switch to python 3.x only builds
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-oslo.cache.spec ++++++
--- /var/tmp/diff_new_pack.rjmAWO/_old  2020-03-24 22:32:42.929100290 +0100
+++ /var/tmp/diff_new_pack.rjmAWO/_new  2020-03-24 22:32:42.929100290 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.cache
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,18 +25,6 @@
 URL:            https://launchpad.net/%{sname}
 Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-1.37.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python2-dogpile.cache >= 0.6.2
-BuildRequires:  python2-mock
-BuildRequires:  python2-oslo.config >= 5.2.0
-BuildRequires:  python2-oslo.i18n >= 3.15.3
-BuildRequires:  python2-oslo.log >= 3.36.0
-BuildRequires:  python2-oslo.utils >= 3.33.0
-BuildRequires:  python2-oslotest
-BuildRequires:  python2-pbr
-BuildRequires:  python2-pymongo
-BuildRequires:  python2-python-memcached
-BuildRequires:  python2-six >= 1.11.0
-BuildRequires:  python2-stestr
 BuildRequires:  python3-dogpile.cache >= 0.6.2
 BuildRequires:  python3-mock
 BuildRequires:  python3-oslo.config >= 5.2.0
@@ -49,15 +37,7 @@
 BuildRequires:  python3-python-memcached
 BuildRequires:  python3-six >= 1.11.0
 BuildRequires:  python3-stestr
-Requires:       python-dogpile.cache >= 0.6.2
-Requires:       python-oslo.config >= 5.2.0
-Requires:       python-oslo.i18n >= 3.15.3
-Requires:       python-oslo.log >= 3.36.0
-Requires:       python-oslo.utils >= 3.33.0
-Requires:       python-python-memcached
-Requires:       python-six >= 1.11.0
 BuildArch:      noarch
-%python_subpackages
 
 %description
 oslo.cache aims to provide a generic caching mechanism for OpenStack projects
@@ -65,6 +45,23 @@
 support memoization, key value storage and interfaces to common caching
 backends such as Memcached.
 
+%package -n python3-oslo.cache
+Summary:        Cache storage for Openstack projects
+Group:          Development/Languages/Python
+Requires:       python3-dogpile.cache >= 0.6.2
+Requires:       python3-oslo.config >= 5.2.0
+Requires:       python3-oslo.i18n >= 3.15.3
+Requires:       python3-oslo.log >= 3.36.0
+Requires:       python3-oslo.utils >= 3.33.0
+Requires:       python3-python-memcached
+Requires:       python3-six >= 1.11.0
+
+%description -n python3-oslo.cache
+oslo.cache aims to provide a generic caching mechanism for OpenStack projects
+by wrapping the dogpile.cache library. The dogpile.cache library provides
+support memoization, key value storage and interfaces to common caching
+backends such as Memcached.
+
 %package -n python-oslo.cache-doc
 Summary:        Documentation for the OpenStack Oslo Cache library
 Group:          Development/Languages/Python
@@ -80,10 +77,10 @@
 %py_req_cleanup
 
 %build
-%{python_build}
+%{py3_build}
 
 %install
-%{python_install}
+%{py3_install}
 
 # generate html docs
 PBR_VERSION=1.37.0 %sphinx_build -b html doc/source doc/build/html
@@ -91,13 +88,13 @@
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %check
-%python_exec -m stestr.cli run
+python3 -m stestr.cli run
 
-%files %{python_files}
+%files -n python3-oslo.cache
 %license LICENSE
 %doc README.rst ChangeLog
-%{python_sitelib}/oslo_cache
-%{python_sitelib}/*.egg-info
+%{python3_sitelib}/oslo_cache
+%{python3_sitelib}/*.egg-info
 
 %files -n python-oslo.cache-doc
 %license LICENSE


Reply via email to