From e46080456131804f53adb76f13abdf9ba53aa2995c5ab4b87dc554c5e5f1ddfa Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Mon, 13 Jun 2016 21:22:53 +0000
Subject: [PATCH] Accepting request 400429 from
home:alois:branches:devel:languages:python
Update to 0.6.1
OBS-URL: https://build.opensuse.org/request/show/400429
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dogpile.cache?expand=0&rev=15
---
dogpile.cache-0.5.7.tar.gz | 3 ---
dogpile.cache-0.6.1.tar.gz | 3 +++
python-dogpile.cache.changes | 30 ++++++++++++++++++++++++++++++
python-dogpile.cache.spec | 2 +-
4 files changed, 34 insertions(+), 4 deletions(-)
delete mode 100644 dogpile.cache-0.5.7.tar.gz
create mode 100644 dogpile.cache-0.6.1.tar.gz
diff --git a/dogpile.cache-0.5.7.tar.gz b/dogpile.cache-0.5.7.tar.gz
deleted file mode 100644
index 3f0d0ce..0000000
--- a/dogpile.cache-0.5.7.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:dcf99b09ddf3d8216b1b4378100eb0235619612fb0e6300ba5d74f10962d0956
-size 288083
diff --git a/dogpile.cache-0.6.1.tar.gz b/dogpile.cache-0.6.1.tar.gz
new file mode 100644
index 0000000..7a1ad32
--- /dev/null
+++ b/dogpile.cache-0.6.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:69b52dc56bb52d974e9e9fb2764e1311abcd1fd625de07b4e5c05550ac9b40c0
+size 324046
diff --git a/python-dogpile.cache.changes b/python-dogpile.cache.changes
index c2708cb..be4c7c7 100644
--- a/python-dogpile.cache.changes
+++ b/python-dogpile.cache.changes
@@ -1,3 +1,33 @@
+-------------------------------------------------------------------
+Tue Jun 7 09:48:08 UTC 2016 - aloisio@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”.
+
-------------------------------------------------------------------
Mon Mar 7 07:47:48 UTC 2016 - tbechtold@suse.com
diff --git a/python-dogpile.cache.spec b/python-dogpile.cache.spec
index 29c9b53..afe098d 100644
--- a/python-dogpile.cache.spec
+++ b/python-dogpile.cache.spec
@@ -17,7 +17,7 @@
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