From a028911724757bef4f126efc4540c75201672561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 18 Aug 2019 12:26:29 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-urllib3.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-urllib3.spec b/python-urllib3.spec index a3bbd88..e51a35b 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.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python HTTP library with thread-safe connection pooling and file post License: MIT @@ -142,6 +141,9 @@ popd %changelog +* Sun Aug 18 2019 Miro Hrončok - 1.25.3-6 +- Rebuilt for Python 3.8 + * Thu Aug 15 2019 Miro Hrončok - 1.25.3-5 - Bootstrap for Python 3.8