Fedora 36 Update: python-llvmlite-0.39.1-3.fc36

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2023-0c31f107f5
2023-03-19 02:04:39.481288
--------------------------------------------------------------------------------

Name        : python-llvmlite
Product     : Fedora 36
Version     : 0.39.1
Release     : 3.fc36
URL         : http://llvmlite.pydata.org/
Summary     : Lightweight LLVM Python binding for writing JIT compilers
Description :
llvmlite provides a Python binding to LLVM for use in Numba.

Numba previously relied on llvmpy.  While llvmpy exposed large parts of the
LLVM C++ API for direct calls into the LLVM library, llvmlite takes an entirely
different approach. Llvmlite starts from the needs of a JIT compiler and splits
them into two decoupled tasks:

- Construction of a Module, function by function, Instruction by instruction.
- Compilation and optimization of the module into machine code.

The construction of an LLVM module does not call the LLVM C++ API. Rather, it
constructs the LLVM intermediate representation (IR) in pure Python. This is
the role of the IR layer.

The compilation of an LLVM module takes the IR in textual form and feeds it
into LLVM's parsing API. It then returns a thin wrapper around LLVM's C++
module object. This is the role of the binding layer.

Once parsed, the module's source code cannot be modified, which loses the
flexibility of the direct mapping of C++ APIs into Python that was provided by
llvmpy but saves a great deal of maintenance.

--------------------------------------------------------------------------------
Update Information:

Update to 0.39.1  https://llvmlite.readthedocs.io/en/latest/release-
notes.html#v0-39-1-september-1-2022
https://llvmlite.readthedocs.io/en/latest/release-
notes.html#v0-39-0-july-25-2022
https://llvmlite.readthedocs.io/en/latest/release-notes.html#v0-38-1-may-19-2022
https://llvmlite.readthedocs.io/en/latest/release-
notes.html#v0-38-0-january-13-2022
--------------------------------------------------------------------------------
ChangeLog:

* Fri Mar 10 2023 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 0.39.1-3
- Patch out max. Python version check entirely
* Fri Mar 10 2023 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 0.39.1-2
- Allow Python 3.12 (downstream-only); close RHBZ#2176128
* Fri Mar 10 2023 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 0.39.1-1
- Update to 0.39.1
* Fri Mar 10 2023 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 0.37.0-6
- Convert to SPDX
* Fri Mar 10 2023 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 0.37.0-5
- Build Sphinx docs as PDF instead of HTML
* Fri May  6 2022 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 0.37.0-4
- Allow Python 3.11 in version guard (fix RHBZ#2022282)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2176128 - python-llvmlite fails to build with Python 3.12: Cannot install on Python version 3.12.0; only versions >=3.7,<3.12 are supported.
        https://bugzilla.redhat.com/show_bug.cgi?id=2176128
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2023-0c31f107f5' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
_______________________________________________
package-announce mailing list -- package-announce@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-announce-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Users]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]

  Powered by Linux