#8 Update to 0.41.1
Merged 7 months ago by music. Opened 7 months ago by music.
rpms/ music/python-llvmlite v1.41.1  into  rawhide

file modified
+1
@@ -3,3 +3,4 @@ 

  /llvmlite-0.40.0.tar.gz

  /llvmlite-0.40.1.tar.gz

  /llvmlite-0.41.0.tar.gz

+ /llvmlite-0.41.1.tar.gz

file modified
+2 -2
@@ -6,7 +6,7 @@ 

  %bcond doc_pdf 1

  

  Name:           python-llvmlite

- Version:        0.41.0

+ Version:        0.41.1

  Release:        %{autorelease}

  Summary:        Lightweight LLVM Python binding for writing JIT compilers

  
@@ -28,7 +28,7 @@ 

  

  URL:            http://llvmlite.pydata.org/

  %global forgeurl https://github.com/numba/llvmlite

- Source0:        %{forgeurl}/archive/v%{version}/llvmlite-%{version}.tar.gz

+ Source:         %{forgeurl}/archive/v%{version}/llvmlite-%{version}.tar.gz

  

  BuildRequires:  python3-devel

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (llvmlite-0.41.0.tar.gz) = 927dea6155bd3b79fdc0ee41d77bf12059e0e3999eb11fa59bd3b41e8bd7467908e882ae6433fc0be8f93f4f83b180e1a6877fe44fe9d619b34863c8dfe1c908

+ SHA512 (llvmlite-0.41.1.tar.gz) = 97ba6c97837ee2f4bd29d97fa3992dc2d316cac8aa8aee5dd653fa5b4261987613c83997a4d94d10eb5009c6976e202fd13ab37208b5fc1f4a6e6288d608b901

https://github.com/numba/llvmlite/compare/v0.41.0...v0.41.1

This is a very tiny patch release suitable for F39 and F40.

2 new commits added

  • Update to 0.41.1 (close RHBZ#2244851)
  • Do not number the sole Source
7 months ago

https://github.com/numba/llvmlite/blob/v0.41.1/CHANGE_LOG

## v0.41.1 (Oct 17, 2023)

This is a maintenance release that includes a workaround in the test suite for
ORCJit issues on the `aarch64` platform. Also, this is the last release to
support the Windows 32-bit platform (`win32`).

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/fbbb40b257c6461ba11324995f285105

Pull-Request has been merged by music

7 months ago