From 2c59c720fb881fd12eebeba92bf3bd5f0ee0ef6e Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 15 2022 13:03:57 +0000 Subject: Rebuilt for Python 3.11 --- diff --git a/python-pip.spec b/python-pip.spec index c5b639b..cb487a5 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,5 +1,3 @@ -%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. @@ -23,7 +21,7 @@ Name: python-%{srcname} Version: %{base_version}%{?prerel:~%{prerel}} -Release: 3%{?dist} +Release: 4%{?dist} Summary: A tool for installing and managing Python packages # We bundle a lot of libraries with pip, which itself is under MIT license. @@ -413,6 +411,9 @@ pytest_k='not completion and %{python_wheel_dir}/%{python_wheel_name} %changelog +* Wed Jun 15 2022 Python Maint - 22.0.4-4 +- Rebuilt for Python 3.11 + * Mon Jun 13 2022 Python Maint - 22.0.4-3 - Bootstrap for Python 3.11