Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-dogpile-cache-0.5.7-1.el7 RPM for noarch

From EPEL 7 for x86_64 / Packages / p

Name: python-dogpile-cache Distribution: Fedora Project
Version: 0.5.7 Vendor: Fedora Project
Release: 1.el7 Build date: Fri Dec 2 15:31:51 2016
Group: Development/Libraries Build host: buildppcle-02.phx2.fedoraproject.org
Size: 253605 Source RPM: python-dogpile-cache-0.5.7-1.el7.src.rpm
Packager: Fedora Project
Url: http://pypi.python.org/pypi/dogpile.cache
Summary: A caching front-end based on the Dogpile lock
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
a new value.

dogpile.cache builds on the `dogpile.core
<http://pypi.python.org/pypi/dogpile.core>`_ locking system, which
implements the idea of "allow one creator to write while others read" in
the abstract.   Overall, dogpile.cache is intended as a replacement to the
`Beaker <http://beaker.groovie.org>`_ caching system, the internals of
which are written by the same author.   All the ideas of Beaker which
"work" are re-implemented in dogpile.cache in a more efficient and succinct
manner, and all the cruft (Beaker's internals were first written in 2005)
relegated to the trash heap.

Provides

Requires

License

BSD

Changelog

* Tue Oct 20 2015 Ralph Bean <rbean@redhat.com> - 0.5.7-1
  - new version
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.5-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Thu Jan 22 2015 Ralph Bean <rbean@redhat.com> - 0.5.5-1
  - new version
* Wed Aug 20 2014 Ralph Bean <rbean@redhat.com> - 0.5.4-1
  - Latest upstream.
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Fri May 30 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.5.3-2
  - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
* Tue Jan 28 2014 Ralph Bean <rbean@redhat.com> - 0.5.3-1
  - Latest upstream.
  - Modernize python3 conditional.
* Mon Sep 09 2013 Pádraig Brady <pbrady@redhat.com> - 0.5.0-1
  - Update to 0.5.0 release
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Mon Jan 21 2013 Ralph Bean <rbean@redhat.com> - 0.4.2-1
  - Upstream accepted async patches.
  - Added BuildRequires on python-mock
  - Restrict python-dogpile-core to newer version.
  - Remove tests since they're kind of stochastic.
* Fri Jan 11 2013 Ralph Bean <rbean@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@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@redhat.com> - 0.4.0-3
  - Remove period from end of summary.
* Fri Dec 14 2012 Ralph Bean <rbean@redhat.com> - 0.4.0-2
  - Disable tests on epel6.
* Tue Dec 11 2012 Ralph Bean <rbean@redhat.com> - 0.4.0-1
  - Initial packaging for Fedora

Files

/usr/lib/python2.7/site-packages/dogpile.cache-0.5.7-py2.7-nspkg.pth
/usr/lib/python2.7/site-packages/dogpile.cache-0.5.7-py2.7.egg-info
/usr/lib/python2.7/site-packages/dogpile.cache-0.5.7-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/dogpile.cache-0.5.7-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/dogpile.cache-0.5.7-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/dogpile.cache-0.5.7-py2.7.egg-info/entry_points.txt
/usr/lib/python2.7/site-packages/dogpile.cache-0.5.7-py2.7.egg-info/namespace_packages.txt
/usr/lib/python2.7/site-packages/dogpile.cache-0.5.7-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/dogpile.cache-0.5.7-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/dogpile.cache-0.5.7-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/dogpile/cache
/usr/lib/python2.7/site-packages/dogpile/cache/__init__.py
/usr/lib/python2.7/site-packages/dogpile/cache/__init__.pyc
/usr/lib/python2.7/site-packages/dogpile/cache/__init__.pyo
/usr/lib/python2.7/site-packages/dogpile/cache/api.py
/usr/lib/python2.7/site-packages/dogpile/cache/api.pyc
/usr/lib/python2.7/site-packages/dogpile/cache/api.pyo
/usr/lib/python2.7/site-packages/dogpile/cache/backends
/usr/lib/python2.7/site-packages/dogpile/cache/backends/__init__.py
/usr/lib/python2.7/site-packages/dogpile/cache/backends/__init__.pyc
/usr/lib/python2.7/site-packages/dogpile/cache/backends/__init__.pyo
/usr/lib/python2.7/site-packages/dogpile/cache/backends/file.py
/usr/lib/python2.7/site-packages/dogpile/cache/backends/file.pyc
/usr/lib/python2.7/site-packages/dogpile/cache/backends/file.pyo
/usr/lib/python2.7/site-packages/dogpile/cache/backends/memcached.py
/usr/lib/python2.7/site-packages/dogpile/cache/backends/memcached.pyc
/usr/lib/python2.7/site-packages/dogpile/cache/backends/memcached.pyo
/usr/lib/python2.7/site-packages/dogpile/cache/backends/memory.py
/usr/lib/python2.7/site-packages/dogpile/cache/backends/memory.pyc
/usr/lib/python2.7/site-packages/dogpile/cache/backends/memory.pyo
/usr/lib/python2.7/site-packages/dogpile/cache/backends/null.py
/usr/lib/python2.7/site-packages/dogpile/cache/backends/null.pyc
/usr/lib/python2.7/site-packages/dogpile/cache/backends/null.pyo
/usr/lib/python2.7/site-packages/dogpile/cache/backends/redis.py
/usr/lib/python2.7/site-packages/dogpile/cache/backends/redis.pyc
/usr/lib/python2.7/site-packages/dogpile/cache/backends/redis.pyo
/usr/lib/python2.7/site-packages/dogpile/cache/compat.py
/usr/lib/python2.7/site-packages/dogpile/cache/compat.pyc
/usr/lib/python2.7/site-packages/dogpile/cache/compat.pyo
/usr/lib/python2.7/site-packages/dogpile/cache/exception.py
/usr/lib/python2.7/site-packages/dogpile/cache/exception.pyc
/usr/lib/python2.7/site-packages/dogpile/cache/exception.pyo
/usr/lib/python2.7/site-packages/dogpile/cache/plugins
/usr/lib/python2.7/site-packages/dogpile/cache/plugins/__init__.py
/usr/lib/python2.7/site-packages/dogpile/cache/plugins/__init__.pyc
/usr/lib/python2.7/site-packages/dogpile/cache/plugins/__init__.pyo
/usr/lib/python2.7/site-packages/dogpile/cache/plugins/mako_cache.py
/usr/lib/python2.7/site-packages/dogpile/cache/plugins/mako_cache.pyc
/usr/lib/python2.7/site-packages/dogpile/cache/plugins/mako_cache.pyo
/usr/lib/python2.7/site-packages/dogpile/cache/proxy.py
/usr/lib/python2.7/site-packages/dogpile/cache/proxy.pyc
/usr/lib/python2.7/site-packages/dogpile/cache/proxy.pyo
/usr/lib/python2.7/site-packages/dogpile/cache/region.py
/usr/lib/python2.7/site-packages/dogpile/cache/region.pyc
/usr/lib/python2.7/site-packages/dogpile/cache/region.pyo
/usr/lib/python2.7/site-packages/dogpile/cache/util.py
/usr/lib/python2.7/site-packages/dogpile/cache/util.pyc
/usr/lib/python2.7/site-packages/dogpile/cache/util.pyo
/usr/share/doc/python-dogpile-cache-0.5.7
/usr/share/doc/python-dogpile-cache-0.5.7/LICENSE
/usr/share/doc/python-dogpile-cache-0.5.7/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Mar 29 02:39:10 2024