From dc936fbd657a7bd4b0b3ea5d9cc4f7b9d49725b6 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 02 2021 16:47:32 +0000 Subject: Bootstrap for Python 3.10 --- diff --git a/python-urllib3.spec b/python-urllib3.spec index 300f0c3..1545195 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.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python HTTP library with thread-safe connection pooling and file post License: MIT @@ -115,6 +116,9 @@ ln -s %{python3_sitelib}/__pycache__/six.cpython-%{python3_version_nodots}.pyc \ %changelog +* Wed Jun 02 2021 Python Maint - 1.26.4-2 +- Bootstrap for Python 3.10 + * Tue May 18 2021 Miro HronĨok - 1.26.4-1 - Update to 1.26.4 - Fixes rhbz#1889391