From ec8cee20b2c4820c7082493445da4a7ed50f0d37 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 01 2021 14:35:15 +0000 Subject: Bootstrap for Python 3.10 --- diff --git a/python-pip.spec b/python-pip.spec index 14ecedd..290b33c 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,3 +1,5 @@ +%global _without_doc 1 +%global _without_tests 1 # The original RHEL 9 content set is defined by (build)dependencies # of the packages in Fedora ELN. Hence we disable tests and documentation here # to prevent pulling many unwanted packages in. @@ -22,7 +24,7 @@ Name: python-%{srcname} 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. @@ -390,6 +392,9 @@ pytest_k='not completion and %{python_wheeldir}/%{python_wheelname} %changelog +* Tue Jun 01 2021 Python Maint - 21.1.1-2 +- Bootstrap for Python 3.10 + * Mon May 10 2021 Karolina Surma - 21.1.1-1 - Update to 21.1.1