From 8be3a0d0e52c27cd28f2da27091996251b821967 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Wed, 13 Nov 2019 15:05:50 +0100 Subject: [PATCH] delete some white space --- python-httmock.spec | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/python-httmock.spec b/python-httmock.spec index 45f2036..a71d84f 100644 --- a/python-httmock.spec +++ b/python-httmock.spec @@ -11,7 +11,7 @@ URL: https://github.com/patrys/httmock Source0: https://files.pythonhosted.org/packages/source/h/httmock/httmock-%{version}.tar.gz Source1: https://raw.githubusercontent.com/patrys/httmock/%{version}/tests.py BuildArch: noarch - + BuildRequires: python2-devel BuildRequires: python2-requests >= 1.0.0 BuildRequires: python2-setuptools @@ -26,39 +26,39 @@ BuildRequires: python%{python3_other_pkgversion}-setuptools %description A mocking library for requests for Python. -You can use it to mock third-party APIs and test libraries -that use requests internally. +You can use it to mock third-party APIs and test libraries +that use requests internally. %package -n python2-%{pypi_name} Summary: %{summary} - + Requires: python2-requests >= 1.0.0 %{?python_provide:%python_provide python2-%{pypi_name}} %description -n python2-%{pypi_name} A mocking library for requests for Python. -You can use it to mock third-party APIs and test libraries -that use requests internally. +You can use it to mock third-party APIs and test libraries +that use requests internally. %package -n python%{python3_pkgversion}-%{pypi_name} Summary: %{summary} - + Requires: python%{python3_pkgversion}-requests >= 1.0.0 %{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}} %description -n python%{python3_pkgversion}-%{pypi_name} A mocking library for requests for Python. -You can use it to mock third-party APIs and test libraries -that use requests internally. +You can use it to mock third-party APIs and test libraries +that use requests internally. %package -n python%{python3_other_pkgversion}-%{pypi_name} Summary: %{summary} - + Requires: python%{python3_other_pkgversion}-requests >= 1.0.0 %{?python_provide:%python_provide python%{python3_other_pkgversion}-%{pypi_name}} %description -n python%{python3_other_pkgversion}-%{pypi_name} A mocking library for requests for Python. -You can use it to mock third-party APIs and test libraries -that use requests internally. +You can use it to mock third-party APIs and test libraries +that use requests internally. %prep %autosetup -n %{pypi_name}-%{version}