Sun, 05 May 2024 01:33:29 UTC | login

Information for RPM python3-dogpile-cache-1.1.2-1.el9s.noarch.rpm

ID281003
Namepython3-dogpile-cache
Version1.1.2
Release1.el9s
Epoch
Archnoarch
SummaryA caching front-end based on the Dogpile lock
DescriptionDogpile 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.
Build Time2021-09-13 15:15:29 GMT
Size86.64 KB
2645032236992b3a906acee5750fe22d
LicenseMIT
Buildrootcloud9s-openstack-xena-el9s-build-104413-857068
Provides
python-dogpile-cache = 1.1.2-1.el9s
python3-dogpile-cache = 1.1.2-1.el9s
python3-dogpile-core = 1.1.2-1.el9s
python3.9-dogpile-cache = 1.1.2-1.el9s
python3.9dist(dogpile-cache) = 1.1.2
python3.9dist(dogpile.cache) = 1.1.2
python3dist(dogpile-cache) = 1.1.2
python3dist(dogpile.cache) = 1.1.2
Obsoletes
python-dogpile-cache < 1.1.2-1.el9s
python3-dogpile-core < 0.4.1-12
Conflicts No Conflicts
Requires
python(abi) = 3.9
python3-mako
python3.9dist(decorator) >= 4
python3.9dist(stevedore)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 88 >>>
Name ascending sort Size
/usr/lib/python3.9/site-packages/dogpile0.00 B
/usr/lib/python3.9/site-packages/dogpile.cache-1.1.2-py3.9.egg-info0.00 B
/usr/lib/python3.9/site-packages/dogpile.cache-1.1.2-py3.9.egg-info/PKG-INFO5.51 KB
/usr/lib/python3.9/site-packages/dogpile.cache-1.1.2-py3.9.egg-info/SOURCES.txt2.96 KB
/usr/lib/python3.9/site-packages/dogpile.cache-1.1.2-py3.9.egg-info/dependency_links.txt1.00 B
/usr/lib/python3.9/site-packages/dogpile.cache-1.1.2-py3.9.egg-info/entry_points.txt74.00 B
/usr/lib/python3.9/site-packages/dogpile.cache-1.1.2-py3.9.egg-info/not-zip-safe1.00 B
/usr/lib/python3.9/site-packages/dogpile.cache-1.1.2-py3.9.egg-info/requires.txt27.00 B
/usr/lib/python3.9/site-packages/dogpile.cache-1.1.2-py3.9.egg-info/top_level.txt8.00 B
/usr/lib/python3.9/site-packages/dogpile/__init__.py106.00 B
/usr/lib/python3.9/site-packages/dogpile/__pycache__0.00 B
/usr/lib/python3.9/site-packages/dogpile/__pycache__/__init__.cpython-39.opt-1.pyc250.00 B
/usr/lib/python3.9/site-packages/dogpile/__pycache__/__init__.cpython-39.pyc250.00 B
/usr/lib/python3.9/site-packages/dogpile/__pycache__/core.cpython-39.opt-1.pyc715.00 B
/usr/lib/python3.9/site-packages/dogpile/__pycache__/core.cpython-39.pyc715.00 B
/usr/lib/python3.9/site-packages/dogpile/__pycache__/lock.cpython-39.opt-1.pyc4.80 KB
/usr/lib/python3.9/site-packages/dogpile/__pycache__/lock.cpython-39.pyc4.80 KB
/usr/lib/python3.9/site-packages/dogpile/cache0.00 B
/usr/lib/python3.9/site-packages/dogpile/cache/__init__.py180.00 B
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__0.00 B
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/__init__.cpython-39.opt-1.pyc305.00 B
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/__init__.cpython-39.pyc305.00 B
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/api.cpython-39.opt-1.pyc17.06 KB
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/api.cpython-39.pyc17.06 KB
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/exception.cpython-39.opt-1.pyc1.18 KB
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/exception.cpython-39.pyc1.18 KB
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/proxy.cpython-39.opt-1.pyc3.67 KB
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/proxy.cpython-39.pyc3.72 KB
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/region.cpython-39.opt-1.pyc63.10 KB
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/region.cpython-39.pyc63.13 KB
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/util.cpython-39.opt-1.pyc5.36 KB
/usr/lib/python3.9/site-packages/dogpile/cache/__pycache__/util.cpython-39.pyc5.36 KB
/usr/lib/python3.9/site-packages/dogpile/cache/api.py16.33 KB
/usr/lib/python3.9/site-packages/dogpile/cache/backends0.00 B
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__init__.py1.17 KB
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__0.00 B
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/__init__.cpython-39.opt-1.pyc1.02 KB
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/__init__.cpython-39.pyc1.02 KB
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/file.cpython-39.opt-1.pyc14.34 KB
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/file.cpython-39.pyc14.34 KB
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/memcached.cpython-39.opt-1.pyc17.40 KB
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/memcached.cpython-39.pyc17.40 KB
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/memory.cpython-39.opt-1.pyc3.99 KB
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/memory.cpython-39.pyc3.99 KB
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/null.cpython-39.opt-1.pyc2.51 KB
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/null.cpython-39.pyc2.51 KB
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/redis.cpython-39.opt-1.pyc9.72 KB
/usr/lib/python3.9/site-packages/dogpile/cache/backends/__pycache__/redis.cpython-39.pyc9.72 KB
/usr/lib/python3.9/site-packages/dogpile/cache/backends/file.py13.43 KB
/usr/lib/python3.9/site-packages/dogpile/cache/backends/memcached.py15.46 KB
Component of
1 through 20 of 20
Buildroot descending sort Created State
cloud9s-openstackclient-xena-el9s-build-125555-890537 2022-02-24 13:44:37 expired
cloud9s-openstackclient-xena-el9s-build-125276-890536 2022-02-23 16:25:09 expired
cloud9s-openstackclient-xena-el9s-build-125275-890536 2022-02-23 16:24:53 expired
cloud9s-openstackclient-xena-el9s-build-125269-890517 2022-02-23 16:10:03 expired
cloud9s-openstackclient-xena-el9s-build-125263-890502 2022-02-23 15:52:05 expired
cloud9s-openstackclient-xena-el9s-build-125257-890493 2022-02-23 15:41:25 expired
cloud9s-openstackclient-xena-el9s-build-125244-890461 2022-02-23 15:24:45 expired
cloud9s-openstackclient-xena-el9s-build-125242-890451 2022-02-23 15:14:26 expired
cloud9s-openstackclient-xena-el9s-build-125240-890440 2022-02-23 15:05:18 expired
cloud9s-openstackclient-xena-el9s-build-125238-890438 2022-02-23 14:57:23 expired
cloud9s-openstackclient-xena-el9s-build-125234-890437 2022-02-23 14:50:00 expired
cloud9s-openstackclient-xena-el9s-build-125232-890429 2022-02-23 13:31:54 expired
cloud9s-openstackclient-xena-el9s-build-125196-890387 2022-02-23 11:22:17 expired
cloud9s-openstackclient-xena-el9s-build-125192-890382 2022-02-23 11:18:21 expired
cloud9s-openstackclient-xena-el9s-build-125182-890347 2022-02-23 11:02:29 expired
cloud9s-openstackclient-xena-el9s-build-125167-890342 2022-02-23 10:29:59 expired
cloud9s-openstackclient-xena-el9s-build-125159-890337 2022-02-23 10:10:45 expired
cloud9s-openstackclient-xena-el9s-build-125155-890335 2022-02-23 10:04:26 expired
cloud9s-openstackclient-xena-el9s-build-125151-890332 2022-02-23 09:51:52 expired
cloud9s-openstackclient-xena-el9s-build-125135-890324 2022-02-23 09:29:23 expired