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

python3-cachetools-4.2.4-1.el9 RPM for noarch

From EPEL 9 for ppc64le / Packages / p

Name: python3-cachetools Distribution: Fedora Project
Version: 4.2.4 Vendor: Fedora Project
Release: 1.el9 Build date: Wed Dec 8 20:41:52 2021
Group: Unspecified Build host: buildvm-x86-22.iad2.fedoraproject.org
Size: 95702 Source RPM: python-cachetools-4.2.4-1.el9.src.rpm
Packager: Fedora Project
Url: https://pypi.python.org/pypi/cachetools
Summary: Extensible memoizing collections and decorators
This module provides various memoizing collections and decorators,
including a variant of the Python 3 Standard Library @lru_cache
function decorator.

This module provides multiple cache implementations based on different
cache algorithms, as well as decorators for easily memoizing function
and method calls.

Provides

Requires

License

MIT

Changelog

* Thu Sep 30 2021 John Eckersberg <jeckersb@redhat.com> - 4.2.4-1
  - New upstream release 4.2.4 (rhbz#2009321)
* Wed Sep 29 2021 John Eckersberg <jeckersb@redhat.com> - 4.2.3-1
  - New upstream release 4.2.3 (rhbz#2009071)
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.2-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 4.2.2-2
  - Rebuilt for Python 3.10
* Wed Apr 28 2021 John Eckersberg <jeckersb@redhat.com> - 4.2.2-1
  - New upstream release 4.2.2 (rhbz#1954318)
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jan 25 2021 John Eckersberg <jeckersb@redhat.com> - 4.2.1-1
  - New upstream release 4.2.1
* Fri Dec 11 2020 John Eckersberg <jeckersb@redhat.com> - 4.2.0-1
  - New upstream release 4.2.0 (rhbz#1906619)
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jun 29 2020 John Eckersberg <jeckersb@redhat.com> - 4.1.1-1
  - New upstream release 4.1.1 (rhbz#1851765)
* Tue Jun 23 2020 John Eckersberg <jeckersb@redhat.com> - 4.1.0-3
  - Add explicit BuildRequires on python3-setuptools
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 4.1.0-2
  - Rebuilt for Python 3.9
* Wed Apr 08 2020 John Eckersberg <eck@redhat.com> - 4.1.0-1
  - New upstream release 4.1.0 (rhbz#1822156)
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Dec 16 2019 John Eckersberg <eck@redhat.com> - 4.0.0-1
  - New upstream release 4.0.0 (rhbz#1783791)
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 3.1.1-4
  - Rebuilt for Python 3.8.0rc1 (#1748018)

Files

/usr/lib/python3.9/site-packages/cachetools
/usr/lib/python3.9/site-packages/cachetools-4.2.4-py3.9.egg-info
/usr/lib/python3.9/site-packages/cachetools-4.2.4-py3.9.egg-info/PKG-INFO
/usr/lib/python3.9/site-packages/cachetools-4.2.4-py3.9.egg-info/SOURCES.txt
/usr/lib/python3.9/site-packages/cachetools-4.2.4-py3.9.egg-info/dependency_links.txt
/usr/lib/python3.9/site-packages/cachetools-4.2.4-py3.9.egg-info/top_level.txt
/usr/lib/python3.9/site-packages/cachetools/__init__.py
/usr/lib/python3.9/site-packages/cachetools/__pycache__
/usr/lib/python3.9/site-packages/cachetools/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/cache.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/cache.cpython-39.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/fifo.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/fifo.cpython-39.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/func.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/func.cpython-39.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/keys.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/keys.cpython-39.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/lfu.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/lfu.cpython-39.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/lru.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/lru.cpython-39.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/mru.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/mru.cpython-39.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/rr.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/rr.cpython-39.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/ttl.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/cachetools/__pycache__/ttl.cpython-39.pyc
/usr/lib/python3.9/site-packages/cachetools/cache.py
/usr/lib/python3.9/site-packages/cachetools/fifo.py
/usr/lib/python3.9/site-packages/cachetools/func.py
/usr/lib/python3.9/site-packages/cachetools/keys.py
/usr/lib/python3.9/site-packages/cachetools/lfu.py
/usr/lib/python3.9/site-packages/cachetools/lru.py
/usr/lib/python3.9/site-packages/cachetools/mru.py
/usr/lib/python3.9/site-packages/cachetools/rr.py
/usr/lib/python3.9/site-packages/cachetools/ttl.py
/usr/share/doc/python3-cachetools
/usr/share/doc/python3-cachetools/CHANGELOG.rst
/usr/share/doc/python3-cachetools/PKG-INFO
/usr/share/doc/python3-cachetools/README.rst
/usr/share/licenses/python3-cachetools
/usr/share/licenses/python3-cachetools/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 19 01:38:05 2024