Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-llvmlite for openSUSE:Factory checked in at 2022-09-29 18:13:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-llvmlite (Old) and /work/SRC/openSUSE:Factory/.python-llvmlite.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-llvmlite" Thu Sep 29 18:13:28 2022 rev:26 rq:1006737 version:0.39.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-llvmlite/python-llvmlite.changes 2022-06-25 10:24:31.594696399 +0200 +++ /work/SRC/openSUSE:Factory/.python-llvmlite.new.2275/python-llvmlite.changes 2022-09-29 18:14:16.463362783 +0200 @@ -1,0 +2,104 @@ +Wed Sep 28 14:02:23 UTC 2022 - Arun Persaud <a...@gmx.de> + +- update to version 0.39.1: + * PR `#752 <https://github.com/numba/llvmlite/pull/752>`_: Skip test + if libm is not found (`Siu Kwan Lam <https://github.com/sklam>`_) + * PR `#865 <https://github.com/numba/llvmlite/pull/865>`_: Move + Azure to use macos-11 (`stuartarchibald + <https://github.com/stuartarchibald>`_) + * PR `#874 <https://github.com/numba/llvmlite/pull/874>`_: Add zlib + as a dependency for aarch64 (`esc <https://github.com/esc>`_) + * PR `#878 <https://github.com/numba/llvmlite/pull/878>`_: Update + changelog (`Andre Masella <https://github.com/apmasell>`_) + +- changes from version 0.39.0: + * This release predominantly adds new features and improves + functionality. + + It's now possible to directly set LLVM "metadata" on global + variables. + + Functions and global variables now support the specification of + a "section" in which they should be placed. + + The attribute "source_file" had been added to the "ModuleRef" + class, it returns the module's original file name. + + The FFI library binding to LLVM is now loaded with "importlib" + to increase compatibility with other projects and improve + start-up times. + + Linux builds now use the parallel option to "make" to speed up + building the FFI library. + + Preliminary work to expose LLVM's optimization-remarks interface + has been undertaken. The bindings are exposed and tested, but + not yet documented for general use (additional work is needed). + * Deprecations: + + The "llvmlite.llvmpy" module has been deprecated as the + functionality it provides is available through the "llvmlite.ir" + module. See the deprecation guide in the user documentation for + details and recommendations regarding replacement. + * Pull-Requests: + + PR `#328 <https://github.com/numba/llvmlite/pull/328>`_: Build C + files separately on Linux and support parallel make (`Micha?? + G??rny <https://github.com/mgorny>`_) + + PR `#754 <https://github.com/numba/llvmlite/pull/754>`_: + manylinux2014 aarch64 wheels with system compilers (`esc + <https://github.com/esc>`_) + + PR `#760 <https://github.com/numba/llvmlite/pull/760>`_: add + support for attaching metadata to global variables (`Graham + Markall <https://github.com/gmarkall>`_ `John T??rnblom + <https://github.com/john-tornblom>`_) + + PR `#786 <https://github.com/numba/llvmlite/pull/786>`_: Update + Windows and OSX CI images. (`stuartarchibald + <https://github.com/stuartarchibald>`_) + + PR `#801 <https://github.com/numba/llvmlite/pull/801>`_: Update + ffi.py (`franzhaas <https://github.com/franzhaas>`_) + + PR `#803 <https://github.com/numba/llvmlite/pull/803>`_: + llvm::Module::GetSourceFileName (`J. Aaron Pendergrass + <https://github.com/japendergrass>`_) + + PR `#807 <https://github.com/numba/llvmlite/pull/807>`_: Exclude + ExecutionEngine tests on linux 32 (`esc + <https://github.com/esc>`_) + + PR `#813 <https://github.com/numba/llvmlite/pull/813>`_: Add m1 + support to conda build scripts (`esc <https://github.com/esc>`_ + `Stan Seibert <https://github.com/seibert>`_) + + PR `#815 <https://github.com/numba/llvmlite/pull/815>`_: update + local references (`esc <https://github.com/esc>`_) + + PR `#816 <https://github.com/numba/llvmlite/pull/816>`_: remove + configuration landscape service as it is no longer used (`esc + <https://github.com/esc>`_) + + PR `#817 <https://github.com/numba/llvmlite/pull/817>`_: remove + uppper limit on Python requires (`esc + <https://github.com/esc>`_) + + PR `#819 <https://github.com/numba/llvmlite/pull/819>`_: adding + rc and final release checklist templates (`esc + <https://github.com/esc>`_) + + PR `#823 <https://github.com/numba/llvmlite/pull/823>`_: Add + section to globals (`Andreas Wrisley + <https://github.com/anlofw>`_) + + PR `#824 <https://github.com/numba/llvmlite/pull/824>`_: add + GitHub URL for PyPi (`Andrii Oriekhov + <https://github.com/andriyor>`_) + + PR `#825 <https://github.com/numba/llvmlite/pull/825>`_: Add + flag handling to more instructions. (`stuartarchibald + <https://github.com/stuartarchibald>`_ `Andre Masella + <https://github.com/apmasell>`_) + + PR `#826 <https://github.com/numba/llvmlite/pull/826>`_: + Deprecated `llvmlite.llvmpy` (`Andre Masella + <https://github.com/apmasell>`_) + + PR `#831 <https://github.com/numba/llvmlite/pull/831>`_: Format + C++ code (`Andre Masella <https://github.com/apmasell>`_) + + PR `#832 <https://github.com/numba/llvmlite/pull/832>`_: DOC: + Fix the syntax for the llvmlite discourse topic + link. (`stuartarchibald <https://github.com/stuartarchibald>`_) + + PR `#835 <https://github.com/numba/llvmlite/pull/835>`_: Add + pre-commit hooks for clang-format (`Andre Masella + <https://github.com/apmasell>`_) + + PR `#837 <https://github.com/numba/llvmlite/pull/837>`_: Add + support for optimization remarks in pass managers (`Siu Kwan Lam + <https://github.com/sklam>`_ `Andre Masella + <https://github.com/apmasell>`_) + + PR `#851 <https://github.com/numba/llvmlite/pull/851>`_: adding + the llvm_11_consecutive_registers.patch (`esc + <https://github.com/esc>`_) + + PR `#857 <https://github.com/numba/llvmlite/pull/857>`_: + Delegate passmanager remarks methods (`Andre Masella + <https://github.com/apmasell>`_) + +------------------------------------------------------------------- Old: ---- llvmlite-0.38.1.tar.gz New: ---- llvmlite-0.39.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-llvmlite.spec ++++++ --- /var/tmp/diff_new_pack.0M8gzc/_old 2022-09-29 18:14:17.019363869 +0200 +++ /var/tmp/diff_new_pack.0M8gzc/_new 2022-09-29 18:14:17.027363885 +0200 @@ -22,7 +22,7 @@ %define skip_python2 1 Name: python-llvmlite # Note: this has to be in sync with Numba releases -Version: 0.38.1 +Version: 0.39.1 Release: 0 Summary: Lightweight wrapper around basic LLVM functionality License: BSD-2-Clause ++++++ llvmlite-0.38.1.tar.gz -> llvmlite-0.39.1.tar.gz ++++++ ++++ 4918 lines of diff (skipped)