From 5655ee884f394e09cba9d13eb80b6dc0234fa3c4 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sat, 18 Feb 2023 00:47:08 +0000 Subject: [PATCH] import python3.11-wheel-0.38.4-3.el8 --- SPECS/python3.11-wheel.spec | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/SPECS/python3.11-wheel.spec b/SPECS/python3.11-wheel.spec index 3e6e64a..71c064e 100644 --- a/SPECS/python3.11-wheel.spec +++ b/SPECS/python3.11-wheel.spec @@ -2,7 +2,7 @@ %global python3_pkgversion 3.11 # The function of bootstrap is that it disables the wheel subpackage -%bcond_without bootstrap +%bcond_with bootstrap # Default: when bootstrapping -> disable tests %if %{with bootstrap} @@ -21,7 +21,7 @@ Name: python%{python3_pkgversion}-%{pypi_name} Version: 0.38.4 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Built-package format for Python # packaging is ASL 2.0 or BSD @@ -31,6 +31,7 @@ Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-rpm-macros BuildRequires: python%{python3_pkgversion}-setuptools # python3 bootstrap: this is rebuilt before the final build of python3, which @@ -151,18 +152,24 @@ fi %endif %changelog +* Wed Feb 01 2023 Charalampos Stratakis - 0.38.4-3 +- Explicitly require the python3.11-rpm-macros + +* Wed Feb 01 2023 Charalampos Stratakis - 0.38.4-2 +- Disable bootstrap + * Tue Dec 13 2022 Charalampos Stratakis - 0.38.4-1 - Initial package - Fedora contributions by: - # Charalampos Stratakis - # Dennis Gilmore - # Haikel Guemar - # Igor Gnatenko - # Karolina Surma - # Lumir Balhar - # Matej Stuchlik - # Miro Hrončok - # Robert Kuska - # Slavek Kabrda - # Tomas Hrnciar - # Tomas Orsava + Charalampos Stratakis + Dennis Gilmore + Haikel Guemar + Igor Gnatenko + Karolina Surma + Lumir Balhar + Matej Stuchlik + Miro Hrončok + Robert Kuska + Slavek Kabrda + Tomas Hrnciar + Tomas Orsava