Bootstrap for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-14 14:53:23 +02:00
parent eeb41cdb24
commit ab1886dec8

View File

@ -1,3 +1,4 @@
%global _without_tests 1
%global srcname urllib3
# When bootstrapping Python, we cannot test this yet
@ -5,7 +6,7 @@
Name: python-%{srcname}
Version: 1.23
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Python HTTP library with thread-safe connection pooling and file post
License: MIT
@ -139,6 +140,9 @@ py.test-3
%changelog
* Thu Jun 14 2018 Miro Hrončok <mhroncok@redhat.com> - 1.23-2
- Bootstrap for Python 3.7
* Tue Jun 05 2018 Jeremy Cline <jeremy@jcline.org> - 1.23-1
- Update to the latest upstream release (rhbz 1586072)