From 2e1de3d0e8fe81af34f6728901de0254aae64702 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Sun, 9 Jun 2024 13:00:54 +0200 Subject: [PATCH] Rebuilt for Python 3.13 --- python-requests.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-requests.spec b/python-requests.spec index 51a5bb5..ebc7e28 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 # When bootstrapping Python, we cannot test this yet # RHEL does not include the test dependencies %bcond tests %{undefined rhel} @@ -7,7 +6,7 @@ Name: python-requests Version: 2.31.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: HTTP library, written in Python, for human beings License: Apache-2.0 @@ -102,6 +101,9 @@ sed -i "/pytest.warns/s/None//" tests/test_requests.py %changelog +* Sun Jun 09 2024 Python Maint - 2.31.0-7 +- Rebuilt for Python 3.13 + * Fri Jun 07 2024 Python Maint - 2.31.0-6 - Bootstrap for Python 3.13