From 6821c08a3d1e3bc3400434977a6dbb30aa369276 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 2 Jun 2021 18:54:44 +0200 Subject: [PATCH] Bootstrap for Python 3.10 --- python-requests.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-requests.spec b/python-requests.spec index 231c4c0..945b31c 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -1,3 +1,4 @@ +%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 @@ -10,7 +11,7 @@ Name: python-requests Version: 2.25.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTTP library, written in Python, for human beings License: ASL 2.0 @@ -105,6 +106,9 @@ sed -i 's/ --doctest-modules//' pytest.ini %changelog +* Wed Jun 02 2021 Python Maint - 2.25.1-2 +- Bootstrap for Python 3.10 + * Tue Feb 02 2021 Kevin Fenzi - 2.25.1-1 - Update 2.25.1. Fix is rhbz#1908487