Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix python-wheel.spec for parsing on ubuntu #11956

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions SPECS/python-wheel/python-wheel.spec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# The function of bootstrap is that it disables the wheel subpackage
%bcond_with bootstrap
%bcond main_python 1
%bcond_without main_python
%global pypi_name wheel
Summary: Built-package format for Python
Name: python-%{pypi_name}
Version: 0.43.0
Release: 1%{?dist}
Release: 2%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: https://github.com/pypa/wheel
Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz
%global pypi_name wheel
%global python_wheel_name %{pypi_name}-%{version}-py3-none-any.whl
%global python_wheeldir %{_datadir}/python-wheels
%global _description \
Expand Down Expand Up @@ -115,6 +115,9 @@ pip3 install iniconfig
%endif

%changelog
* Thu Jan 16 2025 Sam Meluch <[email protected]> - 0.43.0-2
- Change bcond to bcond_without for ubuntu build compat

* Fri May 10 2024 Betty Lakes <[email protected]> - 0.43.0-1
- Updated to 0.43.0

Expand Down
4 changes: 2 additions & 2 deletions toolkit/resources/manifests/package/toolchain_aarch64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ procps-ng-lang-4.0.4-1.azl3.aarch64.rpm
pyproject-rpm-macros-1.12.0-2.azl3.noarch.rpm
pyproject-srpm-macros-1.12.0-2.azl3.noarch.rpm
python-markupsafe-debuginfo-2.1.3-1.azl3.aarch64.rpm
python-wheel-wheel-0.43.0-1.azl3.noarch.rpm
python-wheel-wheel-0.43.0-2.azl3.noarch.rpm
python3-3.12.3-5.azl3.aarch64.rpm
python3-audit-3.1.2-1.azl3.aarch64.rpm
python3-cracklib-2.9.11-1.azl3.aarch64.rpm
Expand All @@ -554,7 +554,7 @@ python3-rpm-generators-14-11.azl3.noarch.rpm
python3-setuptools-69.0.3-4.azl3.noarch.rpm
python3-test-3.12.3-5.azl3.aarch64.rpm
python3-tools-3.12.3-5.azl3.aarch64.rpm
python3-wheel-0.43.0-1.azl3.noarch.rpm
python3-wheel-0.43.0-2.azl3.noarch.rpm
readline-8.2-1.azl3.aarch64.rpm
readline-debuginfo-8.2-1.azl3.aarch64.rpm
readline-devel-8.2-1.azl3.aarch64.rpm
Expand Down
4 changes: 2 additions & 2 deletions toolkit/resources/manifests/package/toolchain_x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ procps-ng-lang-4.0.4-1.azl3.x86_64.rpm
pyproject-rpm-macros-1.12.0-2.azl3.noarch.rpm
pyproject-srpm-macros-1.12.0-2.azl3.noarch.rpm
python-markupsafe-debuginfo-2.1.3-1.azl3.x86_64.rpm
python-wheel-wheel-0.43.0-1.azl3.noarch.rpm
python-wheel-wheel-0.43.0-2.azl3.noarch.rpm
python3-3.12.3-5.azl3.x86_64.rpm
python3-audit-3.1.2-1.azl3.x86_64.rpm
python3-cracklib-2.9.11-1.azl3.x86_64.rpm
Expand All @@ -562,7 +562,7 @@ python3-rpm-generators-14-11.azl3.noarch.rpm
python3-setuptools-69.0.3-4.azl3.noarch.rpm
python3-test-3.12.3-5.azl3.x86_64.rpm
python3-tools-3.12.3-5.azl3.x86_64.rpm
python3-wheel-0.43.0-1.azl3.noarch.rpm
python3-wheel-0.43.0-2.azl3.noarch.rpm
readline-8.2-1.azl3.x86_64.rpm
readline-debuginfo-8.2-1.azl3.x86_64.rpm
readline-devel-8.2-1.azl3.x86_64.rpm
Expand Down
Loading