From dc38be7fcd292f9a52c26895b8932fa6d0efe535 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 6 Nov 2024 09:58:22 +0300 Subject: [PATCH] import python-pip-23.3.2-7.el10 --- SPECS/python-pip.spec | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/SPECS/python-pip.spec b/SPECS/python-pip.spec index 1129af4..7177b47 100644 --- a/SPECS/python-pip.spec +++ b/SPECS/python-pip.spec @@ -1,8 +1,8 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.6.1) +## (rpmautospec version 0.6.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: - release_number = 3; + release_number = 7; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} @@ -327,6 +327,10 @@ install -p dist/%{python_wheel_name} -t %{buildroot}%{python_wheel_dir} # Verify bundled provides are up to date %{_rpmconfigdir}/pythonbundles.py src/pip/_vendor/vendor.txt --compare-with '%{bundled 3}' +# Verify no unwanted files are present in the package +grep "exe$" %{pyproject_files} && exit 1 || true +grep "pem$" %{pyproject_files} && exit 1 || true + # Verify we can at least run basic commands without crashing %{py3_test_envvars} %{buildroot}%{_bindir}/pip --help %{py3_test_envvars} %{buildroot}%{_bindir}/pip list @@ -378,10 +382,22 @@ pytest_k='not completion' %{python_wheel_dir}/%{python_wheel_name} %changelog -* Fri Oct 25 2024 MSVSphere Packaging Team - 23.3.2-3 +## START: Generated by rpmautospec +* Tue Oct 29 2024 Troy Dawson - 23.3.2-7 +- Bump release for October 2024 mass rebuild: + +* Fri Oct 25 2024 MSVSphere Packaging Team - 23.3.2-6 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec +* Wed Sep 18 2024 Karolina Surma - 23.3.2-6 +- Verify no unwanted files are present in the package + +* Fri Sep 06 2024 Karolina Surma - 23.3.2-5 +- CI: Adjust tests for c10s + +* Fri Jul 26 2024 Karolina Surma - 23.3.2-4 +- Add gating.yaml + * Mon Jun 24 2024 Troy Dawson - 23.3.2-3 - Bump release for June 2024 mass rebuild