%{?python_enable_dependency_generator} %global srcname cachetools Name: python-%{srcname} Version: 3.1.1 Release: 4%{?dist} Summary: Extensible memoizing collections and decorators License: MIT URL: https://pypi.python.org/pypi/%{srcname} Source0: %{pypi_source} BuildArch: noarch %global _description\ 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.\ %description %_description %package -n python3-%{srcname} Summary: %{summary} BuildRequires: python3-devel %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} %_description %prep %autosetup -n %{srcname}-%{version} %build %py3_build %install %py3_install %check %{__python3} setup.py test %files -n python3-%{srcname} %license LICENSE %doc CHANGES.rst PKG-INFO README.rst %{python3_sitelib}/%{srcname}-*.egg-info/ %{python3_sitelib}/%{srcname}/ %changelog * Thu Oct 03 2019 Miro Hrončok - 3.1.1-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 3.1.1-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 3.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu May 23 2019 John Eckersberg - 3.1.1-1 - New upstream release 3.1.1 (rhbz#1713496) * Mon Feb 4 2019 John Eckersberg - 3.1.0-3 - Remove python2 subpackage (rhbz#1671973) - Modernize spec from latest packaging guidelines * Sat Feb 02 2019 Fedora Release Engineering - 3.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Jan 29 2019 John Eckersberg - 3.1.0-1 - New upstream release 3.1.0 (rhbz#1670584) * Fri Jul 13 2018 Fedora Release Engineering - 2.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 2.1.0-2 - Rebuilt for Python 3.7 * Mon May 14 2018 John Eckersberg - 2.1.0-1 - New upstream release 2.1.0 (rhbz#1577555) * Sun Feb 11 2018 Iryna Shcherbina - 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 - 2.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jan 03 2018 Lumír Balhar - 2.0.1-3 - Fix directory ownership * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 2.0.1-2 - Python 2 binary package renamed to python2-cachetools See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Sat Aug 12 2017 John Eckersberg - 2.0.1-1 - New upstream release 2.0.1 (rhbz#1480818) * Thu Jul 27 2017 Fedora Release Engineering - 2.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 2.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Dec 21 2016 John Eckersberg - 2.0.0-3 - Use python_version macros for egg-info files * Mon Dec 19 2016 Miro Hrončok - 2.0.0-2 - Rebuild for Python 3.6 * Tue Oct 4 2016 John Eckersberg - 2.0.0-1 - New upstream release 2.0.0 (rhbz#1381392) * Tue Jul 19 2016 Fedora Release Engineering - 1.1.6-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Sun Apr 3 2016 John Eckersberg - 1.1.6-1 - New upstream release 1.1.6 (rhbz#1323394) * Thu Feb 04 2016 Fedora Release Engineering - 1.1.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Nov 11 2015 Fedora Release Engineering - 1.1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Tue Nov 10 2015 Fedora Release Engineering - 1.1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Mon Oct 26 2015 John Eckersberg - 1.1.5-1 - New upstream release 1.1.5 (rhbz#1275112) * Sun Oct 25 2015 John Eckersberg - 1.1.4-1 - New upstream release 1.1.4 (rhbz#1275015) * Wed Sep 16 2015 John Eckersberg - 1.1.3-1 - New upstream release 1.1.3 (rhbz#1263484) * Tue Sep 8 2015 John Eckersberg - 1.1.1-1 - New upstream release 1.1.1 (rhbz#1260808) * Tue Sep 1 2015 John Eckersberg - 1.1.0-1 - New upstream release 1.1.0 (rhbz#1258091) * Tue Jul 21 2015 John Eckersberg - 1.0.3-1 - New upstream release 1.0.3 * Mon Jul 20 2015 John Eckersberg - 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 - 1.0.2-1 - Initial package