diff --git python-batchhttp/python-batchhttp.spec python-batchhttp/python-batchhttp.spec.tmp index c54e1839c3..360850978c 100644 --- python-batchhttp/python-batchhttp.spec +++ python-batchhttp/python-batchhttp.spec.tmp @@ -2,7 +2,7 @@ Name: python-batchhttp Version: 1.1.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Parallel fetching of HTTP resources through MIME multipart Group: Development/Languages @@ -13,18 +13,26 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel python-setuptools -Requires: python-httplib2 - -%description -This package's BatchClient applies standard MIME multipart encoding to HTTP -messages, providing a standards-conservant technique for making parallelizable -HTTP requests over a single proxy connection. -To make a batch request, open a new request on a BatchClient instance and add -your subrequests, along with callbacks that will receive the subresponses. -Once all parallelized requests are added, complete the request; the request is +%global _description\ +This package's BatchClient applies standard MIME multipart encoding to HTTP\ +messages, providing a standards-conservant technique for making parallelizable\ +HTTP requests over a single proxy connection.\ +\ +To make a batch request, open a new request on a BatchClient instance and add\ +your subrequests, along with callbacks that will receive the subresponses.\ +Once all parallelized requests are added, complete the request; the request is\ made and the batched subresponses are provided to your callbacks. +%description %_description + +%package -n python2-batchhttp +Summary: %summary +Requires: python-httplib2 +%{?python_provide:%python_provide python2-batchhttp} + +%description -n python2-batchhttp %_description + %prep %setup -q -n batchhttp-%{version} @@ -42,13 +50,17 @@ python setup.py install --skip-build --root $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-batchhttp %defattr(-,root,root,-) %doc LICENSE %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.1.1-11 +- Python 2 binary package renamed to python2-batchhttp + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.1.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild