Tue, 14 May 2024 00:22:17 UTC | login

Information for build auditwheel-5.1.2-4.fc37

ID204176
Package Nameauditwheel
Version5.1.2
Release4.fc37
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
StartedMon, 19 Sep 2022 23:44:42 UTC
CompletedMon, 19 Sep 2022 23:44:42 UTC
Tags
f37
f38
RPMs
src
auditwheel-5.1.2-4.fc37.src.rpm (info) (download)
noarch
auditwheel-5.1.2-4.fc37.noarch.rpm (info) (download)
Changelog * 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