diff --git python-peak-util-extremes/python-peak-util-extremes.spec python-peak-util-extremes/python-peak-util-extremes.spec.tmp index de0f4c8bcc..0d04344c3d 100644 --- python-peak-util-extremes/python-peak-util-extremes.spec +++ python-peak-util-extremes/python-peak-util-extremes.spec.tmp @@ -6,7 +6,7 @@ Name: python-peak-util-extremes Version: 1.1.1 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Production-quality 'Min' and 'Max' objects Group: Development/Languages @@ -26,15 +26,23 @@ BuildRequires: python-setuptools-devel BuildRequires: python-setuptools %endif -%description -The peak.util.extremes module provides a production-quality implementation of -the Min and Max objects from PEP 326. While PEP 326 was rejected for inclusion -in the language or standard library, the objects described in it are useful in -a variety of applications. In PEAK, they have been used to implement generic -functions (in RuleDispatch and PEAK-Rules), as well as to handle scheduling and -time operations in the Trellis. Because this has led to each project copying +%global _description\ +The peak.util.extremes module provides a production-quality implementation of\ +the Min and Max objects from PEP 326. While PEP 326 was rejected for inclusion\ +in the language or standard library, the objects described in it are useful in\ +a variety of applications. In PEAK, they have been used to implement generic\ +functions (in RuleDispatch and PEAK-Rules), as well as to handle scheduling and\ +time operations in the Trellis. Because this has led to each project copying\ the same code, we've now split the module out so it can be used independently. +%description %_description + +%package -n python2-peak-util-extremes +Summary: %summary +%{?python_provide:%python_provide python2-peak-util-extremes} + +%description -n python2-peak-util-extremes %_description + %prep %setup -q -n %{packagename}-%{version} %patch0 -b .setup @@ -49,12 +57,16 @@ rm -rf %{buildroot} %clean rm -rf %{buildroot} -%files +%files -n python2-peak-util-extremes %defattr(-,root,root,-) %doc README.txt %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.1.1-14 +- Python 2 binary package renamed to python2-peak-util-extremes + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.1.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild