diff --git python-cachetools/python-cachetools.spec python-cachetools/python-cachetools.spec.tmp index 78c5096cda..4d62524ae5 100644 --- python-cachetools/python-cachetools.spec +++ python-cachetools/python-cachetools.spec.tmp @@ -6,7 +6,7 @@ Name: python-cachetools Version: 2.0.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Extensible memoizing collections and decorators License: MIT @@ -20,15 +20,23 @@ BuildRequires: python-setuptools BuildRequires: python3-devel %endif # with python3 -%description -This module provides various memoizing collections and decorators, -including a variant of the Python 3 Standard Library @lru_cache -function decorator. +%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.\ -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 python2-cachetools +Summary: %summary +%{?python_provide:%python_provide python2-cachetools} + +%description -n python2-cachetools %_description %if %{with python3} %package -n python3-cachetools @@ -95,7 +103,7 @@ popd %endif -%files +%files -n python2-cachetools %doc python2/CHANGES.rst python2/PKG-INFO python2/README.rst %license python2/LICENSE # For noarch packages: sitelib @@ -113,6 +121,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.0.0-6 +- Python 2 binary package renamed to python2-cachetools + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild