commit python-dogpile.cache for openSUSE:Factory

2020-10-26 Thread root
Hello community,

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

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


Package is "python-dogpile.cache"

Mon Oct 26 16:17:58 2020 rev:26 rq:844065 version:1.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2020-07-30 14:06:26.080745927 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new.3463/python-dogpile.cache.changes
  2020-10-26 16:19:11.823074296 +0100
@@ -1,0 +2,10 @@
+Mon Sep 21 05:40:07 UTC 2020 - Dirk Mueller 
+
+- update to 1.0.2:
+  * Added support for TLS connections to the bmemcached backend.
+  * dogpile.cache 1.0.0 was released with a minimum Python version of 3.5.
+However, due to a dependency issue, the minimum version is now Python 3.6.
+  * Removed the "universal=1" directive from setup.cfg as this would create
+py2/py3 wheels.   dogpile 1.0.x is Python 3 only so a py3-only wheel is now
+
+---

Old:

  dogpile.cache-0.9.2.tar.gz

New:

  dogpile.cache-1.0.2.tar.gz



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.LSuVcH/_old  2020-10-26 16:19:12.295074675 +0100
+++ /var/tmp/diff_new_pack.LSuVcH/_new  2020-10-26 16:19:12.299074679 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global skip_python2 1
 Name:   python-dogpile.cache
-Version:0.9.2
+Version:1.0.2
 Release:0
 Summary:A caching front-end based on the Dogpile lock
 License:BSD-3-Clause
@@ -31,6 +31,7 @@
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module stevedore}
 Requires:   python-decorator >= 4.0.0
 BuildRequires:  %{python_module six}
 Requires:   python-six

++ dogpile.cache-0.9.2.tar.gz -> dogpile.cache-1.0.2.tar.gz ++
 25031 lines of diff (skipped)




commit python-dogpile.cache for openSUSE:Factory

2020-07-30 Thread root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2020-07-30 14:06:21

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


Package is "python-dogpile.cache"

Thu Jul 30 14:06:21 2020 rev:25 rq:823565 version:0.9.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2020-06-10 00:46:02.534578230 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new.3592/python-dogpile.cache.changes
  2020-07-30 14:06:26.080745927 +0200
@@ -1,0 +2,5 @@
+Thu Jul 30 11:03:50 UTC 2020 - Dirk Mueller 
+
+- skip python2 building - 0.9.2 is python 3.x only
+
+---



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.gcmJf5/_old  2020-07-30 14:06:29.400748901 +0200
+++ /var/tmp/diff_new_pack.gcmJf5/_new  2020-07-30 14:06:29.404748904 +0200
@@ -17,7 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define oldpython python
+%global skip_python2 1
 Name:   python-dogpile.cache
 Version:0.9.2
 Release:0
@@ -39,10 +39,6 @@
 Provides:   python-dogpile.core = %{version}
 Obsoletes:  python-dogpile.core < 0.4.1
 BuildArch:  noarch
-%ifpython2
-Obsoletes:  %{oldpython}-dogpile.core < 0.4.1
-Provides:   %{oldpython}-dogpile.core = %{version}
-%endif
 %python_subpackages
 
 %description




commit python-dogpile.cache for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2020-06-10 00:45:59

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


Package is "python-dogpile.cache"

Wed Jun 10 00:45:59 2020 rev:24 rq:810916 version:0.9.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2019-12-21 12:34:51.443462415 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new.3606/python-dogpile.cache.changes
  2020-06-10 00:46:02.534578230 +0200
@@ -1,0 +2,22 @@
+Tue Jun  2 17:00:19 UTC 2020 - Dirk Mueller 
+
+- update to 0.9.2:
+   Ensured that the "pyproject.toml" file is not included in builds, as the
+   presence of this file indicates to pip that a pep-517 installation process
+   should be used.  As this mode of operation appears to be not well supported
+   by current tools / distros, these problems are avoided within the scope of
+   dogpile.cache installation by omitting the file.
+   Added option to the Redis backend
+   :paramref:`.RedisBackend.thread_local_lock`, which when set to False will
+   disable the use of a threading local  by the ``redis`` module in its
+   distributed lock service, which is known to interfere with the lock's
+   behavior when used in an "async" use case, within dogpile this would be
+   when using the :paramref:`.CacheRegion.async_creation_runner` feature. The
+   default is conservatively being left at True, but it's likely this should
+   be set to False in all cases, so a warning is emitted if this flag is not
+   set to False in conjunction with the distributed lock. Added an optional
+   argument to :class:`.RedisBackend` that specifies whether or not a
+   thread-local Redis lock should be used.  This is the default, but it breaks
+   asynchronous runner compatibility.
+
+---

Old:

  dogpile.cache-0.9.0.tar.gz

New:

  dogpile.cache-0.9.2.tar.gz



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.2KM3YR/_old  2020-06-10 00:46:03.234579978 +0200
+++ /var/tmp/diff_new_pack.2KM3YR/_new  2020-06-10 00:46:03.234579978 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dogpile.cache
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-dogpile.cache
-Version:0.9.0
+Version:0.9.2
 Release:0
 Summary:A caching front-end based on the Dogpile lock
 License:BSD-3-Clause

++ dogpile.cache-0.9.0.tar.gz -> dogpile.cache-0.9.2.tar.gz ++
 3487 lines of diff (skipped)




commit python-dogpile.cache for openSUSE:Factory

2019-12-21 Thread root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2019-12-21 12:34:26

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


Package is "python-dogpile.cache"

Sat Dec 21 12:34:26 2019 rev:23 rq:758615 version:0.9.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2019-10-05 16:22:07.165153777 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new.6675/python-dogpile.cache.changes
  2019-12-21 12:34:51.443462415 +0100
@@ -1,0 +2,6 @@
+Fri Dec 20 18:20:21 UTC 2019 - Dirk Mueller 
+
+- update to 0.9.0
+  * Added logging facililities into :class:`.CacheRegion`
+
+---

Old:

  dogpile.cache-0.8.0.tar.gz

New:

  dogpile.cache-0.9.0.tar.gz



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.iGOJ8R/_old  2019-12-21 12:34:51.963462663 +0100
+++ /var/tmp/diff_new_pack.iGOJ8R/_new  2019-12-21 12:34:51.963462663 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dogpile.cache
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-dogpile.cache
-Version:0.8.0
+Version:0.9.0
 Release:0
 Summary:A caching front-end based on the Dogpile lock
 License:BSD-3-Clause

++ dogpile.cache-0.8.0.tar.gz -> dogpile.cache-0.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dogpile.cache-0.8.0/PKG-INFO 
new/dogpile.cache-0.9.0/PKG-INFO
--- old/dogpile.cache-0.8.0/PKG-INFO2019-09-20 21:08:44.0 +0200
+++ new/dogpile.cache-0.9.0/PKG-INFO2019-10-28 17:05:28.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: dogpile.cache
-Version: 0.8.0
+Version: 0.9.0
 Summary: A caching front-end based on the Dogpile lock.
 Home-page: https://github.com/sqlalchemy/dogpile.cache
 Author: Mike Bayer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dogpile.cache-0.8.0/docs/_sources/changelog.rst.txt 
new/dogpile.cache-0.9.0/docs/_sources/changelog.rst.txt
--- old/dogpile.cache-0.8.0/docs/_sources/changelog.rst.txt 2019-09-20 
21:08:43.0 +0200
+++ new/dogpile.cache-0.9.0/docs/_sources/changelog.rst.txt 2019-10-28 
17:05:28.0 +0100
@@ -3,6 +3,20 @@
 ==
 
 .. changelog::
+:version: 0.9.0
+:released: Mon Oct 28 2019
+
+.. change::
+:tags: feature
+
+Added logging facililities into :class:`.CacheRegion`, to indicate key
+events such as cache keys missing or regeneration of values.  As these 
can
+be very high volume log messages, ``logging.DEBUG`` is used as the log
+level for the events.  Pull request courtesy Stéphane Brunner.
+
+
+
+.. changelog::
 :version: 0.8.0
 :released: Fri Sep 20 2019
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dogpile.cache-0.8.0/docs/_sources/usage.rst.txt 
new/dogpile.cache-0.9.0/docs/_sources/usage.rst.txt
--- old/dogpile.cache-0.8.0/docs/_sources/usage.rst.txt 2019-09-20 
21:08:43.0 +0200
+++ new/dogpile.cache-0.9.0/docs/_sources/usage.rst.txt 2019-10-28 
17:05:28.0 +0100
@@ -268,3 +268,26 @@
 
 .. versionadded:: 0.4.4  Added support for the :class:`.ProxyBackend` class.
 
+
+Configuring Logging
+
+
+.. versionadded:: 0.9.0
+
+:class:`.CacheRegion` includes logging facilities that will emit debug log
+messages when key cache events occur, including when keys are regenerated as
+well as when hard invalidations occur.   Using the `Python logging
+`_ module, set the log level to
+``dogpile.cache`` to ``logging.DEBUG``::
+
+logging.basicConfig()
+logging.getLogger("dogpile.cache").setLevel(logging.DEBUG)
+
+Debug logging will indicate time spent regenerating keys as well as when
+keys are missing::
+
+DEBUG:dogpile.cache.region:No value present for key: 
'__main__:load_user_info|2'
+DEBUG:dogpile.cache.region:No value present for key: 
'__main__:load_user_info|1'
+DEBUG:dogpile.cache.region:Cache value generated in 0.501 seconds for 
keys: ['__main__:load_user_info|2', '__main__:load_user_info|3', 
'__main__:load_user_in

commit python-dogpile.cache for openSUSE:Factory

2019-10-05 Thread root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2019-10-05 16:21:21

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


Package is "python-dogpile.cache"

Sat Oct  5 16:21:21 2019 rev:22 rq:735296 version:0.8.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2019-03-10 09:40:40.92403 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new.2352/python-dogpile.cache.changes
  2019-10-05 16:22:07.165153777 +0200
@@ -1,0 +2,16 @@
+Fri Oct  4 14:09:51 UTC 2019 - Marketa Calabkova 
+
+- Update to 0.8.0
+  * Replaced the Python compatbility routines for ``getfullargspec()`` with a
+fully vendored version from Python 3.3.  Originally, Python was emitting
+deprecation warnings for this function in Python 3.8 alphas.  While this
+change was reverted, it was observed that Python 3 implementations for
+``getfullargspec()`` are an order of magnitude slower as of the 3.4 series
+where it was rewritten against ``Signature``.  While Python plans to
+improve upon this situation, SQLAlchemy projects for now are using a simple
+replacement to avoid any future issues.
+  * Pinned minimum version of Python decorator module at 4.0.0.
+  * Fixed the :func:`.sha1_mangle_key` key mangler to coerce incoming Unicode
+objects into bytes.
+
+---

Old:

  dogpile.cache-0.7.1.tar.gz

New:

  dogpile.cache-0.8.0.tar.gz



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.dVGk2j/_old  2019-10-05 16:22:07.533152818 +0200
+++ /var/tmp/diff_new_pack.dVGk2j/_new  2019-10-05 16:22:07.533152818 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-dogpile.cache
-Version:0.7.1
+Version:0.8.0
 Release:0
 Summary:A caching front-end based on the Dogpile lock
 License:BSD-3-Clause
@@ -27,11 +27,11 @@
 URL:https://github.com/sqlalchemy/dogpile.cache
 Source: 
https://files.pythonhosted.org/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
 BuildRequires:  %{python_module Mako}
-BuildRequires:  %{python_module decorator}
+BuildRequires:  %{python_module decorator >= 4.0.0}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
-Requires:   python-decorator
+Requires:   python-decorator >= 4.0.0
 BuildRequires:  %{python_module six}
 Requires:   python-six
 BuildRequires:  fdupes

++ dogpile.cache-0.7.1.tar.gz -> dogpile.cache-0.8.0.tar.gz ++
 33450 lines of diff (skipped)




commit python-dogpile.cache for openSUSE:Factory

2019-03-10 Thread root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2019-03-10 09:40:38

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


Package is "python-dogpile.cache"

Sun Mar 10 09:40:38 2019 rev:21 rq:682880 version:0.7.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2018-12-13 19:47:30.988773046 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new.28833/python-dogpile.cache.changes
 2019-03-10 09:40:40.92403 +0100
@@ -1,0 +2,12 @@
+Fri Mar  8 14:37:22 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.7.1:
+  * fix python3 deprecation warnings
+  * Restore the API for async_creation_runner in all cases
+
+---
+Thu Mar  7 10:53:24 UTC 2019 - Tomáš Chvátal 
+
+- Fix fdupes call
+
+---

Old:

  dogpile.cache-0.6.8.tar.gz

New:

  dogpile.cache-0.7.1.tar.gz



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.jfNUrI/_old  2019-03-10 09:40:41.728099801 +0100
+++ /var/tmp/diff_new_pack.jfNUrI/_new  2019-03-10 09:40:41.732099800 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dogpile.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
@@ -19,32 +19,30 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-dogpile.cache
-Version:0.6.8
+Version:0.7.1
 Release:0
 Summary:A caching front-end based on the Dogpile lock
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/sqlalchemy/dogpile.cache
-Source: 
https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
+URL:https://github.com/sqlalchemy/dogpile.cache
+Source: 
https://files.pythonhosted.org/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
 BuildRequires:  %{python_module Mako}
+BuildRequires:  %{python_module decorator}
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+Requires:   python-decorator
+BuildRequires:  %{python_module six}
+Requires:   python-six
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# NOTE(toabctl): upstream merged dogpile.core into dogpile.cache
-# see https://gerrit.sqlalchemy.org/#/c/89/
+Provides:   python-dogpile.core = %{version}
+Obsoletes:  python-dogpile.core < 0.4.1
+BuildArch:  noarch
 %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
 
 %description
@@ -60,11 +58,10 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}/%{python_sitelib}
+%python_expand %fdupes %{buildroot}/%{$python_sitelib}
 
 %check
-export RUNTESTS="-k 'not test_dbm_backend and not test_memcached_backend and 
not test_redis_backend'"
-%python_exec -m pytest --ignore=tests/test_lock.py
+%pytest
 
 %files %{python_files}
 %license LICENSE

++ dogpile.cache-0.6.8.tar.gz -> dogpile.cache-0.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dogpile.cache-0.6.8/PKG-INFO 
new/dogpile.cache-0.7.1/PKG-INFO
--- old/dogpile.cache-0.6.8/PKG-INFO2018-11-25 03:24:28.0 +0100
+++ new/dogpile.cache-0.7.1/PKG-INFO2018-12-12 03:33:55.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: dogpile.cache
-Version: 0.6.8
+Version: 0.7.1
 Summary: A caching front-end based on the Dogpile lock.
 Home-page: https://github.com/sqlalchemy/dogpile.cache
 Author: Mike Bayer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dogpile.cache-0.6.8/docs/_sources/changelog.rst.txt 
new/dogpile.cache-0.7.1/docs/_sources/changelog.rst.txt
--- old/dogpile.cache-0.6.8/docs/_sources/changelog.rst.txt 2018-11-25 
03:24:24.0 +0100
+++ new/dogpile.cache-0.7.1/docs/_sources/changelog.rst.txt 2018-12-12 
03:33:50.0 +0100
@

commit python-dogpile.cache for openSUSE:Factory

2018-12-13 Thread root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2018-12-13 19:47:29

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


Package is "python-dogpile.cache"

Thu Dec 13 19:47:29 2018 rev:20 rq:655471 version:0.6.8

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2018-10-25 08:20:21.559964683 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new.28833/python-dogpile.cache.changes
 2018-12-13 19:47:30.988773046 +0100
@@ -1,0 +2,19 @@
+Thu Dec  6 05:44:25 UTC 2018 - Thomas Bechtold 
+
+- update to 0.6.8:
+  * Project hosting has moved to GitHub, under the SQLAlchemy
+organization at https://github.com/sqlalchemy/dogpile.cache
+  * Fixed issue in the :meth:`.CacheRegion.get_or_create_multi` method which
+was erroneously considering the cached value as the timestamp field if the
+:meth:`.CacheRegion.invalidate` method had ben used, usually causing a
+``TypeError`` to occur, or in less frequent cases an invalid result for
+whether or not the cached value was invalid, leading to excessive caching
+or regeneration. The issue was a regression caused by an implementation
+issue in the pluggable invalidation feature added in :ticket:`38`.
+
+---
+Tue Dec  4 12:47:28 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---

Old:

  dogpile.cache-0.6.6.tar.gz

New:

  dogpile.cache-0.6.8.tar.gz



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.McwhOG/_old  2018-12-13 19:47:31.384772533 +0100
+++ /var/tmp/diff_new_pack.McwhOG/_new  2018-12-13 19:47:31.388772528 +0100
@@ -19,15 +19,14 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-dogpile.cache
-Version:0.6.6
+Version:0.6.8
 Release:0
 Summary:A caching front-end based on the Dogpile lock
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://bitbucket.org/zzzeek/dogpile.cache
+Url:https://github.com/sqlalchemy/dogpile.cache
 Source: 
https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
 BuildRequires:  %{python_module Mako}
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}

++ dogpile.cache-0.6.6.tar.gz -> dogpile.cache-0.6.8.tar.gz ++
 2335 lines of diff (skipped)




commit python-dogpile.cache for openSUSE:Factory

2018-10-24 Thread root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2018-10-25 08:20:11

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


Package is "python-dogpile.cache"

Thu Oct 25 08:20:11 2018 rev:19 rq:642929 version:0.6.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2018-04-24 15:33:39.001092034 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
   2018-10-25 08:20:21.559964683 +0200
@@ -1,0 +2,8 @@
+Thu Oct 11 11:29:30 UTC 2018 - Dirk Mueller 
+
+- update to 0.6.6:
+   Added method :attr:`.CacheRegion.actual_backend` which calculates and
+   caches the actual backend for the region, which may be abstracted by
+   the use of one or more :class:`.ProxyBackend` subclasses.
+
+---

Old:

  dogpile.cache-0.6.5.tar.gz

New:

  dogpile.cache-0.6.6.tar.gz



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.G2hOIw/_old  2018-10-25 08:20:22.155964418 +0200
+++ /var/tmp/diff_new_pack.G2hOIw/_new  2018-10-25 08:20:22.155964418 +0200
@@ -12,14 +12,14 @@
 # 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/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-dogpile.cache
-Version:0.6.5
+Version:0.6.6
 Release:0
 Summary:A caching front-end based on the Dogpile lock
 License:BSD-3-Clause
@@ -68,8 +68,8 @@
 %python_exec -m pytest --ignore=tests/test_lock.py
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/dogpile
 %{python_sitelib}/dogpile.cache-%{version}-py%{python_version}.egg-info
 

++ dogpile.cache-0.6.5.tar.gz -> dogpile.cache-0.6.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dogpile.cache-0.6.5/PKG-INFO 
new/dogpile.cache-0.6.6/PKG-INFO
--- old/dogpile.cache-0.6.5/PKG-INFO2018-03-05 21:49:27.0 +0100
+++ new/dogpile.cache-0.6.6/PKG-INFO2018-06-27 20:44:43.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: dogpile.cache
-Version: 0.6.5
+Version: 0.6.6
 Summary: A caching front-end based on the Dogpile lock.
 Home-page: http://bitbucket.org/zzzeek/dogpile.cache
 Author: Mike Bayer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dogpile.cache-0.6.5/docs/_sources/changelog.rst.txt 
new/dogpile.cache-0.6.6/docs/_sources/changelog.rst.txt
--- old/dogpile.cache-0.6.5/docs/_sources/changelog.rst.txt 2018-03-05 
21:49:22.0 +0100
+++ new/dogpile.cache-0.6.6/docs/_sources/changelog.rst.txt 2018-06-27 
20:44:38.0 +0200
@@ -3,6 +3,29 @@
 ==
 
 .. changelog::
+:version: 0.6.6
+:released: Wed Jun 27 2018
+
+.. change::
+:tags: feature
+:tickets: 123
+
+Added method :attr:`.CacheRegion.actual_backend` which calculates and
+caches the actual backend for the region, which may be abstracted by
+the use of one or more :class:`.ProxyBackend` subclasses.
+
+
+
+
+.. change::
+:tags: bug
+:tickets: 122
+
+Fixed a condition in the :class:`.Lock` where the "get" function could 
be
+called a second time unnecessarily, when returning an existing, expired
+value from the cache.
+
+.. changelog::
 :version: 0.6.5
 :released: Mon Mar 5 2018
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dogpile.cache-0.6.5/docs/_static/doctools.js 
new/dogpile.cache-0.6.6/docs/_static/doctools.js
--- old/dogpile.cache-0.6.5/docs/_static/doctools.js2018-03-05 
21:49:26.0 +0100
+++ new/dogpile.cache-0.6.6/docs/_static/doctools.js2018-06-27 
20:44:42.0 +0200
@@ -70,7 +70,9 @@
 if (node.nodeType === 3) {
   var val = node.nodeValue;
   var pos = val.toLowerCase().indexOf(text);
-  if (pos >= 0 && !jQuery(node.parentNode).hasClass(className)) {
+  if (pos >= 0 &&
+  !jQuery(node.parentNode).hasClass(className) &&
+  !jQuery(node.parentNode).hasClass("nohighlight")) {
 var span;
 var isInSVG = jQuery(node).closest("body, svg, 
foreignObject").is("svg");
 if (isInSVG) {
diff -urN '--exclude=

commit python-dogpile.cache for openSUSE:Factory

2018-04-24 Thread root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2018-04-24 15:33:32

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


Package is "python-dogpile.cache"

Tue Apr 24 15:33:32 2018 rev:18 rq:600039 version:0.6.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2018-03-28 12:26:51.420573248 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
   2018-04-24 15:33:39.001092034 +0200
@@ -1,0 +2,15 @@
+Mon Apr 23 12:54:25 UTC 2018 - dmuel...@suse.com
+
+- skip lock tests, they fail frequently (bsc#1086987)
+
+---
+Fri Apr 20 07:50:52 UTC 2018 - dmuel...@suse.com
+
+- for testing purposes drop dogpile.cache-tests_more_slow_waiters.patch
+
+---
+Thu Apr 19 13:00:53 UTC 2018 - dmuel...@suse.com
+
+- only run generic tests using pytest (bsc#1089564)
+
+---

Old:

  dogpile.cache-tests_more_slow_waiters.patch



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.YZ92TP/_old  2018-04-24 15:33:40.221047895 +0200
+++ /var/tmp/diff_new_pack.YZ92TP/_new  2018-04-24 15:33:40.229047607 +0200
@@ -26,7 +26,6 @@
 Group:  Development/Languages/Python
 Url:http://bitbucket.org/zzzeek/dogpile.cache
 Source: 
https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
-Patch1: dogpile.cache-tests_more_slow_waiters.patch
 BuildRequires:  %{python_module Mako}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module mock}
@@ -56,7 +55,6 @@
 
 %prep
 %setup -q -n dogpile.cache-%{version}
-%patch1 -p1
 
 %build
 %python_build
@@ -66,7 +64,8 @@
 %python_expand %fdupes -s %{buildroot}/%{python_sitelib}
 
 %check
-%python_exec setup.py test
+export RUNTESTS="-k 'not test_dbm_backend and not test_memcached_backend and 
not test_redis_backend'"
+%python_exec -m pytest --ignore=tests/test_lock.py
 
 %files %{python_files}
 %defattr(-,root,root,-)




commit python-dogpile.cache for openSUSE:Factory

2018-03-28 Thread root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2018-03-28 12:26:49

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


Package is "python-dogpile.cache"

Wed Mar 28 12:26:49 2018 rev:17 rq:591544 version:0.6.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2018-02-19 13:02:21.471069460 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
   2018-03-28 12:26:51.420573248 +0200
@@ -1,0 +2,12 @@
+Tue Mar 27 00:44:45 CEST 2018 - r...@suse.de
+
+- update to 0.6.5:
+  * Fixed import issue for Python 3.7 where several variables named
+"async" were, leading to syntax errors.
+  * drop dogpile-threading.patch (upstreamed)
+
+- add dogpile.cache-tests_more_slow_waiters.patch (bsc#1086987)
+  increase number of allowed slow waiters in testsuite
+  otherwise this testsuite seems extremely flaky on non-x86_64
+
+---

Old:

  dogpile-threading.patch
  dogpile.cache-0.6.4.tar.gz

New:

  dogpile.cache-0.6.5.tar.gz
  dogpile.cache-tests_more_slow_waiters.patch



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.5jWwpr/_old  2018-03-28 12:26:52.096549029 +0200
+++ /var/tmp/diff_new_pack.5jWwpr/_new  2018-03-28 12:26:52.100548885 +0200
@@ -19,14 +19,14 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-dogpile.cache
-Version:0.6.4
+Version:0.6.5
 Release:0
 Summary:A caching front-end based on the Dogpile lock
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://bitbucket.org/zzzeek/dogpile.cache
 Source: 
https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
-Patch0: dogpile-threading.patch
+Patch1: dogpile.cache-tests_more_slow_waiters.patch
 BuildRequires:  %{python_module Mako}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module mock}
@@ -56,7 +56,7 @@
 
 %prep
 %setup -q -n dogpile.cache-%{version}
-%patch0 -p1
+%patch1 -p1
 
 %build
 %python_build

++ dogpile.cache-0.6.4.tar.gz -> dogpile.cache-0.6.5.tar.gz ++
 26942 lines of diff (skipped)

++ dogpile.cache-tests_more_slow_waiters.patch ++
--- dogpile.cache-0.6.4/tests/test_lock.py  2018/03/17 11:48:50 1.1
+++ dogpile.cache-0.6.4/tests/test_lock.py  2018/03/17 11:52:43
@@ -227,6 +227,8 @@
 
 if slow_write_time:
 expected_slow_waiters = num_threads * expected_generations
+# one extra for slow platforms
+expected_slow_waiters += 2
 
 # time spent also increments by one wait period in the beginning...
 expected_run_time += effective_creation_time



commit python-dogpile.cache for openSUSE:Factory

2018-02-19 Thread root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2018-02-19 13:02:07

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 Feb 19 13:02:07 2018 rev:16 rq:577786 version:0.6.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2017-11-09 14:06:57.875074850 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
   2018-02-19 13:02:21.471069460 +0100
@@ -1,0 +2,5 @@
+Sun Feb 18 17:35:00 UTC 2018 - dmuel...@suse.com
+
+- add  dogpile-threading.patch
+
+---

New:

  dogpile-threading.patch



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.eCp0Px/_old  2018-02-19 13:02:22.443034407 +0100
+++ /var/tmp/diff_new_pack.eCp0Px/_new  2018-02-19 13:02:22.451034119 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dogpile.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
@@ -26,6 +26,7 @@
 Group:  Development/Languages/Python
 Url:http://bitbucket.org/zzzeek/dogpile.cache
 Source: 
https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
+Patch0: dogpile-threading.patch
 BuildRequires:  %{python_module Mako}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module mock}
@@ -55,6 +56,7 @@
 
 %prep
 %setup -q -n dogpile.cache-%{version}
+%patch0 -p1
 
 %build
 %python_build

++ dogpile-threading.patch ++
>From 15fe0d5285b96fcf2472d2c2cdd056b9f91a1290 Mon Sep 17 00:00:00 2001
From: Mike Bayer 
Date: Tue, 4 Jul 2017 10:21:40 -0400
Subject: [PATCH] - ensure all threads in thread local test stay up until a
 flag is set.  fixes #116

Change-Id: Ic8f781d31ac35372f4fec06b9f98f65a750e6c2e
---
 tests/cache/test_memcached_backend.py | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/tests/cache/test_memcached_backend.py 
b/tests/cache/test_memcached_backend.py
index 9b83e7d..3793d27 100644
--- a/tests/cache/test_memcached_backend.py
+++ b/tests/cache/test_memcached_backend.py
@@ -286,14 +286,18 @@ class LocalThreadTest(TestCase):
 backend = MockGenericMemcachedBackend(arguments={'url': 'foo'})
 canary = []
 
-def f():
+flag = [False]
+
+def f(delay):
 backend._clients.memcached
 canary.append(MockClient.number_of_clients())
-time.sleep(.05)
+while not flag[0]:
+time.sleep(.02)
 
-threads = [Thread(target=f) for i in range(count)]
+threads = [Thread(target=f, args=(count - i, )) for i in range(count)]
 for t in threads:
 t.start()
+flag[0] = True
 for t in threads:
 t.join()
 eq_(canary, [i + 1 for i in range(count)])
-- 
2.7.4.1.g5468f9e




commit python-dogpile.cache for openSUSE:Factory

2017-11-09 Thread root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2017-11-09 14:06:54

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


Package is "python-dogpile.cache"

Thu Nov  9 14:06:54 2017 rev:15 rq:540004 version:0.6.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2017-08-23 11:54:33.167921969 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
   2017-11-09 14:06:57.875074850 +0100
@@ -1,0 +2,5 @@
+Wed Nov  8 16:29:43 UTC 2017 - alarr...@suse.com
+
+- Fix broken symlinks created by fdupes on the python3-dogpile.cache package
+
+---



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.PX6S0z/_old  2017-11-09 14:06:59.938999639 +0100
+++ /var/tmp/diff_new_pack.PX6S0z/_new  2017-11-09 14:06:59.938999639 +0100
@@ -61,7 +61,7 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}/%{_prefix}
+%python_expand %fdupes -s %{buildroot}/%{python_sitelib}
 
 %check
 %python_exec setup.py test




commit python-dogpile.cache for openSUSE:Factory

2017-08-23 Thread root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2017-08-23 11:54:25

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


Package is "python-dogpile.cache"

Wed Aug 23 11:54:25 2017 rev:14 rq:517971 version:0.6.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2017-05-22 10:46:33.548730878 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
   2017-08-23 11:54:33.167921969 +0200
@@ -1,0 +2,19 @@
+Mon Aug 21 16:00:57 UTC 2017 - tbecht...@suse.com
+
+- update to 0.6.4:
+  * The method :meth:`.Region.get_or_create_multi` will not pass to the
+cache backend if no values are ultimately to be stored, based on
+the use of the :paramref:`.Region.get_or_create_multi.should_cache_fn`
+function.  This empty dictionary is unnecessary and can cause API
+problems for backends like that of Redis.
+  * The :attr:`.api.NO_VALUE` constant now has a fixed ``__repr__()``
+output, so that scenarios where this constant's string value
+ends up being used as a cache key do not create multiple values.
+  * A new exception class :class:`.exception.PluginNotFound` is now
+raised when a particular cache plugin class cannot be located
+either as a setuptools entrypoint or as a registered backend.
+Previously, a plain ``Exception`` was thrown.
+  * Added ``replace_existing_backend`` to
+:meth:`.CacheRegion.configure_from_config`.
+
+---

Old:

  dogpile.cache-0.6.2.tar.gz

New:

  dogpile.cache-0.6.4.tar.gz



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.dosGer/_old  2017-08-23 11:54:34.451741245 +0200
+++ /var/tmp/diff_new_pack.dosGer/_new  2017-08-23 11:54:34.455740682 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-dogpile.cache
-Version:0.6.2
+Version:0.6.4
 Release:0
 Summary:A caching front-end based on the Dogpile lock
 License:BSD-3-Clause

++ dogpile.cache-0.6.2.tar.gz -> dogpile.cache-0.6.4.tar.gz ++
 26954 lines of diff (skipped)




commit python-dogpile.cache for openSUSE:Factory

2017-05-22 Thread root
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 - toddrme2...@gmail.com
+
+- 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




commit python-dogpile.cache for openSUSE:Factory

2017-04-28 Thread root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2017-04-28 09:12:16

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


Package is "python-dogpile.cache"

Fri Apr 28 09:12:16 2017 rev:12 rq:484806 version:0.6.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2016-09-28 11:30:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
   2017-04-28 09:12:26.185417164 +0200
@@ -1,0 +2,5 @@
+Wed Mar  1 14:02:39 UTC 2017 - aloi...@gmx.com
+
+- Converted to single-spec
+
+---



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.zUSlfE/_old  2017-04-28 09:12:27.009300986 +0200
+++ /var/tmp/diff_new_pack.zUSlfE/_new  2017-04-28 09:12:27.013300422 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dogpile.cache
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,6 +16,7 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-dogpile.cache
 Version:0.6.2
 Release:0
@@ -24,19 +25,21 @@
 Group:  Development/Languages/Python
 Url:http://bitbucket.org/zzzeek/dogpile.cache
 Source: 
https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
+BuildRequires:  %{python_module Mako}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pytest-cov}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+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
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
 A caching API built around the concept of a "dogpile lock", which allows
@@ -47,15 +50,19 @@
 %setup -q -n dogpile.cache-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%fdupes %{buildroot}/%{_prefix}
+%python_install
+%python_expand %fdupes -s %{buildroot}/%{_prefix}
 
-%files
+%check
+%python_exec setup.py test
+
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc LICENSE README.rst
-%{python_sitelib}/*
+%{python_sitelib}/dogpile
+%{python_sitelib}/dogpile.cache-%{version}-py%{python_version}.egg-info
 
 %changelog




commit python-dogpile.cache for openSUSE:Factory

2016-09-28 Thread h_root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2016-09-28 11:30:12

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


Package is "python-dogpile.cache"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2016-07-12 23:51:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
   2016-09-28 11:30:22.0 +0200
@@ -1,0 +2,24 @@
+Wed Aug 31 10:47:40 UTC 2016 - tbecht...@suse.com
+
+- update to 0.6.2:
+  * Added a new system to allow custom plugins specific to the issue of
+"invalidate the entire region", using a new base class
+:class:`.RegionInvalidationStrategy`. As there are many potential
+strategies to this (special backend function, storing special keys, etc.)
+ the mechanism for both soft and hard invalidation is now customizable.
+New approaches to region invalidation can be contributed as documented
+recipes.
+  * Added a new cache key generator :func:`.kwarg_function_key_generator`,
+which takes keyword arguments as well as positional arguments into
+account when forming the cache key.
+  * Restored some more util symbols that users may have been relying upon
+(although these were not necessarily intended as user-facing):
+``dogpile.cache.util.coerce_string_conf``,
+``dogpile.cache.util.KeyReentrantMutex``,
+``dogpile.cache.util.memoized_property``,
+``dogpile.cache.util.PluginLoader``,
+``dogpile.cache.util.to_list``.
+  * Drop 0001-Link-moved-functions-in-dogpile.cache.util.patch
+applied upstream
+
+---

Old:

  0001-Link-moved-functions-in-dogpile.cache.util.patch
  dogpile.cache-0.6.1.tar.gz

New:

  dogpile.cache-0.6.2.tar.gz



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.GjsXnY/_old  2016-09-28 11:30:25.0 +0200
+++ /var/tmp/diff_new_pack.GjsXnY/_new  2016-09-28 11:30:25.0 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   python-dogpile.cache
-Version:0.6.1
+Version:0.6.2
 Release:0
 Summary:A caching front-end based on the Dogpile lock
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://bitbucket.org/zzzeek/dogpile.cache
 Source: 
https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM 0001-Link-moved-functions-in-dogpile.cache.util.patch
-Patch0: 0001-Link-moved-functions-in-dogpile.cache.util.patch
 BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
@@ -47,7 +45,6 @@
 
 %prep
 %setup -q -n dogpile.cache-%{version}
-%patch0 -p1
 
 %build
 python setup.py build

++ dogpile.cache-0.6.1.tar.gz -> dogpile.cache-0.6.2.tar.gz ++
 1897 lines of diff (skipped)




commit python-dogpile.cache for openSUSE:Factory

2016-07-12 Thread h_root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2016-07-12 23:51:10

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


Package is "python-dogpile.cache"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2016-03-18 21:39:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
   2016-07-12 23:51:14.0 +0200
@@ -1,0 +2,44 @@
+Mon Jul  4 08:00:04 UTC 2016 - tbecht...@suse.com
+
+- Use pypi.io for Source url
+
+---
+Fri Jul  1 14:38:37 UTC 2016 - tbecht...@suse.com
+
+- dogpile.core was merged into dogpile.cache .
+  See https://gerrit.sqlalchemy.org/#/c/89/
+  So dogpile.core is no longer a Require.
+- Add 0001-Link-moved-functions-in-dogpile.cache.util.patch
+  For backward compat.
+
+---
+Tue Jun  7 09:48:08 UTC 2016 - aloi...@gmx.com
+
+- Update to version 0.6.1
+bug:
+  * Fixed imports for dogpile.core restoring ReadWriteMutex
+and NameRegistry into the base namespace, in addition to
+dogpile.core.nameregistry and dogpile.core.readwrite_lock.
+  version 0.6.0
+feature:
+  * The dogpile.core library has been rolled in as part of the
+dogpile.cache distribution. The configuration of the
+dogpile name as a namespace package is also removed from
+dogpile.cache. In order to allow existing installations of
+dogpile.core as a separate package to remain unaffected,
+the .core package has been retired within dogpile.cache
+directly; the Lock class is now available directly as
+dogpile.Lock and the additional dogpile.core constructs
+are under the dogpile.util namespace.
+Additionally, the long-deprecated dogpile.core.Dogpile
+and dogpile.core.SyncReaderDogpile classes have been
+removed.
+bug:
+  * The Redis backend now creates a copy of the “arguments”
+dictionary passed to it, before popping values out of it.
+This prevents the given dictionary from losing its keys.
+  * Fixed bug in “null” backend where NullLock did not accept
+a flag for the NullLock.acquire() method, nor did it return
+a boolean value for “success”.
+
+---

Old:

  dogpile.cache-0.5.7.tar.gz

New:

  0001-Link-moved-functions-in-dogpile.cache.util.patch
  dogpile.cache-0.6.1.tar.gz



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.iRHHYr/_old  2016-07-12 23:51:15.0 +0200
+++ /var/tmp/diff_new_pack.iRHHYr/_new  2016-07-12 23:51:15.0 +0200
@@ -17,17 +17,22 @@
 
 
 Name:   python-dogpile.cache
-Version:0.5.7
+Version:0.6.1
 Release:0
 Summary:A caching front-end based on the Dogpile lock
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://bitbucket.org/zzzeek/dogpile.cache
-Source: 
https://pypi.python.org/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM 0001-Link-moved-functions-in-dogpile.cache.util.patch
+Patch0: 0001-Link-moved-functions-in-dogpile.cache.util.patch
 BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-Requires:   python-dogpile.core >= 0.4.1
+# 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
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -42,6 +47,7 @@
 
 %prep
 %setup -q -n dogpile.cache-%{version}
+%patch0 -p1
 
 %build
 python setup.py build

++ 0001-Link-moved-functions-in-dogpile.cache.util.patch ++
>From 85dd3797d5abeea16ba7636796e07338878fba10 Mon Sep 17 00:00:00 2001
From: Jamie Lennox 
Date: Thu, 9 Jun 2016 09:50:43 -0400
Subject: [PATCH] Link moved functions in dogpile.cache.util

Change-Id: I5819a237d6abe7c2ee5e04abeedc06ff229388a8
Pull-request: https://bitbucket.org/zzzeek/dogpile.cache/pull-requests/51
---
 docs/build/changelog.rst | 11 +++
 dogpile/cache/util.py|  8 
 2 files changed, 19 insertions(+)

Index: dogpile.cache-0.6.1/docs/build/changel

commit python-dogpile.cache for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2016-03-18 21:39:52

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


Package is "python-dogpile.cache"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2015-05-07 09:22:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
   2016-03-18 21:39:53.0 +0100
@@ -1,0 +2,14 @@
+Mon Mar  7 07:47:48 UTC 2016 - tbecht...@suse.com
+
+- update to 0.5.7:
+  * Added new parameter :paramref:`.GenericMemcachedBackend.lock_timeout`,
+used in conjunction with 
:paramref:`.GenericMemcachedBackend.distributed_lock`,
+will specify the timeout used when communicating to the ``.add()`` method 
of
+the memcached client.
+  * Added a new flag 
:paramref:`.CacheRegion.configure.replace_existing_backend`,
+allows a region to have a new backend replace an existing one.
+  * Test suite now runs using py.test.
+  * Repaired the :meth:`.CacheRegion.get_multi` method when used with a
+list of zero length against the redis backend.
+
+---

Old:

  dogpile.cache-0.5.6.tar.gz

New:

  dogpile.cache-0.5.7.tar.gz



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.xPPX1Q/_old  2016-03-18 21:39:54.0 +0100
+++ /var/tmp/diff_new_pack.xPPX1Q/_new  2016-03-18 21:39:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dogpile.cache
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
 
 
 Name:   python-dogpile.cache
-Version:0.5.6
+Version:0.5.7
 Release:0
 Summary:A caching front-end based on the Dogpile lock
 License:BSD-3-Clause

++ dogpile.cache-0.5.6.tar.gz -> dogpile.cache-0.5.7.tar.gz ++
 16403 lines of diff (skipped)




commit python-dogpile.cache for openSUSE:Factory

2015-05-07 Thread h_root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2015-05-07 09:22:27

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


Package is "python-dogpile.cache"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2014-09-17 17:25:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
   2015-05-07 09:22:27.0 +0200
@@ -1,0 +2,31 @@
+Mon May  4 11:45:10 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.5.6:
+  * Changed the pickle protocol for the file/DBM backend to
+pickle.HIGHEST_PROTOCOL when producing new pickles, to match
+that of the redis and memorypickle backends. Pull request
+courtesy anentropic.
+- additional changes from version 0.5.5:
+  * Added new arguments
+CacheRegion.cache_on_arguments.function_key_generator and
+CacheRegion.cache_multi_on_arguments.function_multi_key_generator
+which serve as per-decorator replacements for the region-wide
+CacheRegion.function_key_generator and
+CacheRegion.function_multi_key_generator parameters,
+respectively, so that custom key production schemes can be
+applied on a per-function basis within one region. Pull request
+courtesy Hongbin Lu.
+  * Fixed bug where sending -1 for the
+CacheRegion.get_or_create.expiration_time parameter to
+CacheRegion.get_or_create() or
+CacheRegion.get_or_create_multi() would fail to honor the
+setting as “no expiration time”. Pull request courtesy Hongbin
+Lu.
+  * The wrap argument is now propagated when calling
+CacheRegion.configure_from_config(). Pull request courtesy
+Jonathan Vanasco.
+  * Fixed tests under py.test, which were importing a symbol from
+pytest itself is_unittest which has been removed.
+- add fdupes as BuildRequires and call it after install
+
+---

Old:

  dogpile.cache-0.5.4.tar.gz

New:

  dogpile.cache-0.5.6.tar.gz



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.dKvFQX/_old  2015-05-07 09:22:28.0 +0200
+++ /var/tmp/diff_new_pack.dKvFQX/_new  2015-05-07 09:22:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dogpile.cache
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,13 +17,14 @@
 
 
 Name:   python-dogpile.cache
-Version:0.5.4
+Version:0.5.6
 Release:0
 Summary:A caching front-end based on the Dogpile lock
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://bitbucket.org/zzzeek/dogpile.cache
 Source: 
https://pypi.python.org/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
+BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:   python-dogpile.core >= 0.4.1
@@ -47,6 +48,7 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%fdupes %{buildroot}/%{_prefix}
 
 %files
 %defattr(-,root,root,-)

++ dogpile.cache-0.5.4.tar.gz -> dogpile.cache-0.5.6.tar.gz ++
 4578 lines of diff (skipped)




commit python-dogpile.cache for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2014-09-17 17:25:19

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


Package is "python-dogpile.cache"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2014-01-14 19:52:59.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
   2014-09-17 17:25:29.0 +0200
@@ -1,0 +2,27 @@
+Mon Sep 15 09:03:52 UTC 2014 - tbecht...@suse.com
+
+- Update to version 0.5.4:
+  * Added new :class:`.NullBackend`, for testing and cache-disabling
+purposes.  Pull request courtesy Wichert Akkerman.
+  * Added missing Mako test dependency to setup.py.
+Pull request courtesy Wichert Akkerman.
+  * Fixed bug where calling :meth:`.CacheRegion.get_multi` or
+:meth:`.CacheRegion.set_multi` with an empty list would cause failures
+based on backend.  Pull request courtesy Wichert Akkerman.
+  * Added new :paramref:`.RedisBackend.connection_pool` option
+on the Redis backend; this can be passed a ``redis.ConnectionPool``
+instance directly.  Pull request courtesy Masayuko.
+  * Added new :paramref:`.RedisBackend.socket_timeout` option
+on the Redis backend.  Pull request courtesy
+Saulius Menkevičius.
+  * Added support for tests to run via py.test.
+  *  Repaired the entry point for Mako templates; the name of the entrypoint
+itself was wrong vs. what was in the docs, but beyond that the entrypoint
+would load the wrong module name.  Pull request courtesy zoomorph.
+  * The :func:`.coerce_string_conf` function, which is used by
+:meth:`.Region.configure_from_config`, will now recognize floating point
+values when parsing conf strings and deliver them as such; this supports
+non-integer values such as Redis ``lock_sleep``.  Pullreq courtesy
+Jeff Dairiki.
+
+---

Old:

  dogpile.cache-0.5.3.tar.gz

New:

  dogpile.cache-0.5.4.tar.gz



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.DtdVB2/_old  2014-09-17 17:25:30.0 +0200
+++ /var/tmp/diff_new_pack.DtdVB2/_new  2014-09-17 17:25:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-dogpile.cache
-Version:0.5.3
+Version:0.5.4
 Release:0
 Summary:A caching front-end based on the Dogpile lock
 License:BSD-3-Clause

++ dogpile.cache-0.5.3.tar.gz -> dogpile.cache-0.5.4.tar.gz ++
 2399 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-dogpile.cache for openSUSE:Factory

2013-12-31 Thread h_root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2013-12-31 10:08:59

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


Package is "python-dogpile.cache"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2013-10-21 20:01:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
   2013-12-31 10:09:00.0 +0100
@@ -1,0 +2,9 @@
+Mon Dec 30 13:58:50 UTC 2013 - dmuel...@suse.com
+
+- update to 0.5.2:
+  * Added a new argument ``lock_factory`` to the :class:`.DBMBackend`
+  * implementation.  This allows for drop-in replacement of the default
+  * :class:`.FileLock` backend, which builds on ``os.flock()`` and only
+  * supports Unix platforms. 
+
+---

Old:

  dogpile.cache-0.5.1.tar.gz

New:

  dogpile.cache-0.5.2.tar.gz



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.qYe1Sq/_old  2013-12-31 10:09:00.0 +0100
+++ /var/tmp/diff_new_pack.qYe1Sq/_new  2013-12-31 10:09:00.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-dogpile.cache
-Version:0.5.1
+Version:0.5.2
 Release:0
 Summary:A caching front-end based on the Dogpile lock
 License:BSD-3-Clause

++ dogpile.cache-0.5.1.tar.gz -> dogpile.cache-0.5.2.tar.gz ++
 1758 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-dogpile.cache for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2013-10-21 20:01:38

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


Package is "python-dogpile.cache"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2013-09-09 19:48:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
   2013-10-21 20:01:40.0 +0200
@@ -1,0 +2,10 @@
+Mon Oct 21 13:21:05 UTC 2013 - dmuel...@suse.com
+
+- update to 0.5.1:
+  * The :meth:`.CacheRegion.invalidate` method now supports an option
+  ``hard=True|False``.
+  * New dogpile-specific exception classes have been added, so that
+  issues like "region already configured", "region unconfigured",
+  raise dogpile-specific exceptions.  Other exception classes have
+
+---

Old:

  dogpile.cache-0.5.0.tar.gz

New:

  dogpile.cache-0.5.1.tar.gz



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.Mc72h4/_old  2013-10-21 20:01:44.0 +0200
+++ /var/tmp/diff_new_pack.Mc72h4/_new  2013-10-21 20:01:44.0 +0200
@@ -13,15 +13,16 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-dogpile.cache
-Version:0.5.0
+Version:0.5.1
 Release:0
-License:BSD-3-Clause
 Summary:A caching front-end based on the Dogpile lock
-Url:http://bitbucket.org/zzzeek/dogpile.cache
+License:BSD-3-Clause
 Group:  Development/Languages/Python
+Url:http://bitbucket.org/zzzeek/dogpile.cache
 Source: 
https://pypi.python.org/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools

++ dogpile.cache-0.5.0.tar.gz -> dogpile.cache-0.5.1.tar.gz ++
 2741 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org