mirror of
https://abf.rosa.ru/djam/python38-urllib3.git
synced 2025-02-23 14:12:59 +00:00
Backports
This commit is contained in:
parent
b94ec8e02b
commit
62f2a7ee6a
1 changed files with 4 additions and 5 deletions
|
@ -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/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue