From 6d2e281373e60cdc01c53f6e2f9b7670076cc4d2 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 16 Nov 2020 13:47:01 -0800 Subject: [PATCH] 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 --- python-requests.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-requests.spec b/python-requests.spec index 91a30c1..bb17031 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -10,7 +10,7 @@ Name: python-requests Version: 2.24.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: HTTP library, written in Python, for human beings License: ASL 2.0 @@ -48,7 +48,6 @@ BuildRequires: pyproject-rpm-macros %if %{with tests} BuildRequires: python3dist(pytest) -BuildRequires: python3dist(pytest-cov) BuildRequires: python3dist(pytest-httpbin) BuildRequires: python3dist(pytest-mock) %endif @@ -106,6 +105,9 @@ sed -i 's/ --doctest-modules//' pytest.ini %changelog +* Fri Nov 13 2020 Miro HronĨok - 2.24.0-5 +- Don't BR pytest-cov + * Fri Sep 18 2020 Petr Viktorin - 2.24.0-4 - Port to pyproject macros