From 7ec351410abe4e1c83903a01b21086b3580eb461 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:32:22 +0200 Subject: [PATCH] Bootstrap for Python 3.11 --- python-urllib3.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-urllib3.spec b/python-urllib3.spec index 324c9ac..ff872be 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %global srcname urllib3 # When bootstrapping Python, we cannot test this yet @@ -5,7 +6,7 @@ Name: python-%{srcname} Version: 1.26.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python HTTP library with thread-safe connection pooling and file post License: MIT @@ -113,6 +114,9 @@ ln -s %{python3_sitelib}/__pycache__/six.cpython-%{python3_version_nodots}.pyc \ %changelog +* Mon Jun 13 2022 Python Maint - 1.26.9-2 +- Bootstrap for Python 3.11 + * Mon May 30 2022 Kevin Fenzi - 1.26.9-1 - Update to 1.26.9. fixes rhbz#2064777