Backports

This commit is contained in:
Sergey Zhemoitel 2021-07-19 17:31:27 +03:00
parent b94ec8e02b
commit 62f2a7ee6a

View file

@ -7,9 +7,9 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 1.25.7 Version: 1.25.7
Release: 3 Release: 1
Summary: Python HTTP library with thread-safe connection pooling and file post Summary: Python HTTP library with thread-safe connection pooling and file post
Group: Development/Python Group: Development/Python
License: MIT License: MIT
URL: https://github.com/urllib3/urllib3 URL: https://github.com/urllib3/urllib3
@ -48,7 +48,7 @@ Python3 HTTP module with connection pooling and file POST abilities.
%prep %prep
%autosetup -p1 -n %{srcname}-%{version} %setup -qn %{srcname}-%{version}
# Drop the dummyserver tests in koji. They fail there in real builds, but not # Drop the dummyserver tests in koji. They fail there in real builds, but not
# in scratch builds (weird). # in scratch builds (weird).
rm -rf test/with_dummyserver/ rm -rf test/with_dummyserver/
@ -88,8 +88,7 @@ popd
%files -n python38-%{srcname} %files -n python38-%{srcname}
%license LICENSE.txt %doc LICENSE.txt CHANGES.rst README.rst CONTRIBUTORS.txt
%doc CHANGES.rst README.rst CONTRIBUTORS.txt
%{python38_sitelib}/urllib3/ %{python38_sitelib}/urllib3/
%{python38_sitelib}/urllib3-*.egg-info/ %{python38_sitelib}/urllib3-*.egg-info/