From 5d54ee2af6b0c6c036fcc8219e1599ecab74a4bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Aug 2019 16:53:12 +0200 Subject: [PATCH] Bootstrap for Python 3.8 --- python-urllib3.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-urllib3.spec b/python-urllib3.spec index 652bfe7..a3bbd88 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.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python HTTP library with thread-safe connection pooling and file post License: MIT @@ -141,6 +142,9 @@ popd %changelog +* Thu Aug 15 2019 Miro HronĨok - 1.25.3-5 +- Bootstrap for Python 3.8 + * Fri Jul 26 2019 Fedora Release Engineering - 1.25.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild