From 6fdabe5c0b56e7a7c8af9bf936b4725d824409e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 18:00:21 +0200 Subject: [PATCH] Bootstrap for Python 3.9 --- python-urllib3.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-urllib3.spec b/python-urllib3.spec index be890f3..3dc176b 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.25.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python HTTP library with thread-safe connection pooling and file post License: MIT @@ -95,6 +96,9 @@ popd %changelog +* Fri May 22 2020 Miro HronĨok - 1.25.8-2 +- Bootstrap for Python 3.9 + * Sun Mar 22 2020 Carl George - 1.25.8-1 - Latest upstream rhbz#1771186