[python-dogpile-cache] Upstream accepted patches.

Ralph Bean ralph at fedoraproject.org
Mon Jan 21 14:50:58 UTC 2013


commit afb28b5f075b37f44c29b545c0dde4cccfb576f8
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Jan 21 09:50:27 2013 -0500

    Upstream accepted patches.

 .gitignore                |    1 +
 python-dogpile-cache.spec |   17 +++++++++++++----
 sources                   |    2 +-
 3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5156f44..cd5ce3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /dogpile.cache-0.4.0.tar.gz
+/dogpile.cache-0.4.2.tar.gz
diff --git a/python-dogpile-cache.spec b/python-dogpile-cache.spec
index 70b892f..51389e5 100644
--- a/python-dogpile-cache.spec
+++ b/python-dogpile-cache.spec
@@ -1,4 +1,3 @@
-
 %if 0%{?fedora} > 12 || 0%{?rhel} > 6
 %global with_python3 1
 %endif
@@ -6,8 +5,8 @@
 %global modname dogpile.cache
 
 Name:               python-dogpile-cache
-Version:            0.4.1
-Release:            1.20130103hg108%{?dist}
+Version:            0.4.2
+Release:            1%{?dist}
 Summary:            A caching front-end based on the Dogpile lock
 
 Group:              Development/Libraries
@@ -17,7 +16,6 @@ Source0:            http://pypi.python.org/packages/source/d/%{modname}/%{modnam
 
 BuildArch:          noarch
 
-
 BuildRequires:      python2-devel
 BuildRequires:      python-setuptools
 BuildRequires:      python-nose
@@ -30,6 +28,8 @@ BuildRequires:      python3-nose
 BuildRequires:      python3-dogpile-core
 %endif
 
+Requires:      python-dogpile-core
+
 %description
 A caching API built around the concept of a "dogpile lock", which allows
 continued access to an expiring data value while a single thread generates
@@ -50,6 +50,8 @@ relegated to the trash heap.
 Summary:            A caching front-end based on the Dogpile lock.
 Group:              Development/Libraries
 
+Requires:      python3-dogpile-core
+
 %description -n python3-dogpile-cache
 A caching API built around the concept of a "dogpile lock", which allows
 continued access to an expiring data value while a single thread generates
@@ -116,6 +118,13 @@ popd
 %endif
 
 %changelog
+* Mon Jan 21 2013 Ralph Bean <rbean at redhat.com> - 0.4.2-1
+- Upstream accepted async patches.
+
+* Fri Jan 11 2013 Ralph Bean <rbean at redhat.com> - 0.4.1-2.20130111hg111
+- Updated experimental async work.
+- Actually require python-dogpile-core for install.
+
 * Thu Jan 03 2013 Ralph Bean <rbean at redhat.com> - 0.4.1-1.20130103hg108
 - Move to a post-release hg checkout.
 - Experimenting with background value creation.
diff --git a/sources b/sources
index b28bf75..2f2b77b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b15db13a70f7f9a57d5d561d716a6cf3  dogpile.cache-0.4.0.tar.gz
+b08d9f916b31c4bda725047e6290b390  dogpile.cache-0.4.2.tar.gz


More information about the scm-commits mailing list