From 97bba915890e9476383434ddcf9628b4614ed7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 00:30:49 +0200 Subject: [PATCH] Bootstrap for Python 3.9 --- python-pip.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pip.spec b/python-pip.spec index c340af1..86ecd8b 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,3 +1,5 @@ +%global _without_doc 1 +%global _without_tests 1 %bcond_without tests %bcond_without doc @@ -18,7 +20,7 @@ Name: python-%{srcname} # When updating, update the bundled libraries versions bellow! # You can use vendor_meta.sh in the dist git repo Version: %{base_version}%{?prerel:~%{prerel}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for installing and managing Python packages # We bundle a lot of libraries with pip, which itself is under MIT license. @@ -394,6 +396,9 @@ ln -sf %{buildroot}%{_bindir}/pip3 _bin/pip %{python_wheeldir}/%{python_wheelname} %changelog +* Thu May 21 2020 Miro HronĨok - 20.1.1-2 +- Bootstrap for Python 3.9 + * Wed May 20 2020 Tomas Hrnciar - 20.1.1-1 - Update to 20.1.1