From 23fcbeb6475cb389b49d6aafec68b4e7174e8a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 24 May 2020 21:14:40 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-urllib3.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-urllib3.spec b/python-urllib3.spec index 3dc176b..4d5de1d 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.25.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python HTTP library with thread-safe connection pooling and file post License: MIT @@ -96,6 +95,9 @@ popd %changelog +* Sun May 24 2020 Miro Hrončok - 1.25.8-3 +- Rebuilt for Python 3.9 + * Fri May 22 2020 Miro Hrončok - 1.25.8-2 - Bootstrap for Python 3.9