## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Default: when bootstrapping -> disable tests %bcond bootstrap 0 %bcond tests %{without bootstrap} Name: python-wheel Version: 0.46.3 Release: %autorelease Epoch: 1 Summary: Command line tool for manipulating wheel files License: MIT URL: https://github.com/pypa/wheel Source: %{url}/archive/%{version}/wheel-%{version}.tar.gz BuildArch: noarch BuildSystem: pyproject BuildOption(install): -l wheel %if %{with tests} BuildRequires: python3-pytest BuildRequires: python3-setuptools %if %{defined fedora} # optional test dependencies (flit is unwanted in RHEL, a test is skipped without both of those) BuildRequires: python3-build BuildRequires: python3-flit %endif %endif %global _description %{expand: This is a command line tool for manipulating Python wheel files, as defined in PEP 427. It contains the following functionality: - Convert .egg archives into .whl. - Unpack wheel archives. - Repack wheel archives. - Add or remove tags in existing wheel archives.} %description %{_description} %package -n python3-wheel Summary: %{summary} %description -n python3-wheel %{_description} %install -a # for backwards compatibility only mv %{buildroot}%{_bindir}/wheel{,-%{python3_version}} ln -s wheel-%{python3_version} %{buildroot}%{_bindir}/wheel-3 ln -s wheel-3 %{buildroot}%{_bindir}/wheel %check -a # Smoke test %{py3_test_envvars} wheel version %if %{with tests} %pytest -v %endif %files -n python3-wheel -f %{pyproject_files} %doc README.rst %{_bindir}/wheel-%{python3_version} %{_bindir}/wheel-3 %{_bindir}/wheel %changelog ## START: Generated by rpmautospec * Wed Mar 18 2026 Miro Hrončok - 1:0.46.3-1 - Update to 0.46.3 - No longer bundles parts of packaging - Fixes: rhbz#2431918 * Fri Jan 23 2026 Miro Hrončok - 1:0.45.1-20 - Security fix for CVE-2026-24049 * Sat Jan 17 2026 Fedora Release Engineering - 1:0.45.1-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Sep 19 2025 Python Maint - 1:0.45.1-18 - Rebuilt for Python 3.14.0rc3 bytecode * Fri Aug 15 2025 Python Maint - 1:0.45.1-17 - Rebuilt for Python 3.14.0rc2 bytecode * Fri Jul 25 2025 Fedora Release Engineering - 1:0.45.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Tue Jun 03 2025 Python Maint - 1:0.45.1-15 - Rebuilt for Python 3.14 * Mon Jun 02 2025 Python Maint - 1:0.45.1-14 - Bootstrap for Python 3.14 * Mon May 12 2025 Miro Hrončok - 1:0.45.1-8 - Remove the no longer needed python-wheel-wheel package * Wed Apr 16 2025 Miro Hrončok - 1:0.45.1-5 - Fix tests compatibility with setuptools 78+ (PEP 639) * Sun Mar 16 2025 Lumir Balhar - 1:0.45.1-4 - Fix tests compatibility with setuptools 75+ * Sat Jan 18 2025 Fedora Release Engineering - 1:0.45.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Dec 11 2024 Tomáš Hrnčiar - 1:0.45.1-1 - Update to 0.45.1 * Thu Nov 07 2024 Miro Hrončok - 1:0.44.0-2 - CI: Update the list of tests - Remove retired Pythons - Add Python 3.14 - Remove virtualenv test for 3.6 as virtualenv in F42+ no longer supports 3.6 * Mon Aug 26 2024 Miro Hrončok - 1:0.44.0-1 - Update to 0.44.0 - Fixes: rhbz#2302718 * Fri Jul 19 2024 Fedora Release Engineering - 1:0.43.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint - 1:0.43.0-3 - Rebuilt for Python 3.13 * Thu Jun 06 2024 Python Maint - 1:0.43.0-2 - Bootstrap for Python 3.13 * Tue Apr 09 2024 Charalampos Stratakis - 1:0.43.0-1 - Rebase to 0.43.0 - Resolves: rhbz#2247012 * Fri Jan 26 2024 Fedora Release Engineering - 1:0.41.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 1:0.41.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Aug 15 2023 Tomáš Hrnčiar - 1:0.41.2-1 - Update to 0.41.2 - Fixes: rhbz#2224712 - Fixes: rhbz#2233485 * Fri Jul 21 2023 Fedora Release Engineering - 1:0.40.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jun 16 2023 Python Maint - 1:0.40.0-3 - Rebuilt for Python 3.12 * Tue Jun 13 2023 Python Maint - 1:0.40.0-2 - Bootstrap for Python 3.12 * Tue Mar 14 2023 Maxwell G - 1:0.40.0-1 - Update to 0.40.0. Fixes rhbz#2178246. * Fri Jan 20 2023 Fedora Release Engineering - 1:0.38.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Dec 07 2022 Lumír Balhar - 1:0.38.4-1 - Update to 0.38.4 (rhbz#2136627) * Fri Jul 22 2022 Fedora Release Engineering - 1:0.37.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 1:0.37.1-3 - Rebuilt for Python 3.11 * Mon Jun 13 2022 Python Maint - 1:0.37.1-2 - Bootstrap for Python 3.11 * Wed Mar 09 2022 Tomas Orsava - 1:0.37.1-1 - Update to 0.37.1 - Fixes: rhbz#2034895 * Fri Jan 21 2022 Fedora Release Engineering - 1:0.37.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Aug 17 2021 Karolina Surma - 1:0.37.0-1 - Update to 0.37.0 - Fixes: rhbz#1991740 * Tue Jul 27 2021 Fedora Release Engineering - 1:0.36.2-5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jun 02 2021 Python Maint - 1:0.36.2-4 - Rebuilt for Python 3.10 * Tue Jun 01 2021 Python Maint - 1:0.36.2-3 - Bootstrap for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 1:0.36.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jan 04 2021 Miro Hrončok - 1:0.36.2-1 - Update to 0.36.2 - Fixes: rhbz#1907227 - Fixes: rhbz#1899553 * Thu Sep 10 2020 Tomas Hrnciar - 1:0.35.1-1 - Update to 0.35.1 - Fixes: rhbz#1868821 * Mon Aug 10 2020 Miro Hrončok - 1:0.34.2-1 - Update to 0.34.2 - Drops Python 3.4 support - Fixes: rhbz#1795134 * Wed Jul 29 2020 Fedora Release Engineering - 1:0.33.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri May 22 2020 Miro Hrončok - 1:0.33.6-5 - Rebuilt for Python 3.9 * Thu May 21 2020 Miro Hrončok - 1:0.33.6-4 - Bootstrap for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 1:0.33.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Sep 09 2019 Miro Hrončok - 1:0.33.6-2 - Drop python2-wheel * Tue Aug 27 2019 Miro Hrončok - 1:0.33.6-1 - Update to 0.33.6 (#1708194) - Don't add the m ABI flag to wheel names on Python 3.8 * Thu Aug 15 2019 Miro Hrončok - 1:0.33.1-5 - Rebuilt for Python 3.8 * Wed Aug 14 2019 Miro Hrončok - 1:0.33.1-4 - Bootstrap for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 1:0.33.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Jul 16 2019 Miro Hrončok - 1:0.33.1-2 - Make /usr/bin/wheel Python 3 * Mon Feb 25 2019 Charalampos Stratakis - 1:0.33.1-1 - Update to 0.33.1 * Sat Feb 02 2019 Fedora Release Engineering - 1:0.32.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Sep 30 2018 Miro Hrončok - 1:0.32.0-1 - Update to 0.32.0 * Wed Aug 15 2018 Miro Hrončok - 1:0.31.1-3 - Create python-wheel-wheel package with the wheel of wheel * Sat Jul 14 2018 Fedora Release Engineering - 1:0.31.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jul 07 2018 Igor Gnatenko - 1:0.31.1-1 - Update to 0.31.1 * Mon Jun 18 2018 Miro Hrončok - 1:0.30.0-3 - Rebuilt for Python 3.7 * Wed Jun 13 2018 Miro Hrončok - 1:0.30.0-2 - Bootstrap for Python 3.7 * Fri Feb 23 2018 Igor Gnatenko - 1:0.30.0-1 - Update to 0.30.0 * Fri Feb 09 2018 Fedora Release Engineering - 0.30.0a0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Aug 29 2017 Tomas Orsava - 0.30.0a0-8 - Switch macros to bcond's and make Python 2 optional to facilitate building the Python 2 and Python 3 modules * Thu Jul 27 2017 Fedora Release Engineering - 0.30.0a0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.30.0a0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jan 03 2017 Charalampos Stratakis - 0.30.0a0-5 - Enable tests * Fri Dec 09 2016 Charalampos Stratakis - 0.30.0a0-4 - Rebuild for Python 3.6 without tests * Tue Dec 06 2016 Igor Gnatenko - 0.30.0a0-3 - Add bootstrap method * Mon Sep 19 2016 Charalampos Stratakis - 0.30.0a0-2 - Use the python_provide macro * Mon Sep 19 2016 Charalampos Stratakis - 0.30.0a0-1 - Update to 0.30.0a0 - Added patch to remove keyrings.alt dependency * Wed Aug 10 2016 Igor Gnatenko - 0.29.0-1 - Update to 0.29.0 - Cleanups and fixes * Tue Jul 19 2016 Fedora Release Engineering - 0.26.0-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 0.26.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Oct 13 2015 Robert Kuska - 0.26.0-1 - Update to 0.26.0 - Rebuilt for Python3.5 rebuild * Thu Jun 18 2015 Fedora Release Engineering - 0.24.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Jan 13 2015 Slavek Kabrda - 0.24.0-3 - Make spec buildable in EPEL 6, too. - Remove additional sources added to upstream tarball. * Sat Jan 03 2015 Matej Cepl - 0.24.0-2 - Make python3 conditional (switched off for RHEL-7; fixes #1131111). * Mon Nov 10 2014 Slavek Kabrda - 0.24.0-1 - Update to 0.24.0 - Remove patches merged upstream * Sun Jun 08 2014 Fedora Release Engineering - 0.22.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri Apr 25 2014 Matej Stuchlik - 0.22.0-3 - Another rebuild with python 3.4 * Fri Apr 18 2014 Matej Stuchlik - 0.22.0-2 - Rebuild with python 3.4 * Thu Nov 28 2013 Bohuslav Kabrda - 0.22.0-1 - Initial package. ## END: Generated by rpmautospec