[python-dogpile-cache] Experimental async refreshing.

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


commit 2a627fd0a7c948aea5847c3101e9bacd32b2ed79
Author: Ralph Bean <rbean at redhat.com>
Date:   Fri Jan 11 13:13:52 2013 -0500

    Experimental async refreshing.

 python-dogpile-cache.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/python-dogpile-cache.spec b/python-dogpile-cache.spec
index 325f551..70b892f 100644
--- a/python-dogpile-cache.spec
+++ b/python-dogpile-cache.spec
@@ -6,8 +6,8 @@
 %global modname dogpile.cache
 
 Name:               python-dogpile-cache
-Version:            0.4.0
-Release:            3%{?dist}
+Version:            0.4.1
+Release:            1.20130103hg108%{?dist}
 Summary:            A caching front-end based on the Dogpile lock
 
 Group:              Development/Libraries
@@ -104,18 +104,23 @@ popd
 %endif
 
 %files
-%doc README.rst LICENSE CHANGES
+%doc README.rst LICENSE
 %{python_sitelib}/dogpile/cache/
 %{python_sitelib}/%{modname}-%{version}*
 
 %if 0%{?with_python3}
 %files -n python3-dogpile-cache
-%doc README.rst LICENSE CHANGES
+%doc README.rst LICENSE
 %{python3_sitelib}/dogpile/cache/
 %{python3_sitelib}/%{modname}-%{version}-*
 %endif
 
 %changelog
+* 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.
+- Temporarily removed the CHANGES doc
+
 * Tue Dec 18 2012 Ralph Bean <rbean at redhat.com> - 0.4.0-3
 - Remove period from end of summary.
 


More information about the scm-commits mailing list