Tue, 14 May 2024 14:32:58 UTC | login

Information for build auditwheel-5.3.0-2.fc38

ID236456
Package Nameauditwheel
Version5.3.0
Release2.fc38
Epoch
SummaryCross-distribution Linux wheels auditing and relabeling
Descriptionauditwheel is a command-line tool to facilitate the creation of Python wheel packages for Linux (containing pre-compiled binary extensions) that are compatible with a wide variety of Linux distributions, consistent with the PEP 600 manylinux_x_y, PEP 513 manylinux1, PEP 571 manylinux2010 and PEP 599 manylinux2014 platform tags. auditwheel show: shows external shared libraries that the wheel depends on (beyond the libraries included in the manylinux policies), and checks the extension modules for the use of versioned symbols that exceed the manylinux ABI. auditwheel repair: copies these external shared libraries into the wheel itself, and automatically modifies the appropriate RPATH entries such that these libraries will be picked up at runtime. This accomplishes a similar result as if the libraries had been statically linked without requiring changes to the build system. Packagers are advised that bundling, like static linking, may implicate copyright concerns.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 11 Mar 2023 08:42:07 UTC
CompletedSat, 11 Mar 2023 08:42:07 UTC
Tags
f38
f39
f40
RPMs
src
auditwheel-5.3.0-2.fc38.src.rpm (info) (download)
noarch
auditwheel-5.3.0-2.fc38.noarch.rpm (info) (download)
Changelog * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jan 13 2023 Miro Hrončok <mhroncok@redhat.com> - 5.3.0-1 - Update to 5.3.0 - Fixes: rhbz#2136978 * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 5.1.2-3 - Rebuilt for Python 3.11 * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Jan 11 2022 Miro Hrončok <mhroncok@redhat.com> - 5.1.2-1 - Update to 5.1.2 - Fixes: files are not compressed with ZIP_DEFLATED - Fixes: rhbz#2038537 * Mon Jan 03 2022 Miro Hrončok <mhroncok@redhat.com> - 5.1.1-1 - Update to 5.1.1 - Fixes: rhbz#2036781 * Mon Sep 20 2021 Miro Hrončok <mhroncok@redhat.com> - 5.0.0-1 - Update to 5.0.0 - Fixes: rhbz#2005582 * Fri Aug 13 2021 Miro Hrončok <mhroncok@redhat.com> - 4.0.0-1 - Initial package - Fixes: rhbz#1993535