معرفی شرکت ها


python2-dogpile-cache-0.6.8-1.el7.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A caching front-end based on the Dogpile lock
ویژگی مقدار
سیستم عامل Linux
توزیع CentOS 7
مخزن Centos noarch
نام بسته python2-dogpile-cache
نام فایل بسته python2-dogpile-cache-0.6.8-1.el7.noarch.rpm
نسخه بسته 0.6.8
انتشار بسته 1.el7
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Wed Feb 6 20
هاست سازنده c1bk.rdu2.centos.org
نوع بسته .rpm
آدرس صفحه اصلی https://pypi.io/project/dogpile.cache
مجوز BSD
حجم دانلود 74K
حجم نصب 293.170K
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.


نیازمندی

مقدار نام
= 2.7 python(abi)
- python-mako


ارائه دهنده

مقدار نام
= 0.6.8-1.el7 python-dogpile-cache
= 0.6.8-1.el7 python-dogpile-core
= 0.6.8-1.el7 python2-dogpile-cache


نحوه نصب


نصب پکیج rpm python2-dogpile-cache:

    sudo yum localinstall python2-dogpile-cache-0.6.8-1.el7.noarch.rpm


فایل ها

مسیرها
/usr/lib/python2.7/site-packages/dogpile
/usr/lib/python2.7/site-packages/dogpile.cache-0.6.8-py2.7.egg-info
/usr/lib/python2.7/site-packages/dogpile.cache-0.6.8-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/dogpile.cache-0.6.8-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/dogpile.cache-0.6.8-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/dogpile.cache-0.6.8-py2.7.egg-info/entry_points.txt
/usr/lib/python2.7/site-packages/dogpile.cache-0.6.8-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/dogpile.cache-0.6.8-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/dogpile/__init__.py
/usr/lib/python2.7/site-packages/dogpile/__init__.pyc
/usr/lib/python2.7/site-packages/dogpile/__init__.pyo
/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/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
... and 32 more


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2019-02-06

Update to 0.6.8.

2019-02-02

Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

2018-10-09

Update to 0.6.7 (#1609253).
https://dogpilecache.readthedocs.io/en/latest/changelog.html#change-0.6.7

2018-07-23

Fix FTBFS bug #1605662
Update to 0.6.6.

2018-07-14

Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

2018-06-17

Rebuilt for Python 3.7

2018-04-12

new version

2018-02-12

Update Python 2 dependency declarations to new packaging standards

2018-02-09

Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

2017-07-27

Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

2017-07-01

Require python-mako.
Use python2- versions of a few BuildRequires.

2017-07-01

Update to 0.6.4 (#1465192).
http://dogpilecache.readthedocs.io/en/latest/changelog.html#change-0.6.4
Sort the BuildRequires alphabetically.
Run the tests.

2017-06-01

new version

2017-02-16

Drop Require on python-dogpile-core (#1422716).
Provide and obsolete python-dogpile-core.
Replace the description with upstream's new description, and make it a global.
Make the summary a global.
Rename python-dogpile-cache to python2-dogpile-cache.
Use the license macro.

2017-02-11

Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

2016-12-19

Rebuild for Python 3.6