Bootstrap for Python 3.8

This commit is contained in:
Miro Hrončok 2019-08-15 17:09:34 +02:00
parent 31013885f4
commit ee89d35aca

View File

@ -1,3 +1,4 @@
%global _without_tests 1
%if 0%{?_module_build} %if 0%{?_module_build}
# Don't run tests on module-build for now # Don't run tests on module-build for now
# See: https://bugzilla.redhat.com/show_bug.cgi?id=1450608 # See: https://bugzilla.redhat.com/show_bug.cgi?id=1450608
@ -10,7 +11,7 @@
Name: python-requests Name: python-requests
Version: 2.22.0 Version: 2.22.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: HTTP library, written in Python, for human beings Summary: HTTP library, written in Python, for human beings
License: ASL 2.0 License: ASL 2.0
@ -144,6 +145,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v
%changelog %changelog
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 2.22.0-4
- Bootstrap for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.22.0-3 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.22.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild