Information for build pythran-0.18.0-7.fc43

ID36347
Package Namepythran
Version0.18.0
Release7.fc43
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/pythran.git#ee79d6bb68d7e27924cc9b8fdbad3bb056ef4339
SummaryAhead of Time Python compiler for numeric kernels
DescriptionPythran is an ahead of time compiler for a subset of the Python language, with a focus on scientific computing. It takes a Python module annotated with a few interface description and turns it into a native Python module with the same interface, but (hopefully) faster. It is meant to efficiently compile scientific programs, and takes advantage of multi-cores and SIMD instruction units.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 09 Oct 2025 06:27:31 UTC
CompletedThu, 09 Oct 2025 10:09:28 UTC
Taskbuild (f43, /rpms/pythran.git:ee79d6bb68d7e27924cc9b8fdbad3bb056ef4339)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/pythran.git#ee79d6bb68d7e27924cc9b8fdbad3bb056ef4339'}}
Tags
f43
RPMs
src
pythran-0.18.0-7.fc43.src.rpm (info) (download)
riscv64
pythran-0.18.0-7.fc43.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
dnf5.log
build.log
root.log
mock_output.log
mock_config.log
Changelog * Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.18.0-7 - Rebuilt for Python 3.14.0rc3 bytecode * Tue Aug 19 2025 Miro Hrončok <miro@hroncok.cz> - 0.18.0-6 - Fix test failures - Rebuilt for Python 3.14.0rc2 bytecode - Fixes: rhbz#2385557 * Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 0.18.0-4 - Rebuilt for Python 3.14.0rc2 bytecode * Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Thu Jun 05 2025 Python Maint <python-maint@redhat.com> - 0.18.0-2 - Rebuilt for Python 3.14 * Sun May 25 2025 Miro Hrončok <miro@hroncok.cz> - 0.18.0-1 - Update to 0.18.0 - Fixes: rhbz#2341244 - Fixes: rhbz#2368169 * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Thu Oct 31 2024 Miro Hrončok <miro@hroncok.cz> - 0.17.0-1 - Update to 0.17.0 * Wed Aug 28 2024 Miro Hrončok <miro@hroncok.cz> - 0.16.1-5 - Convert the License tag to SPDX * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jun 15 2024 Python Maint <python-maint@redhat.com> - 0.16.1-2 - Rebuilt for Python 3.13 * Tue May 28 2024 sergesanspaille <serge.guelton@telecom-bretagne.eu> - 0.16.1-1 - Update to 0.16.1 - Fixes: rhbz#2257193 * Thu Jan 25 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.0-8 - Apply upstream PR#2149 to fully remove numpy.distutils * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Oct 05 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.0-2 - Fix FTBFS: skip tests that need numpy.distutils - On 32-bit, run tests in serial and skip those that exhaust memory - Drop obsolete conditionals for 32-bit ARM