Mon, 03 Jun 2024 11:23:46 UTC | login

Information for build python-llvmlite-0.41.1-7.fc40

ID255800
Package Namepython-llvmlite
Version0.41.1
Release7.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-llvmlite.git#dc00a7f9effdd5a32226e05c76b1b9ec145b1a78
SummaryLightweight LLVM Python binding for writing JIT compilers
Descriptionllvmlite is a project originally tailored for Numba‘s needs, using the following approach: • A small C wrapper around the parts of the LLVM C++ API we need that are not already exposed by the LLVM C API. • A ctypes Python wrapper around the C API. • A pure Python implementation of the subset of the LLVM IR builder that we need for Numba.
Built bydavidlt
State failed
Volume DEFAULT
StartedTue, 02 Jan 2024 18:48:30 UTC
CompletedWed, 03 Jan 2024 08:55:27 UTC
Taskbuild (f40, /rpms/python-llvmlite.git:dc00a7f9effdd5a32226e05c76b1b9ec145b1a78)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-llvmlite.git#dc00a7f9effdd5a32226e05c76b1b9ec145b1a78'}}
Tags No tags
RPMs No RPMs
Changelog * Fri Oct 20 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-7 - Update to 0.41.1 (close RHBZ#2244851) * Fri Oct 20 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-6 - Do not number the sole Source * Tue Oct 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-5 - F38+: Use %{py3_test_envvars} to set up the test environment * Thu Sep 21 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-4 - Update to 0.41.0 (close RHBZ#2232746) * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> None-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jul 01 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-2 - Update to 0.40.1 (close RHBZ#2213643) * Sat Jul 01 2023 Benjamin A. Beasley <code@musicinmybrain.net> None-1 - Use new (rpm 4.17.1+) bcond style * Thu Jun 15 2023 Python Maint <python-maint@redhat.com> 0.40.0-2 - Rebuilt for Python 3.12 * Wed May 10 2023 Benjamin A. Beasley <code@musicinmybrain.net> 0.40.0-1 - Update to 0.40.0 (close RHBZ#2185127) * Thu May 04 2023 Benjamin A. Beasley <code@musicinmybrain.net> 0.39.1-10 - Use a simpler description from the upstream README.rst * Thu May 04 2023 Benjamin A. Beasley <code@musicinmybrain.net> 0.39.1-9 - Drop “forge” macros * Tue Apr 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> 0.39.1-8 - Don’t assume -j${RPM_BUILD_NCPUS} is -j4 * Tue Apr 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> 0.39.1-7 - Simplify test-suite invocation * Tue Apr 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> 0.39.1-6 - Drop unnecessary manual BR on pyproject-rpm-macros * Tue Apr 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> 0.39.1-5 - Replace a downstream patch with a backported upstream commit * Wed Mar 22 2023 Benjamin A. Beasley <code@musicinmybrain.net> 0.39.1-4 - Add public-domain text link in license breakdown * Wed Mar 08 2023 Benjamin A. Beasley <code@musicinmybrain.net> 0.39.1-3 - Patch out max. Python version check entirely * Tue Mar 07 2023 Benjamin A. Beasley <code@musicinmybrain.net> 0.39.1-2 - Allow Python 3.12 (downstream-only); close RHBZ#2176128 * Tue Mar 07 2023 Benjamin A. Beasley <code@musicinmybrain.net> 0.39.1-1 - Update to 0.39.1 * Tue Mar 07 2023 Benjamin A. Beasley <code@musicinmybrain.net> 0.37.0-9 - Convert to SPDX * Tue Mar 07 2023 Benjamin A. Beasley <code@musicinmybrain.net> 0.37.0-8 - Build Sphinx docs as PDF instead of HTML * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> 0.37.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.37.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> 0.37.0-5 - Rebuilt for Python 3.11 * Fri May 06 2022 Benjamin A. Beasley <code@musicinmybrain.net> 0.37.0-4 - Allow Python 3.11 in version guard (fix RHBZ#2022282) * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.37.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Nov 12 2021 Benjamin A. Beasley <code@musicinmybrain.net> 0.37.0-2 - Use upstream PR#769 for Python 3.10 support