RHEL 9.0.0 Alpha bootstrap

The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/python-requests#a2f6bde0d704f8903187f75b9584a11da744b5e0
This commit is contained in:
Troy Dawson 2020-11-16 13:47:01 -08:00
parent 9a5e7b6ce2
commit 6d2e281373

View File

@ -10,7 +10,7 @@
Name: python-requests Name: python-requests
Version: 2.24.0 Version: 2.24.0
Release: 4%{?dist} Release: 5%{?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
@ -48,7 +48,6 @@ BuildRequires: pyproject-rpm-macros
%if %{with tests} %if %{with tests}
BuildRequires: python3dist(pytest) BuildRequires: python3dist(pytest)
BuildRequires: python3dist(pytest-cov)
BuildRequires: python3dist(pytest-httpbin) BuildRequires: python3dist(pytest-httpbin)
BuildRequires: python3dist(pytest-mock) BuildRequires: python3dist(pytest-mock)
%endif %endif
@ -106,6 +105,9 @@ sed -i 's/ --doctest-modules//' pytest.ini
%changelog %changelog
* Fri Nov 13 2020 Miro Hrončok <mhroncok@redhat.com> - 2.24.0-5
- Don't BR pytest-cov
* Fri Sep 18 2020 Petr Viktorin <pviktori@redhat.com> - 2.24.0-4 * Fri Sep 18 2020 Petr Viktorin <pviktori@redhat.com> - 2.24.0-4
- Port to pyproject macros - Port to pyproject macros