Mon, 13 May 2024 13:02:40 UTC | login

Information for build python-llvmlite-0.40.0-1.fc38

ID247449
Package Namepython-llvmlite
Version0.40.0
Release1.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-llvmlite.git#d02751bf3b0b7a275f44b3033aafc2d40ed7511b
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
StartedMon, 22 May 2023 08:22:29 UTC
CompletedMon, 22 May 2023 09:01:02 UTC
Taskbuild (f38, /rpms/python-llvmlite.git:d02751bf3b0b7a275f44b3033aafc2d40ed7511b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-llvmlite.git#d02751bf3b0b7a275f44b3033aafc2d40ed7511b'}}
Tags No tags
RPMs No RPMs
Changelog * 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 * Mon Sep 13 2021 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> 0.37.0-1 - feat: init