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

python3-dogpile-cache-1.0.2-1.mga8 RPM for noarch

From Mageia 8 for armv7hl / media / core / release

Name: python3-dogpile-cache Distribution: Mageia
Version: 1.0.2 Vendor: Mageia.Org
Release: 1.mga8 Build date: Fri Oct 30 14:19:13 2020
Group: Development/Python Build host: localhost
Size: 302830 Source RPM: python-dogpile-cache-1.0.2-1.mga8.src.rpm
Packager: joequant <joequant>
Url: https://pypi.io/project/dogpile.cache
Summary: A caching front-end based on the Dogpile lock
Dogpile consists of two subsystems, one building on top of the other.

dogpile provides the concept of a "dogpile lock", a control structure
which allows a single thread of execution to be selected as the
"creator" of some resource, while allowing other threads of execution to
refer to the previous version of this resource as the creation proceeds;
if there is no previous version, then those threads block until the
object is available.

dogpile.cache is a caching API which provides a generic interface to
caching backends of any variety, and additionally provides API hooks
which integrate these cache backends with the locking mechanism of
dogpile.

Overall, dogpile.cache is intended as a replacement to the Beaker
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

* Fri Oct 30 2020 joequant <joequant> 1.0.2-1.mga8
  + Revision: 1640627
  - update to 1.0.2
* Sun Feb 16 2020 umeabot <umeabot> 0.8.0-2.mga8
  + Revision: 1535053
  - Mageia 8 Mass Rebuild
* Wed Oct 09 2019 daviddavid <daviddavid> 0.8.0-1.mga8
  + Revision: 1450716
  - new version: 0.8.0
* Mon Oct 07 2019 daviddavid <daviddavid> 0.6.8-2.mga8
  + Revision: 1450366
  - rebuild for python3.8
  - drop python2 support
* Fri Mar 15 2019 pterjan <pterjan> 0.6.8-1.mga7
  + Revision: 1377459
  - Update to 0.6.8
* Fri Jan 11 2019 ngompa <ngompa> 0.6.7-1.mga7
  + Revision: 1354956
  - Sync spec from Fedora to rebase to 0.6.7

Files

/usr/lib/python3.8/site-packages/dogpile
/usr/lib/python3.8/site-packages/dogpile.cache-1.0.2-py3.8.egg-info
/usr/lib/python3.8/site-packages/dogpile.cache-1.0.2-py3.8.egg-info/PKG-INFO
/usr/lib/python3.8/site-packages/dogpile.cache-1.0.2-py3.8.egg-info/SOURCES.txt
/usr/lib/python3.8/site-packages/dogpile.cache-1.0.2-py3.8.egg-info/dependency_links.txt
/usr/lib/python3.8/site-packages/dogpile.cache-1.0.2-py3.8.egg-info/entry_points.txt
/usr/lib/python3.8/site-packages/dogpile.cache-1.0.2-py3.8.egg-info/not-zip-safe
/usr/lib/python3.8/site-packages/dogpile.cache-1.0.2-py3.8.egg-info/requires.txt
/usr/lib/python3.8/site-packages/dogpile.cache-1.0.2-py3.8.egg-info/top_level.txt
/usr/lib/python3.8/site-packages/dogpile/__init__.py
/usr/lib/python3.8/site-packages/dogpile/__pycache__
/usr/lib/python3.8/site-packages/dogpile/__pycache__/__init__.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/__pycache__/__init__.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/__pycache__/core.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/__pycache__/core.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/__pycache__/lock.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/__pycache__/lock.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/cache
/usr/lib/python3.8/site-packages/dogpile/cache/__init__.py
/usr/lib/python3.8/site-packages/dogpile/cache/__pycache__
/usr/lib/python3.8/site-packages/dogpile/cache/__pycache__/__init__.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/__pycache__/__init__.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/__pycache__/api.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/__pycache__/api.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/__pycache__/exception.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/__pycache__/exception.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/__pycache__/proxy.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/__pycache__/proxy.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/__pycache__/region.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/__pycache__/region.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/__pycache__/util.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/__pycache__/util.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/api.py
/usr/lib/python3.8/site-packages/dogpile/cache/backends
/usr/lib/python3.8/site-packages/dogpile/cache/backends/__init__.py
/usr/lib/python3.8/site-packages/dogpile/cache/backends/__pycache__
/usr/lib/python3.8/site-packages/dogpile/cache/backends/__pycache__/__init__.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/backends/__pycache__/__init__.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/backends/__pycache__/file.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/backends/__pycache__/file.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/backends/__pycache__/memcached.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/backends/__pycache__/memcached.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/backends/__pycache__/memory.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/backends/__pycache__/memory.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/backends/__pycache__/null.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/backends/__pycache__/null.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/backends/__pycache__/redis.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/backends/__pycache__/redis.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/backends/file.py
/usr/lib/python3.8/site-packages/dogpile/cache/backends/memcached.py
/usr/lib/python3.8/site-packages/dogpile/cache/backends/memory.py
/usr/lib/python3.8/site-packages/dogpile/cache/backends/null.py
/usr/lib/python3.8/site-packages/dogpile/cache/backends/redis.py
/usr/lib/python3.8/site-packages/dogpile/cache/exception.py
/usr/lib/python3.8/site-packages/dogpile/cache/plugins
/usr/lib/python3.8/site-packages/dogpile/cache/plugins/__init__.py
/usr/lib/python3.8/site-packages/dogpile/cache/plugins/__pycache__
/usr/lib/python3.8/site-packages/dogpile/cache/plugins/__pycache__/__init__.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/plugins/__pycache__/__init__.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/plugins/__pycache__/mako_cache.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/plugins/__pycache__/mako_cache.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/cache/plugins/mako_cache.py
/usr/lib/python3.8/site-packages/dogpile/cache/proxy.py
/usr/lib/python3.8/site-packages/dogpile/cache/region.py
/usr/lib/python3.8/site-packages/dogpile/cache/util.py
/usr/lib/python3.8/site-packages/dogpile/core.py
/usr/lib/python3.8/site-packages/dogpile/lock.py
/usr/lib/python3.8/site-packages/dogpile/util
/usr/lib/python3.8/site-packages/dogpile/util/__init__.py
/usr/lib/python3.8/site-packages/dogpile/util/__pycache__
/usr/lib/python3.8/site-packages/dogpile/util/__pycache__/__init__.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/util/__pycache__/__init__.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/util/__pycache__/compat.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/util/__pycache__/compat.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/util/__pycache__/langhelpers.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/util/__pycache__/langhelpers.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/util/__pycache__/nameregistry.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/util/__pycache__/nameregistry.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/util/__pycache__/readwrite_lock.cpython-38.opt-1.pyc
/usr/lib/python3.8/site-packages/dogpile/util/__pycache__/readwrite_lock.cpython-38.pyc
/usr/lib/python3.8/site-packages/dogpile/util/compat.py
/usr/lib/python3.8/site-packages/dogpile/util/langhelpers.py
/usr/lib/python3.8/site-packages/dogpile/util/nameregistry.py
/usr/lib/python3.8/site-packages/dogpile/util/readwrite_lock.py
/usr/share/doc/python3-dogpile-cache
/usr/share/doc/python3-dogpile-cache/README.rst
/usr/share/licenses/python3-dogpile-cache
/usr/share/licenses/python3-dogpile-cache/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 16:03:47 2024