From 8a166800e1d14cd61cecf820c223b5e9d801801d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 13:24:35 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-urllib3.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-urllib3.spec b/python-urllib3.spec index 1545195..8b8af88 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %global srcname urllib3 # When bootstrapping Python, we cannot test this yet @@ -6,7 +5,7 @@ Name: python-%{srcname} Version: 1.26.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python HTTP library with thread-safe connection pooling and file post License: MIT @@ -116,6 +115,9 @@ ln -s %{python3_sitelib}/__pycache__/six.cpython-%{python3_version_nodots}.pyc \ %changelog +* Fri Jun 04 2021 Python Maint - 1.26.4-3 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 1.26.4-2 - Bootstrap for Python 3.10