From d2128231a6880511dc95576a86bcf5e72491231f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 13 2023 22:03:30 +0000 Subject: Bootstrap for Python 3.12 --- diff --git a/python-urllib3.spec b/python-urllib3.spec index 0a35290..83ab3ae 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 # When bootstrapping Python, we cannot test this yet # RHEL does not include the test dependencies %if 0%{?rhel} @@ -8,7 +9,7 @@ Name: python-urllib3 Version: 1.26.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HTTP library with thread-safe connection pooling, file post, and more # SPDX @@ -170,6 +171,9 @@ ignore="${ignore-} --ignore=test/test_no_ssl.py" %changelog +* Tue Jun 13 2023 Python Maint - 1.26.15-2 +- Bootstrap for Python 3.12 + * Thu May 18 2023 Benjamin A. Beasley - 1.26.15-1 - Update to 1.26.15