From 0f902d1fc07ec0c00bbba51e0bd85d1a6e600463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 14 Aug 2019 23:02:14 +0200 Subject: [PATCH] Bootstrap for Python 3.8 --- python-pip.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-pip.spec b/python-pip.spec index 2d26253..baf9ba9 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,6 +1,5 @@ %global _without_doc 1 %global _without_tests 1 -%global _with_bootstrap 1 %bcond_with bootstrap %bcond_without tests @@ -26,7 +25,7 @@ Name: python-%{srcname} # When updating, update the bundled libraries versions bellow! # You can use vendor_meta.sh in the dist git repo Version: 19.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A tool for installing and managing Python packages # We bundle a lot of libraries with pip, which itself is under MIT license. @@ -529,6 +528,9 @@ ln -sf %{buildroot}%{_bindir}/pip3 _bin/pip %endif %changelog +* Wed Aug 14 2019 Miro Hrončok - 19.1.1-6 +- Bootstrap for Python 3.8 + * Wed Aug 14 2019 Miro Hrončok - 19.1.1-5 - Bootstrap for Python 3.8