From 1e1292bcb175826bf20f805e3ce86c906ccfaa5d Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Aug 17 2019 10:49:08 +0000 Subject: Rebuilt for Python 3.8 --- diff --git a/python-pip.spec b/python-pip.spec index baf9ba9..c1c2f5d 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,5 +1,3 @@ -%global _without_doc 1 -%global _without_tests 1 %bcond_with bootstrap %bcond_without tests @@ -25,7 +23,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: 6%{?dist} +Release: 7%{?dist} Summary: A tool for installing and managing Python packages # We bundle a lot of libraries with pip, which itself is under MIT license. @@ -528,6 +526,9 @@ ln -sf %{buildroot}%{_bindir}/pip3 _bin/pip %endif %changelog +* Sat Aug 17 2019 Miro Hrončok - 19.1.1-7 +- Rebuilt for Python 3.8 + * Wed Aug 14 2019 Miro Hrončok - 19.1.1-6 - Bootstrap for Python 3.8