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 - 0.4.2-1 +- Upstream accepted async patches. + +* Fri Jan 11 2013 Ralph Bean - 0.4.1-2.20130111hg111 +- Updated experimental async work. +- Actually require python-dogpile-core for install. + * Thu Jan 03 2013 Ralph Bean - 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