commit python-oslo.cache for openSUSE:Factory

2020-10-26 Thread root
Hello community,

here is the log from the commit of package python-oslo.cache for 
openSUSE:Factory checked in at 2020-10-26 16:16:25

Comparing /work/SRC/openSUSE:Factory/python-oslo.cache (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.cache.new.3463 (New)


Package is "python-oslo.cache"

Mon Oct 26 16:16:25 2020 rev:12 rq:841204 version:2.6.1

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.cache/python-oslo.cache.changes  
2020-06-05 20:15:43.642872939 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.cache.new.3463/python-oslo.cache.changes
2020-10-26 16:17:01.226969252 +0100
@@ -1,0 +2,35 @@
+Fri Oct  9 19:06:50 UTC 2020 - cloud-de...@suse.de
+
+- update to version 2.6.1
+  - Switch to Victoria tests
+  - Drop hard choice on py38 for functional tests
+  - [doc] tell to prefix ipv6 hosts with inet6
+  - Remove the unused coding style modules
+  - Remove unneeded babel.cfg etc
+  - Adding functional tests for memcache_pool backend
+  - Add pre-commit to pep8 gate
+  - Imported Translations from Zanata
+  - Fix pygments style
+  - Update master for stable/ussuri
+  - Introducing usage of pre-commit
+  - Removes pre-commit hooks from Lucas-C
+  - Add Memcached functional tests to gate
+  - Align contributing doc with oslo's policy
+  - Refactoring functional tests based on standard usages
+  - Uses commit hash instead of version tags in pre-commit
+  - Apply fixes for pre-commit compliance in all code
+  - Switch to newer openstackdocstheme and reno versions
+  - Adding functional tests
+  - Remove six
+  - Add release notes links to doc index
+  - Add python-binary-memcached to support SASL
+  - Bump bandit version
+  - Small cleanups in tox.ini
+  - Add TLS options to oslo.cache
+  - Bump dogpile.cache's version for Memcached TLS support
+  - Fix pep8 failure
+  - Stop to use the __future__ module.
+  - Add TLS context creation from config
+  - Update lower-constraints versions
+
+---

Old:

  oslo.cache-2.3.0.tar.gz

New:

  oslo.cache-2.6.1.tar.gz



Other differences:
--
++ python-oslo.cache.spec ++
--- /var/tmp/diff_new_pack.XJuwRi/_old  2020-10-26 16:17:01.822969732 +0100
+++ /var/tmp/diff_new_pack.XJuwRi/_new  2020-10-26 16:17:01.826969734 +0100
@@ -17,25 +17,25 @@
 
 
 Name:   python-oslo.cache
-Version:2.3.0
+Version:2.6.1
 Release:0
 Summary:Cache storage for Openstack projects
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/%{sname}
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-2.3.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-2.6.1.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python3-dogpile.cache >= 0.6.2
+BuildRequires:  python3-dogpile.cache >= 1.0.2
 BuildRequires:  python3-mock
-BuildRequires:  python3-oslo.config >= 5.2.0
-BuildRequires:  python3-oslo.i18n >= 3.15.3
-BuildRequires:  python3-oslo.log >= 3.36.0
-BuildRequires:  python3-oslo.utils >= 3.33.0
+BuildRequires:  python3-oslo.config >= 8.1.0
+BuildRequires:  python3-oslo.i18n >= 5.0.0
+BuildRequires:  python3-oslo.log >= 4.2.1
+BuildRequires:  python3-oslo.utils >= 4.2.0
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr
 BuildRequires:  python3-pymongo
 BuildRequires:  python3-python-memcached
-BuildRequires:  python3-six >= 1.11.0
+BuildRequires:  python3-six
 BuildRequires:  python3-stestr
 BuildArch:  noarch
 
@@ -48,13 +48,13 @@
 %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-dogpile.cache >= 1.0.2
+Requires:   python3-oslo.config >= 8.1.0
+Requires:   python3-oslo.i18n >= 5.0.0
+Requires:   python3-oslo.log >= 4.2.1
+Requires:   python3-oslo.utils >= 4.2.0
 Requires:   python3-python-memcached
-Requires:   python3-six >= 1.11.0
+Requires:   python3-six
 
 %description -n python3-oslo.cache
 oslo.cache aims to provide a generic caching mechanism for OpenStack projects
@@ -73,7 +73,7 @@
 Documentation for the OpenStack Oslo cache library.
 
 %prep
-%autosetup -p1 -n oslo.cache-2.3.0
+%autosetup -p1 -n oslo.cache-2.6.1
 %py_req_cleanup
 
 %build
@@ -83,7 +83,7 @@
 %{py3_install}
 
 # generate html docs
-PBR_VERSION=2.3.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=2.6.1 %sphinx_build -b 

commit python-oslo.cache for openSUSE:Factory

2020-06-05 Thread root
Hello community,

here is the log from the commit of package python-oslo.cache for 
openSUSE:Factory checked in at 2020-06-05 20:13:41

Comparing /work/SRC/openSUSE:Factory/python-oslo.cache (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.cache.new.3606 (New)


Package is "python-oslo.cache"

Fri Jun  5 20:13:41 2020 rev:11 rq:803586 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.cache/python-oslo.cache.changes  
2020-03-24 22:32:42.209099940 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.cache.new.3606/python-oslo.cache.changes
2020-06-05 20:15:43.642872939 +0200
@@ -1,0 +2,22 @@
+Tue May 12 09:46:11 UTC 2020 - cloud-de...@suse.de
+
+- update to version 2.3.0
+  - Add memcache_pool backend job
+  - Update master for stable/train
+  - Switch from python-memcached to pymemcache.
+  - tox: Keeping going with docs
+  - Update hacking for Python3
+  - [ussuri][goal] Drop python 2.7 support and testing
+  - remove outdated header
+  - Fix pymemcache release note python package name
+  - Remove dogpile kwarg test
+  - Revert "Switch from python-memcached to pymemcache."
+  - Update memcached configuration help text
+  - trivial: Cleanup tox.ini
+  - Use unittest.mock instead of third party mock
+  - Ignore reno artifacts
+  - Fix python2 syntaxe in doc
+  - tox: Trivial cleanup
+  - Imported Translations from Zanata
+
+---

Old:

  oslo.cache-1.37.0.tar.gz

New:

  oslo.cache-2.3.0.tar.gz



Other differences:
--
++ python-oslo.cache.spec ++
--- /var/tmp/diff_new_pack.jLwkzW/_old  2020-06-05 20:15:46.038881754 +0200
+++ /var/tmp/diff_new_pack.jLwkzW/_new  2020-06-05 20:15:46.042881769 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-oslo.cache
-Version:1.37.0
+Version:2.3.0
 Release:0
 Summary:Cache storage for Openstack projects
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/%{sname}
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-1.37.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-2.3.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-dogpile.cache >= 0.6.2
 BuildRequires:  python3-mock
@@ -73,7 +73,7 @@
 Documentation for the OpenStack Oslo cache library.
 
 %prep
-%autosetup -p1 -n oslo.cache-1.37.0
+%autosetup -p1 -n oslo.cache-2.3.0
 %py_req_cleanup
 
 %build
@@ -83,7 +83,7 @@
 %{py3_install}
 
 # generate html docs
-PBR_VERSION=1.37.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=2.3.0 %sphinx_build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ _service ++
--- /var/tmp/diff_new_pack.jLwkzW/_old  2020-06-05 20:15:46.090881946 +0200
+++ /var/tmp/diff_new_pack.jLwkzW/_new  2020-06-05 20:15:46.094881961 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/oslo.cache/oslo.cache.spec.j2
+https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/oslo.cache/oslo.cache.spec.j2
 python-oslo.cache.spec
-https://raw.githubusercontent.com/openstack/oslo.cache/stable/train/requirements.txt
+https://opendev.org/openstack/oslo.cache/raw/branch/stable/ussuri/requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslo.cache
   

++ oslo.cache-1.37.0.tar.gz -> oslo.cache-2.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.cache-1.37.0/.zuul.yaml 
new/oslo.cache-2.3.0/.zuul.yaml
--- old/oslo.cache-1.37.0/.zuul.yaml2019-08-05 11:31:07.0 +0200
+++ new/oslo.cache-2.3.0/.zuul.yaml 2020-04-07 12:05:57.0 +0200
@@ -1,11 +1,22 @@
+- job:
+name: oslo.cache-tempest-full-py3-memcached-pool
+parent: tempest-full-py3
+voting: false
+description: |
+  Base integration test with memcache_pool backend.
+vars:
+  devstack_localrc:
+CACHE_BACKEND: oslo_cache.memcache_pool
+
 - project:
 templates:
   - check-requirements
-  - lib-forward-testing
   - lib-forward-testing-python3
   - openstack-lower-constraints-jobs
-  - openstack-python-jobs
   - openstack-python3-train-jobs
   - periodic-stable-jobs
   - publish-openstack-docs-pti
   - release-notes-jobs-python3
+check:
+  jobs:
+- oslo.cache-tempest-full-py3-memcached-pool
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.cache-1.37.0/AUTHORS 
new/oslo.cache-2.3.0/AUTHORS
--- 

commit python-oslo.cache for openSUSE:Factory

2020-03-24 Thread root
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 
+
+- 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




commit python-oslo.cache for openSUSE:Factory

2020-02-18 Thread root
Hello community,

here is the log from the commit of package python-oslo.cache for 
openSUSE:Factory checked in at 2020-02-18 10:40:23

Comparing /work/SRC/openSUSE:Factory/python-oslo.cache (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.cache.new.26092 (New)


Package is "python-oslo.cache"

Tue Feb 18 10:40:23 2020 rev:9 rq:774908 version:1.37.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.cache/python-oslo.cache.changes  
2019-06-12 13:16:03.664705827 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.cache.new.26092/python-oslo.cache.changes
   2020-02-18 10:41:21.993062168 +0100
@@ -1,0 +2,20 @@
+Wed Oct  9 12:19:09 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.37.0
+  - tox: Use the new hotness for constraints
+  - Lower the memcache_socket_timeout to one second
+  - Cap Bandit below 1.6.0 and update Sphinx requirement
+  - Pass `flush_on_reconnect` to memcache pooled backend
+  - add python 3.7 unit test job
+  - Dropping the py35 testing
+  - Avoid tox_install.sh for constraints support
+  - Replace git.openstack.org URLs with opendev.org URLs.
+  - OpenDev Migration Patch
+  - Pass server_max_value_length to memcached client
+  - Update hacking version
+  - Fix lower-constraints
+  - Add Python 3 Train unit tests
+  - Update master for stable/stein
+  - Remove stale comment in _memcache_pool
+
+---

Old:

  oslo.cache-1.33.3.tar.gz

New:

  oslo.cache-1.37.0.tar.gz



Other differences:
--
++ python-oslo.cache.spec ++
--- /var/tmp/diff_new_pack.MuAOkp/_old  2020-02-18 10:41:22.981064184 +0100
+++ /var/tmp/diff_new_pack.MuAOkp/_new  2020-02-18 10:41:22.985064192 +0100
@@ -17,15 +17,14 @@
 
 
 Name:   python-oslo.cache
-Version:1.33.3
+Version:1.37.0
 Release:0
 Summary:Cache storage for Openstack projects
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/%{sname}
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-1.33.3.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-1.37.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
 BuildRequires:  python2-dogpile.cache >= 0.6.2
 BuildRequires:  python2-mock
 BuildRequires:  python2-oslo.config >= 5.2.0
@@ -38,7 +37,6 @@
 BuildRequires:  python2-python-memcached
 BuildRequires:  python2-six >= 1.11.0
 BuildRequires:  python2-stestr
-BuildRequires:  python3-devel
 BuildRequires:  python3-dogpile.cache >= 0.6.2
 BuildRequires:  python3-mock
 BuildRequires:  python3-oslo.config >= 5.2.0
@@ -70,15 +68,15 @@
 %package -n python-oslo.cache-doc
 Summary:Documentation for the OpenStack Oslo Cache library
 Group:  Development/Languages/Python
-BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme
-BuildRequires:  python-sphinxcontrib-apidoc
+BuildRequires:  python3-Sphinx
+BuildRequires:  python3-openstackdocstheme
+BuildRequires:  python3-sphinxcontrib-apidoc
 
 %description -n python-oslo.cache-doc
 Documentation for the OpenStack Oslo cache library.
 
 %prep
-%autosetup -p1 -n oslo.cache-1.33.3
+%autosetup -p1 -n oslo.cache-1.37.0
 %py_req_cleanup
 
 %build
@@ -88,7 +86,7 @@
 %{python_install}
 
 # generate html docs
-PBR_VERSION=1.33.3 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=1.37.0 %sphinx_build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ _service ++
--- /var/tmp/diff_new_pack.MuAOkp/_old  2020-02-18 10:41:23.125064477 +0100
+++ /var/tmp/diff_new_pack.MuAOkp/_new  2020-02-18 10:41:23.137064502 +0100
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.cache/oslo.cache.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/oslo.cache/oslo.cache.spec.j2
 python-oslo.cache.spec
-https://raw.githubusercontent.com/openstack/oslo.cache/stable/stein/requirements.txt
+https://raw.githubusercontent.com/openstack/oslo.cache/stable/train/requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslo.cache
   

++ oslo.cache-1.33.3.tar.gz -> oslo.cache-1.37.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.cache-1.33.3/.zuul.yaml 
new/oslo.cache-1.37.0/.zuul.yaml
--- old/oslo.cache-1.33.3/.zuul.yaml2019-05-16 08:24:43.0 +0200
+++ new/oslo.cache-1.37.0/.zuul.yaml2019-08-05 11:31:07.0 +0200
@@ -5,8 +5,7 @@
   - lib-forward-testing-python3
   - openstack-lower-constraints-jobs

commit python-oslo.cache for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package python-oslo.cache for 
openSUSE:Factory checked in at 2019-06-12 13:16:02

Comparing /work/SRC/openSUSE:Factory/python-oslo.cache (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.cache.new.4811 (New)


Package is "python-oslo.cache"

Wed Jun 12 13:16:02 2019 rev:8 rq:709042 version:1.33.3

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.cache/python-oslo.cache.changes  
2019-05-03 22:42:04.323196684 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.cache.new.4811/python-oslo.cache.changes
2019-06-12 13:16:03.664705827 +0200
@@ -1,0 +2,9 @@
+Tue Jun 11 06:15:29 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.33.3
+  - OpenDev Migration Patch
+  - Update .gitreview for stable/stein
+  - Pass `flush_on_reconnect` to memcache pooled backend
+  - Update UPPER_CONSTRAINTS_FILE for stable/stein
+
+---

Old:

  oslo.cache-1.33.2.tar.gz

New:

  oslo.cache-1.33.3.tar.gz



Other differences:
--
++ python-oslo.cache.spec ++
--- /var/tmp/diff_new_pack.W92j5p/_old  2019-06-12 13:16:04.124705345 +0200
+++ /var/tmp/diff_new_pack.W92j5p/_new  2019-06-12 13:16:04.128705340 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-oslo.cache
-Version:1.33.2
+Version:1.33.3
 Release:0
 Summary:Cache storage for Openstack projects
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/%{sname}
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-1.33.2.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-1.33.3.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-dogpile.cache >= 0.6.2
@@ -36,7 +36,7 @@
 BuildRequires:  python2-pbr
 BuildRequires:  python2-pymongo
 BuildRequires:  python2-python-memcached
-BuildRequires:  python2-six >= 1.10.0
+BuildRequires:  python2-six >= 1.11.0
 BuildRequires:  python2-stestr
 BuildRequires:  python3-devel
 BuildRequires:  python3-dogpile.cache >= 0.6.2
@@ -49,7 +49,7 @@
 BuildRequires:  python3-pbr
 BuildRequires:  python3-pymongo
 BuildRequires:  python3-python-memcached
-BuildRequires:  python3-six >= 1.10.0
+BuildRequires:  python3-six >= 1.11.0
 BuildRequires:  python3-stestr
 Requires:   python-dogpile.cache >= 0.6.2
 Requires:   python-oslo.config >= 5.2.0
@@ -57,7 +57,7 @@
 Requires:   python-oslo.log >= 3.36.0
 Requires:   python-oslo.utils >= 3.33.0
 Requires:   python-python-memcached
-Requires:   python-six >= 1.10.0
+Requires:   python-six >= 1.11.0
 BuildArch:  noarch
 %python_subpackages
 
@@ -78,7 +78,7 @@
 Documentation for the OpenStack Oslo cache library.
 
 %prep
-%autosetup -p1 -n oslo.cache-1.33.2
+%autosetup -p1 -n oslo.cache-1.33.3
 %py_req_cleanup
 
 %build
@@ -88,7 +88,7 @@
 %{python_install}
 
 # generate html docs
-PBR_VERSION=1.33.2 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=1.33.3 sphinx-build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ oslo.cache-1.33.2.tar.gz -> oslo.cache-1.33.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.cache-1.33.2/ChangeLog 
new/oslo.cache-1.33.3/ChangeLog
--- old/oslo.cache-1.33.2/ChangeLog 2019-03-01 15:43:49.0 +0100
+++ new/oslo.cache-1.33.3/ChangeLog 2019-05-16 08:26:54.0 +0200
@@ -1,6 +1,14 @@
 CHANGES
 ===
 
+1.33.3
+--
+
+* Pass \`flush\_on\_reconnect\` to memcache pooled backend
+* OpenDev Migration Patch
+* Update UPPER\_CONSTRAINTS\_FILE for stable/stein
+* Update .gitreview for stable/stein
+
 1.33.2
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.cache-1.33.2/PKG-INFO 
new/oslo.cache-1.33.3/PKG-INFO
--- old/oslo.cache-1.33.2/PKG-INFO  2019-03-01 15:43:50.0 +0100
+++ new/oslo.cache-1.33.3/PKG-INFO  2019-05-16 08:26:54.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: oslo.cache
-Version: 1.33.2
+Version: 1.33.3
 Summary: Cache storage for OpenStack projects.
 Home-page: https://docs.openstack.org/oslo.cache/latest
 Author: OpenStack
@@ -53,7 +53,7 @@
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.5
-Provides-Extra: etcd3gw
 Provides-Extra: mongo
 Provides-Extra: test
 Provides-Extra: dogpile
+Provides-Extra: etcd3gw
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit python-oslo.cache for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package python-oslo.cache for 
openSUSE:Factory checked in at 2019-05-03 22:42:00

Comparing /work/SRC/openSUSE:Factory/python-oslo.cache (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.cache.new.5148 (New)


Package is "python-oslo.cache"

Fri May  3 22:42:00 2019 rev:7 rq:692852 version:1.33.2

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.cache/python-oslo.cache.changes  
2019-02-26 22:18:46.994142420 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.cache.new.5148/python-oslo.cache.changes
2019-05-03 22:42:04.323196684 +0200
@@ -1,0 +2,26 @@
+Mon Apr  8 11:11:58 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.33.2
+  - Update mailinglist from dev to discuss
+  - Drop expired connections before retrieving from the queue
+  - fix tox python3 overrides
+  - Config dict arguments.url must be a list
+  - Update the requirements to match global-requirements for dogpile.cache
+  - Switch to stestr
+  - tox: Fix typo
+  - uncap dogpile
+  - Fix memcache pool client in monkey-patched environments
+  - Imported Translations from Zanata
+  - Always build universal wheels
+  - Update reno for stable/rocky
+  - Clean up .gitignore references to personal tools
+  - Add release notes link to README
+  - Don't quote {posargs} in tox.ini
+  - Use template for lower-constraints
+  - add lib-forward-testing-python3 test job
+  - add python 3.6 unit test job
+  - Only split url arg with memcache backend
+  - import zuul job settings from project-config
+  - fix dogpile.cache issue due to the new usage of decorate in the lib
+
+---

Old:

  oslo.cache-1.30.3.tar.gz

New:

  oslo.cache-1.33.2.tar.gz



Other differences:
--
++ python-oslo.cache.spec ++
--- /var/tmp/diff_new_pack.Iln0tV/_old  2019-05-03 22:42:05.007198124 +0200
+++ /var/tmp/diff_new_pack.Iln0tV/_new  2019-05-03 22:42:05.007198124 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-oslo.cache
-Version:1.30.3
+Version:1.33.2
 Release:0
 Summary:Cache storage for Openstack projects
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/%{sname}
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-1.30.3.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-1.33.2.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-dogpile.cache >= 0.6.2
@@ -38,7 +38,6 @@
 BuildRequires:  python2-python-memcached
 BuildRequires:  python2-six >= 1.10.0
 BuildRequires:  python2-stestr
-BuildRequires:  python2-testrepository
 BuildRequires:  python3-devel
 BuildRequires:  python3-dogpile.cache >= 0.6.2
 BuildRequires:  python3-mock
@@ -52,7 +51,6 @@
 BuildRequires:  python3-python-memcached
 BuildRequires:  python3-six >= 1.10.0
 BuildRequires:  python3-stestr
-BuildRequires:  python3-testrepository
 Requires:   python-dogpile.cache >= 0.6.2
 Requires:   python-oslo.config >= 5.2.0
 Requires:   python-oslo.i18n >= 3.15.3
@@ -80,9 +78,8 @@
 Documentation for the OpenStack Oslo cache library.
 
 %prep
-%autosetup -p1 -n oslo.cache-1.30.3
+%autosetup -p1 -n oslo.cache-1.33.2
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}
@@ -91,7 +88,7 @@
 %{python_install}
 
 # generate html docs
-PBR_VERSION=1.30.3 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=1.33.2 sphinx-build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 

++ _service ++
--- /var/tmp/diff_new_pack.Iln0tV/_old  2019-05-03 22:42:05.079198276 +0200
+++ /var/tmp/diff_new_pack.Iln0tV/_new  2019-05-03 22:42:05.079198276 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.cache/oslo.cache.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.cache/oslo.cache.spec.j2
 python-oslo.cache.spec
-https://raw.githubusercontent.com/openstack/oslo.cache/stable/rocky/requirements.txt
+https://raw.githubusercontent.com/openstack/oslo.cache/stable/stein/requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslo.cache
   

++ oslo.cache-1.30.3.tar.gz -> oslo.cache-1.33.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.cache-1.30.3/.zuul.yaml 
new/oslo.cache-1.33.2/.zuul.yaml
--- old/oslo.cache-1.30.3/.zuul.yaml2019-01-29 10:51:24.0 +0100
+++ 

commit python-oslo.cache for openSUSE:Factory

2019-02-26 Thread root
Hello community,

here is the log from the commit of package python-oslo.cache for 
openSUSE:Factory checked in at 2019-02-26 22:18:43

Comparing /work/SRC/openSUSE:Factory/python-oslo.cache (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.cache.new.28833 (New)


Package is "python-oslo.cache"

Tue Feb 26 22:18:43 2019 rev:6 rq:672173 version:1.30.3

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.cache/python-oslo.cache.changes  
2018-09-07 15:38:42.558580874 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.cache.new.28833/python-oslo.cache.changes
   2019-02-26 22:18:46.994142420 +0100
@@ -1,0 +2,10 @@
+Wed Feb  6 14:54:18 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.30.3
+  - Config dict arguments.url must be a list
+  - Switch to stestr
+  - Update .gitreview for stable/rocky
+  - import zuul job settings from project-config
+  - Only split url arg with memcache backend
+
+---

Old:

  oslo.cache-1.30.1.tar.gz

New:

  oslo.cache-1.30.3.tar.gz



Other differences:
--
++ python-oslo.cache.spec ++
--- /var/tmp/diff_new_pack.RO4AnZ/_old  2019-02-26 22:18:48.046142062 +0100
+++ /var/tmp/diff_new_pack.RO4AnZ/_new  2019-02-26 22:18:48.054142059 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.cache
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   python-oslo.cache
-Version:1.30.1
+Version:1.30.3
 Release:0
 Summary:Cache storage for Openstack projects
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://launchpad.net/%{sname}
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-1.30.1.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-1.30.3.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-dogpile.cache >= 0.6.2
@@ -37,6 +37,7 @@
 BuildRequires:  python2-pymongo
 BuildRequires:  python2-python-memcached
 BuildRequires:  python2-six >= 1.10.0
+BuildRequires:  python2-stestr
 BuildRequires:  python2-testrepository
 BuildRequires:  python3-devel
 BuildRequires:  python3-dogpile.cache >= 0.6.2
@@ -50,6 +51,7 @@
 BuildRequires:  python3-pymongo
 BuildRequires:  python3-python-memcached
 BuildRequires:  python3-six >= 1.10.0
+BuildRequires:  python3-stestr
 BuildRequires:  python3-testrepository
 Requires:   python-dogpile.cache >= 0.6.2
 Requires:   python-oslo.config >= 5.2.0
@@ -78,7 +80,7 @@
 Documentation for the OpenStack Oslo cache library.
 
 %prep
-%autosetup -p1 -n oslo.cache-1.30.1
+%autosetup -p1 -n oslo.cache-1.30.3
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
@@ -89,14 +91,12 @@
 %{python_install}
 
 # generate html docs
-PBR_VERSION=1.30.1 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=1.30.3 sphinx-build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %check
-%{python_expand rm -rf .testrepository
-$python setup.py testr
-}
+%python_exec -m stestr.cli run
 
 %files %{python_files}
 %license LICENSE

++ oslo.cache-1.30.1.tar.gz -> oslo.cache-1.30.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.cache-1.30.1/.stestr.conf 
new/oslo.cache-1.30.3/.stestr.conf
--- old/oslo.cache-1.30.1/.stestr.conf  1970-01-01 01:00:00.0 +0100
+++ new/oslo.cache-1.30.3/.stestr.conf  2019-01-29 10:51:19.0 +0100
@@ -0,0 +1,3 @@
+[DEFAULT]
+test_path=./oslo_cache/tests
+top_path=./
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.cache-1.30.1/.testr.conf 
new/oslo.cache-1.30.3/.testr.conf
--- old/oslo.cache-1.30.1/.testr.conf   2018-05-08 15:14:37.0 +0200
+++ new/oslo.cache-1.30.3/.testr.conf   1970-01-01 01:00:00.0 +0100
@@ -1,7 +0,0 @@
-[DEFAULT]
-test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
- OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
- OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
- ${PYTHON:-python} -m subunit.run discover -t ./ 

commit python-oslo.cache for openSUSE:Factory

2018-09-07 Thread root
Hello community,

here is the log from the commit of package python-oslo.cache for 
openSUSE:Factory checked in at 2018-09-07 15:38:40

Comparing /work/SRC/openSUSE:Factory/python-oslo.cache (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.cache.new (New)


Package is "python-oslo.cache"

Fri Sep  7 15:38:40 2018 rev:5 rq:633095 version:1.30.1

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.cache/python-oslo.cache.changes  
2018-03-19 23:35:36.407351978 +0100
+++ /work/SRC/openSUSE:Factory/.python-oslo.cache.new/python-oslo.cache.changes 
2018-09-07 15:38:42.558580874 +0200
@@ -1,0 +2,18 @@
+Sat Sep  1 08:23:55 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.30.1
+  - Fix incompatible requirement in lower constraints
+  - Remove stale pip-missing-reqs tox test
+  - Update reno for stable/queens
+  - Update links in README
+  - Trivial: Update pypi url to new url
+  - Change memcache_socket_timeout to a float
+  - Imported Translations from Zanata
+  - Avoid use of autodoc_tree_index_modules
+  - Don't let tox_install.sh error if there is nothing to do
+  - Clean old output before new doc builds
+  - Switch pep8 job to python 3
+  - Updated from global requirements
+  - add lower-constraints job
+
+---

Old:

  oslo.cache-1.28.0.tar.gz

New:

  oslo.cache-1.30.1.tar.gz



Other differences:
--
++ python-oslo.cache.spec ++
--- /var/tmp/diff_new_pack.k2l7rq/_old  2018-09-07 15:38:43.074580320 +0200
+++ /var/tmp/diff_new_pack.k2l7rq/_new  2018-09-07 15:38:43.074580320 +0200
@@ -17,34 +17,49 @@
 
 
 Name:   python-oslo.cache
-Version:1.28.0
+Version:1.30.1
 Release:0
 Summary:Cache storage for Openstack projects
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://launchpad.net/%{sname}
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-1.28.0.tar.gz
+URL:https://launchpad.net/%{sname}
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-1.30.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python-dogpile.cache >= 0.6.2
-BuildRequires:  python-mock >= 2.0.0
-BuildRequires:  python-oslo.config >= 5.1.0
-BuildRequires:  python-oslo.i18n >= 3.15.3
-BuildRequires:  python-oslo.log >= 3.36.0
-BuildRequires:  python-oslo.utils >= 3.33.0
-BuildRequires:  python-oslotest >= 3.2.0
-BuildRequires:  python-pbr >= 2.0.0
-BuildRequires:  python-pymongo >= 3.0.2
-BuildRequires:  python-python-memcached >= 1.56
-BuildRequires:  python-six >= 1.10.0
+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.10.0
+BuildRequires:  python2-testrepository
+BuildRequires:  python3-devel
+BuildRequires:  python3-dogpile.cache >= 0.6.2
+BuildRequires:  python3-mock
+BuildRequires:  python3-oslo.config >= 5.2.0
+BuildRequires:  python3-oslo.i18n >= 3.15.3
+BuildRequires:  python3-oslo.log >= 3.36.0
+BuildRequires:  python3-oslo.utils >= 3.33.0
+BuildRequires:  python3-oslotest
+BuildRequires:  python3-pbr
+BuildRequires:  python3-pymongo
+BuildRequires:  python3-python-memcached
+BuildRequires:  python3-six >= 1.10.0
+BuildRequires:  python3-testrepository
 Requires:   python-dogpile.cache >= 0.6.2
-Requires:   python-oslo.config >= 5.1.0
+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 >= 1.56
+Requires:   python-python-memcached
 Requires:   python-six >= 1.10.0
 BuildArch:  noarch
+%python_subpackages
 
 %description
 oslo.cache aims to provide a generic caching mechanism for OpenStack projects
@@ -52,41 +67,44 @@
 support memoization, key value storage and interfaces to common caching
 backends such as Memcached.
 
-%package doc
+%package -n python-oslo.cache-doc
 Summary:Documentation for the OpenStack Oslo Cache library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.18.1
+BuildRequires:  python-openstackdocstheme
+BuildRequires:  python-sphinxcontrib-apidoc
 
-%description doc
+%description -n python-oslo.cache-doc
 Documentation for the OpenStack 

commit python-oslo.cache for openSUSE:Factory

2018-03-19 Thread root
Hello community,

here is the log from the commit of package python-oslo.cache for 
openSUSE:Factory checked in at 2018-03-19 23:35:34

Comparing /work/SRC/openSUSE:Factory/python-oslo.cache (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.cache.new (New)


Package is "python-oslo.cache"

Mon Mar 19 23:35:34 2018 rev:4 rq:583334 version:1.28.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.cache/python-oslo.cache.changes  
2018-01-24 15:27:40.430305379 +0100
+++ /work/SRC/openSUSE:Factory/.python-oslo.cache.new/python-oslo.cache.changes 
2018-03-19 23:35:36.407351978 +0100
@@ -1,0 +2,5 @@
+Fri Feb 23 13:19:25 UTC 2018 - tbecht...@suse.com
+
+- Switch to stable/queens spec template
+
+---



Other differences:
--
++ python-oslo.cache.spec ++
--- /var/tmp/diff_new_pack.KZ3H8G/_old  2018-03-19 23:35:37.455314173 +0100
+++ /var/tmp/diff_new_pack.KZ3H8G/_new  2018-03-19 23:35:37.459314029 +0100
@@ -28,20 +28,20 @@
 BuildRequires:  python-devel
 BuildRequires:  python-dogpile.cache >= 0.6.2
 BuildRequires:  python-mock >= 2.0.0
-BuildRequires:  python-oslo.config >= 4.6.0
+BuildRequires:  python-oslo.config >= 5.1.0
 BuildRequires:  python-oslo.i18n >= 3.15.3
-BuildRequires:  python-oslo.log >= 3.30.0
-BuildRequires:  python-oslo.utils >= 3.31.0
-BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-oslo.log >= 3.36.0
+BuildRequires:  python-oslo.utils >= 3.33.0
+BuildRequires:  python-oslotest >= 3.2.0
 BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-pymongo >= 3.0.2
 BuildRequires:  python-python-memcached >= 1.56
 BuildRequires:  python-six >= 1.10.0
 Requires:   python-dogpile.cache >= 0.6.2
-Requires:   python-oslo.config >= 4.6.0
+Requires:   python-oslo.config >= 5.1.0
 Requires:   python-oslo.i18n >= 3.15.3
-Requires:   python-oslo.log >= 3.30.0
-Requires:   python-oslo.utils >= 3.31.0
+Requires:   python-oslo.log >= 3.36.0
+Requires:   python-oslo.utils >= 3.33.0
 Requires:   python-python-memcached >= 1.56
 Requires:   python-six >= 1.10.0
 BuildArch:  noarch
@@ -56,7 +56,7 @@
 Summary:Documentation for the OpenStack Oslo Cache library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.17.0
+BuildRequires:  python-openstackdocstheme >= 1.18.1
 
 %description doc
 Documentation for the OpenStack Oslo cache library.

++ _service ++
--- /var/tmp/diff_new_pack.KZ3H8G/_old  2018-03-19 23:35:37.511312153 +0100
+++ /var/tmp/diff_new_pack.KZ3H8G/_new  2018-03-19 23:35:37.515312008 +0100
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/oslo.cache/oslo.cache.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/oslo.cache/oslo.cache.spec.j2
 python-oslo.cache.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslo.cache
   




commit python-oslo.cache for openSUSE:Factory

2018-01-24 Thread root
Hello community,

here is the log from the commit of package python-oslo.cache for 
openSUSE:Factory checked in at 2018-01-24 15:27:34

Comparing /work/SRC/openSUSE:Factory/python-oslo.cache (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.cache.new (New)


Package is "python-oslo.cache"

Wed Jan 24 15:27:34 2018 rev:3 rq:567272 version:1.28.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.cache/python-oslo.cache.changes  
2017-08-28 15:31:22.776854698 +0200
+++ /work/SRC/openSUSE:Factory/.python-oslo.cache.new/python-oslo.cache.changes 
2018-01-24 15:27:40.430305379 +0100
@@ -1,0 +2,13 @@
+Mon Jan 15 11:49:42 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.28.0
+  - Update the documentation link for doc migration
+  - Follow the new PTI for document build
+  - Update reno for stable/pike
+  - Remove setting of version/release from releasenotes
+  - Imported Translations from Zanata
+  - Add more cache backend options
+  - add bandit to pep8 job
+  - Updated from global requirements
+
+---

Old:

  oslo.cache-1.25.0.tar.gz

New:

  oslo.cache-1.28.0.tar.gz



Other differences:
--
++ python-oslo.cache.spec ++
--- /var/tmp/diff_new_pack.JX67hd/_old  2018-01-24 15:27:41.022277692 +0100
+++ /var/tmp/diff_new_pack.JX67hd/_new  2018-01-24 15:27:41.026277505 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.cache
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,35 +16,34 @@
 #
 
 
-%global sname oslo.cache
 Name:   python-oslo.cache
-Version:1.25.0
+Version:1.28.0
 Release:0
 Summary:Cache storage for Openstack projects
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://launchpad.net/oslo
-Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
+Url:http://launchpad.net/%{sname}
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-1.28.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python-dogpile.cache >= 0.6.2
-BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-oslo.config >= 4.0.0
-BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.log >= 3.22.0
-BuildRequires:  python-oslo.utils >= 3.20.0
+BuildRequires:  python-mock >= 2.0.0
+BuildRequires:  python-oslo.config >= 4.6.0
+BuildRequires:  python-oslo.i18n >= 3.15.3
+BuildRequires:  python-oslo.log >= 3.30.0
+BuildRequires:  python-oslo.utils >= 3.31.0
 BuildRequires:  python-oslotest >= 1.10.0
 BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-pymongo >= 3.0.2
 BuildRequires:  python-python-memcached >= 1.56
-BuildRequires:  python-six >= 1.9.0
+BuildRequires:  python-six >= 1.10.0
 Requires:   python-dogpile.cache >= 0.6.2
-Requires:   python-oslo.config >= 4.0.0
-Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.log >= 3.22.0
-Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-oslo.config >= 4.6.0
+Requires:   python-oslo.i18n >= 3.15.3
+Requires:   python-oslo.log >= 3.30.0
+Requires:   python-oslo.utils >= 3.31.0
 Requires:   python-python-memcached >= 1.56
-Requires:   python-six >= 1.9.0
+Requires:   python-six >= 1.10.0
 BuildArch:  noarch
 
 %description
@@ -57,13 +56,13 @@
 Summary:Documentation for the OpenStack Oslo Cache library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.11.0
+BuildRequires:  python-openstackdocstheme >= 1.17.0
 
 %description doc
 Documentation for the OpenStack Oslo cache library.
 
 %prep
-%autosetup -n %{sname}-%{version}
+%autosetup -p1 -n oslo.cache-1.28.0
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 

++ _service ++
--- /var/tmp/diff_new_pack.JX67hd/_old  2018-01-24 15:27:41.050276382 +0100
+++ /var/tmp/diff_new_pack.JX67hd/_new  2018-01-24 15:27:41.050276382 +0100
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.cache/oslo.cache.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/oslo.cache/oslo.cache.spec.j2
 python-oslo.cache.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
+

commit python-oslo.cache for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package python-oslo.cache for 
openSUSE:Factory checked in at 2017-08-28 15:31:20

Comparing /work/SRC/openSUSE:Factory/python-oslo.cache (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.cache.new (New)


Package is "python-oslo.cache"

Mon Aug 28 15:31:20 2017 rev:2 rq:514986 version:1.25.0

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.cache/python-oslo.cache.changes  
2017-02-21 13:41:47.796684253 +0100
+++ /work/SRC/openSUSE:Factory/.python-oslo.cache.new/python-oslo.cache.changes 
2017-08-28 15:31:22.776854698 +0200
@@ -1,0 +2,26 @@
+Mon Aug  7 13:30:02 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.25.0
+  - Change locations of docs for intersphinx
+  - Remove log translations
+  - Imported Translations from Zanata
+  - Fix error in cache.configure_cache_region usage doc
+  - etcd3 : get rid of ast_literal
+  - Improve backend configuration help text
+  - Remove unused/duplicated logging import
+  - update the doc URLs
+  - rearrange content to fit the new standard layout
+  - Add kwarg function key generator
+  - [Fix gate]Update test requirement
+  - switch from oslosphinx to openstackdocstheme
+  - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
+  - Replaces uuid.uuid4 with uuidutils.generate_uuid()
+  - Update reno for stable/ocata
+  - Switch to oslo_log
+  - turn on warning-is-error in doc build
+  - Check reStructuredText documents for common style issues.
+  - Updated from global requirements
+  - etcd3 driver for oslo.cache
+  - Optimize the link address
+
+---

Old:

  oslo.cache-1.17.0.tar.gz

New:

  oslo.cache-1.25.0.tar.gz



Other differences:
--
++ python-oslo.cache.spec ++
--- /var/tmp/diff_new_pack.9DVMkf/_old  2017-08-28 15:31:24.144662405 +0200
+++ /var/tmp/diff_new_pack.9DVMkf/_new  2017-08-28 15:31:24.160660156 +0200
@@ -18,7 +18,7 @@
 
 %global sname oslo.cache
 Name:   python-oslo.cache
-Version:1.17.0
+Version:1.25.0
 Release:0
 Summary:Cache storage for Openstack projects
 License:Apache-2.0
@@ -29,20 +29,20 @@
 BuildRequires:  python-devel
 BuildRequires:  python-dogpile.cache >= 0.6.2
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-oslo.config >= 3.14.0
+BuildRequires:  python-oslo.config >= 4.0.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.log >= 3.11.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.log >= 3.22.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-pymongo >= 3.0.2
 BuildRequires:  python-python-memcached >= 1.56
 BuildRequires:  python-six >= 1.9.0
 Requires:   python-dogpile.cache >= 0.6.2
-Requires:   python-oslo.config >= 3.14.0
+Requires:   python-oslo.config >= 4.0.0
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.log >= 3.11.0
-Requires:   python-oslo.utils >= 3.18.0
+Requires:   python-oslo.log >= 3.22.0
+Requires:   python-oslo.utils >= 3.20.0
 Requires:   python-python-memcached >= 1.56
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
@@ -57,7 +57,7 @@
 Summary:Documentation for the OpenStack Oslo Cache library
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 
 %description doc
 Documentation for the OpenStack Oslo cache library.
@@ -65,6 +65,7 @@
 %prep
 %autosetup -n %{sname}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{py2_build}

++ _service ++
--- /var/tmp/diff_new_pack.9DVMkf/_old  2017-08-28 15:31:24.288642164 +0200
+++ /var/tmp/diff_new_pack.9DVMkf/_new  2017-08-28 15:31:24.312638790 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.cache/oslo.cache.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.cache/oslo.cache.spec.j2
 python-oslo.cache.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,oslo.cache
   

++ oslo.cache-1.17.0.tar.gz -> oslo.cache-1.25.0.tar.gz ++
 1942 lines of diff (skipped)




commit python-oslo.cache for openSUSE:Factory

2017-02-21 Thread root
Hello community,

here is the log from the commit of package python-oslo.cache for 
openSUSE:Factory checked in at 2017-02-21 13:41:47

Comparing /work/SRC/openSUSE:Factory/python-oslo.cache (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.cache.new (New)


Package is "python-oslo.cache"

Changes:

New Changes file:

--- /dev/null   2017-01-26 09:49:33.150892021 +0100
+++ /work/SRC/openSUSE:Factory/.python-oslo.cache.new/python-oslo.cache.changes 
2017-02-21 13:41:47.796684253 +0100
@@ -0,0 +1,140 @@
+---
+Mon Feb 13 09:00:12 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.17.0:
+  - Imported Translations from Zanata
+  - Update reno for stable/newton
+  - Remove references to Python 3.4
+  - Fix docstring for get_memoization_decorator
+  - Add Constraints support
+  - Show team and repo badges on README
+  - Changed the home-page link
+  - Enable release notes translation
+  - TrivialFix: Remove default=None when set value in Config
+  - Updated from global requirements
+  - Add usage example to documentation
+
+---
+Thu Sep  1 07:29:43 UTC 2016 - tbecht...@suse.com
+
+- update to version 1.14.0
+  * Correct help text for backend option
+  * Fix OpenStack capitalization
+
+---
+Tue Aug 30 16:21:56 UTC 2016 - tbecht...@suse.com
+
+- update to version 1.13.0
+  * Updated from global requirements
+
+---
+Wed Aug 10 14:34:54 UTC 2016 - tbecht...@suse.com
+
+- update to version 1.12.0
+  * Fixup intersphinx docs
+  * Use entrypoints for backends
+  * Handle empty memcache pool corner case
+  * Imported Translations from Zanata
+  * Add Python 3.5 classifier and venv
+  * Updated from global requirements
+
+---
+Mon Jul  4 15:39:20 UTC 2016 - tbecht...@suse.com
+
+- update to 1.9.0:
+  * Updated from global requirements
+  * Add reno for releasenotes management
+  * Trivial: ignore openstack/common in flake8 exclude list
+  * Imported Translations from Zanata
+  * Remove direct dependency on babel
+  * If caching is globally disabled force dogpile to use the null backend
+
+---
+Thu Jun  2 08:52:04 UTC 2016 - tbecht...@suse.com
+
+- use renderspec source service
+- update spec from upstream
+
+---
+Mon Apr  4 11:16:48 UTC 2016 - tbecht...@suse.com
+
+- update to 1.6.0:
+  * Updated from global requirements
+  * Update .gitreview for stable/mitaka
+
+---
+Sun Mar 13 22:00:33 UTC 2016 - dmuel...@suse.com
+
+- update to 1.5.0:
+  * Updated from global requirements
+
+---
+Thu Mar  3 14:38:53 UTC 2016 - tbecht...@suse.com
+
+- update to 1.4.0:
+  * Updated from global requirements
+  * Move some of these noisy logs to trace level
+  * Revert "Use assertTrue/False instead of assertEqual(T/F)"
+  * Update translation setup
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Delete python bytecode before every test run
+  * Use assertTrue/False instead of assertEqual(T/F)
+  * Updated from global requirements
+  * Replace deprecated LOG.warn with LOG.warning
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Trival: Remove 'MANIFEST.in'
+  * Updated from global requirements
+  * Remove Python 2.6 classifier
+  * Remove python 2.6 and cleanup tox.ini
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Export functions from __init__
+- Adjust Requires according to requirements.txt
+
+
+---
+Thu Oct 15 14:36:50 UTC 2015 - dmuel...@suse.com
+
+- update to 0.8.0:
+  * Make CacheIsolatingProxy public
+  * Add shields.io version/downloads links/badges into README.rst
+  * add auto-generated docs for config options
+  * Change ignore-errors to ignore_errors
+  * Updated from global requirements
+
+---
+Thu Sep  3 19:36:48 UTC 2015 - tbecht...@suse.com
+
+- update to 0.7.0:
+  * Updated from global requirements
+  * Implement get/set/delete multiple keys for dictionary backend
+
+---
+Thu Aug 27 11:55:32 UTC 2015 - tbecht...@suse.com
+