Bootstrap for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-22 18:00:21 +02:00
parent f3350c1f1a
commit 6fdabe5c0b

View File

@ -1,3 +1,4 @@
%global _without_tests 1
%global srcname urllib3 %global srcname urllib3
# When bootstrapping Python, we cannot test this yet # When bootstrapping Python, we cannot test this yet
@ -5,7 +6,7 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 1.25.8 Version: 1.25.8
Release: 1%{?dist} Release: 2%{?dist}
Summary: Python HTTP library with thread-safe connection pooling and file post Summary: Python HTTP library with thread-safe connection pooling and file post
License: MIT License: MIT
@ -95,6 +96,9 @@ popd
%changelog %changelog
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 1.25.8-2
- Bootstrap for Python 3.9
* Sun Mar 22 2020 Carl George <carl@george.computer> - 1.25.8-1 * Sun Mar 22 2020 Carl George <carl@george.computer> - 1.25.8-1
- Latest upstream rhbz#1771186 - Latest upstream rhbz#1771186