معرفی شرکت ها


python-dogpile-cache-1.1.8-1.fc37.src.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
توزیع Fedora 37
مخزن Fedora Everything noarch
نام بسته python-dogpile-cache
نام فایل بسته python-dogpile-cache-1.1.8-1.fc37.src.rpm
نسخه بسته 1.1.8
انتشار بسته 1.fc37
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Fri 28 Apr 2023 05
هاست سازنده buildvm-x86-26.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://pypi.io/project/dogpile.cache
مجوز MIT
حجم دانلود 405K
حجم نصب 391.796K
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.


جایگزین ها

بسته نسخه معماری مخزن
python-dogpile-cache-1.1.5-3.fc37.src.rpm 1.1.5 noarch Fedora Everything


نیازمندی

مقدار نام
>= 4.0.0 python3-decorator
- python3-devel
- python3-mako
- python3-mock
- python3-pytest-cov
- python3-setuptools
- python3-stevedore


ارائه دهنده

مقدار نام
= 1.1.8-1.fc37 python3-dogpile-cache


نحوه نصب


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

    dnf install python-dogpile-cache-1.1.8-1.fc37.src.rpm


فایل ها

مسیرها
dogpile.cache-1.1.8.tar.gz


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

تاریخ آخرین تغییر جزئیات
2022-09-18

Update to 1.1.8. Fixes rhbz#2095790

2022-07-22

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

2022-06-15

Rebuilt for Python 3.11

2022-02-07

Update to 1.1.5. Fixes rhbz#2000647

2022-01-21

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

2021-07-27

Second attempt - Rebuilt for

2021-06-26

Update to 1.1.3. Fixes rhbz#1962945

2021-06-04

Rebuilt for Python 3.10

2021-01-28

Update to 1.1.2. Fixes rhbz#1920627

2021-01-27

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

2021-01-01

Upgrade to 1.1.1. Fixes rhbz#1897941

2020-10-10

Update to 1.0.2.
Add patch to use older python-stevedore package in fedora for now for tests.