delete some white space

This commit is contained in:
Steve Traylen 2019-11-13 15:05:50 +01:00
commit 8be3a0d0e5

View file

@ -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}