Rebuilt for Python 3.9
This commit is contained in:
parent
f0721ebf64
commit
3d4961eadf
@ -1,4 +1,3 @@
|
||||
%global _without_tests 1
|
||||
%if 0%{?_module_build}
|
||||
# Don't run tests on module-build for now
|
||||
# See: https://bugzilla.redhat.com/show_bug.cgi?id=1450608
|
||||
@ -11,7 +10,7 @@
|
||||
|
||||
Name: python-requests
|
||||
Version: 2.23.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: HTTP library, written in Python, for human beings
|
||||
|
||||
License: ASL 2.0
|
||||
@ -107,6 +106,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 2.23.0-3
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 2.23.0-2
|
||||
- Bootstrap for Python 3.9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user