Mon, 03 Jun 2024 04:31:08 UTC | login

Information for build python-cachetools-2.1.0-2.fc29

ID47413
Package Namepython-cachetools
Version2.1.0
Release2.fc29
Epoch
SummaryExtensible memoizing collections and decorators
DescriptionThis 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 04 Jul 2018 03:07:20 UTC
CompletedWed, 04 Jul 2018 03:07:20 UTC
Tags
f29
RPMs
src
python-cachetools-2.1.0-2.fc29.src.rpm (info) (download)
noarch
python2-cachetools-2.1.0-2.fc29.noarch.rpm (info) (download)
python3-cachetools-2.1.0-2.fc29.noarch.rpm (info) (download)
Changelog * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.1.0-2 - Rebuilt for Python 3.7 * Mon May 14 2018 John Eckersberg <eck@redhat.com> - 2.1.0-1 - New upstream release 2.1.0 (rhbz#1577555) * Sun Feb 11 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.0.1-5 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jan 03 2018 Lumír Balhar <lbalhar@redhat.com> - 2.0.1-3 - Fix directory ownership * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.0.1-2 - Python 2 binary package renamed to python2-cachetools See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Sat Aug 12 2017 John Eckersberg <eck@redhat.com> - 2.0.1-1 - New upstream release 2.0.1 (rhbz#1480818) * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Dec 21 2016 John Eckersberg <eck@redhat.com> - 2.0.0-3 - Use python_version macros for egg-info files * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.0.0-2 - Rebuild for Python 3.6 * Tue Oct 04 2016 John Eckersberg <eck@redhat.com> - 2.0.0-1 - New upstream release 2.0.0 (rhbz#1381392) * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Sun Apr 03 2016 John Eckersberg <eck@redhat.com> - 1.1.6-1 - New upstream release 1.1.6 (rhbz#1323394) * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Nov 11 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Mon Oct 26 2015 John Eckersberg <eck@redhat.com> - 1.1.5-1 - New upstream release 1.1.5 (rhbz#1275112) * Sun Oct 25 2015 John Eckersberg <eck@redhat.com> - 1.1.4-1 - New upstream release 1.1.4 (rhbz#1275015) * Wed Sep 16 2015 John Eckersberg <eck@redhat.com> - 1.1.3-1 - New upstream release 1.1.3 (rhbz#1263484) * Tue Sep 08 2015 John Eckersberg <eck@redhat.com> - 1.1.1-1 - New upstream release 1.1.1 (rhbz#1260808) * Tue Sep 01 2015 John Eckersberg <eck@redhat.com> - 1.1.0-1 - New upstream release 1.1.0 (rhbz#1258091) * Tue Jul 21 2015 John Eckersberg <eck@redhat.com> - 1.0.3-1 - New upstream release 1.0.3 * Mon Jul 20 2015 John Eckersberg <eck@redhat.com> - 1.0.2-2 - Remove egg-info in %setup - Install license via %license instead of %doc - Don't rm -rf $RPM_BUILD_ROOT at the beginning of %install - Removed defines for __python2, python2_sitelib, and python2_sitearch - Be more explicit in %files * Fri Jun 19 2015 John Eckersberg <eck@redhat.com> - 1.0.2-1 - Initial package