Skip to content

{lib}[GCCcore/14.3.0] python-isal v1.8.0#24833

Closed
sxpl-DavidSchmidt wants to merge 2 commits intoeasybuilders:developfrom
sxpl-DavidSchmidt:20251211152422_new_pr_python-isal180
Closed

{lib}[GCCcore/14.3.0] python-isal v1.8.0#24833
sxpl-DavidSchmidt wants to merge 2 commits intoeasybuilders:developfrom
sxpl-DavidSchmidt:20251211152422_new_pr_python-isal180

Conversation

@sxpl-DavidSchmidt
Copy link
Copy Markdown
Contributor

@sxpl-DavidSchmidt sxpl-DavidSchmidt commented Dec 11, 2025

(created using eb --new-pr)
depends on PR #24831 (ISA-L v2.31.1)

@github-actions github-actions bot added 2025b issues & PRs related to 2025b common toolchains update labels Dec 11, 2025
@github-actions
Copy link
Copy Markdown

Updated software python-isal-1.8.0-GCCcore-14.3.0.eb

Diff against python-isal-1.6.1-GCCcore-12.3.0.eb

easybuild/easyconfigs/p/python-isal/python-isal-1.6.1-GCCcore-12.3.0.eb

diff --git a/easybuild/easyconfigs/p/python-isal/python-isal-1.6.1-GCCcore-12.3.0.eb b/easybuild/easyconfigs/p/python-isal/python-isal-1.8.0-GCCcore-14.3.0.eb
index fe09eeeaec..abc1b801f9 100644
--- a/easybuild/easyconfigs/p/python-isal/python-isal-1.6.1-GCCcore-12.3.0.eb
+++ b/easybuild/easyconfigs/p/python-isal/python-isal-1.8.0-GCCcore-14.3.0.eb
@@ -1,26 +1,27 @@
-# Author: Jasper Grimm (UoY)
-
 easyblock = 'PythonPackage'
 
 name = 'python-isal'
-version = '1.6.1'
+version = '1.8.0'
 
 homepage = 'https://github.com/pycompression/python-isal'
 description = """Faster zlib and gzip compatible compression and decompression
  by providing python bindings for the isa-l library.
 """
 
-toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '14.3.0'}
 
-builddependencies = [('binutils', '2.40')]
+builddependencies = [
+    ('binutils', '2.44'),
+    ('versioningit', '3.3.0'),
+]
 dependencies = [
-    ('Python', '3.11.3'),
-    ('ISA-L', '2.30.0'),
+    ('Python', '3.13.5'),
+    ('ISA-L', '2.31.1'),
 ]
 
 source_urls = [PYPI_SOURCE.replace('%(name)s', 'isal')]
-sources = ['isal-%s.tar.gz' % version]
-checksums = ['7b64b75d260b544beea3f59cb25a6f520c04768818ef4ac316ee9a1f2ebf18f5']
+sources = ['isal-%(version)s.tar.gz']
+checksums = ['124233e9a31a62030a07aafd48c26689561926f4e10417ed3ea46c211218f2b4']
 
 preinstallopts = 'PYTHON_ISAL_LINK_DYNAMIC=true'
 
Diff against python-isal-1.7.0-GCCcore-13.3.0.eb

easybuild/easyconfigs/p/python-isal/python-isal-1.7.0-GCCcore-13.3.0.eb

diff --git a/easybuild/easyconfigs/p/python-isal/python-isal-1.7.0-GCCcore-13.3.0.eb b/easybuild/easyconfigs/p/python-isal/python-isal-1.8.0-GCCcore-14.3.0.eb
index 904354d705..abc1b801f9 100644
--- a/easybuild/easyconfigs/p/python-isal/python-isal-1.7.0-GCCcore-13.3.0.eb
+++ b/easybuild/easyconfigs/p/python-isal/python-isal-1.8.0-GCCcore-14.3.0.eb
@@ -1,27 +1,27 @@
 easyblock = 'PythonPackage'
 
 name = 'python-isal'
-version = '1.7.0'
+version = '1.8.0'
 
 homepage = 'https://github.com/pycompression/python-isal'
 description = """Faster zlib and gzip compatible compression and decompression
  by providing python bindings for the isa-l library.
 """
 
-toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '14.3.0'}
 
 builddependencies = [
-    ('binutils', '2.42'),
-    ('versioningit', '3.1.2'),
+    ('binutils', '2.44'),
+    ('versioningit', '3.3.0'),
 ]
 dependencies = [
-    ('Python', '3.12.3'),
-    ('ISA-L', '2.31.0'),
+    ('Python', '3.13.5'),
+    ('ISA-L', '2.31.1'),
 ]
 
 source_urls = [PYPI_SOURCE.replace('%(name)s', 'isal')]
 sources = ['isal-%(version)s.tar.gz']
-checksums = ['9eb9457ed27fd0a8a7b403a5f4f9e6c8d1a44c2ca28ecd2f2bf3aed90b0a74bf']
+checksums = ['124233e9a31a62030a07aafd48c26689561926f4e10417ed3ea46c211218f2b4']
 
 preinstallopts = 'PYTHON_ISAL_LINK_DYNAMIC=true'
 
Diff against python-isal-1.6.1-GCCcore-13.2.0.eb

easybuild/easyconfigs/p/python-isal/python-isal-1.6.1-GCCcore-13.2.0.eb

diff --git a/easybuild/easyconfigs/p/python-isal/python-isal-1.6.1-GCCcore-13.2.0.eb b/easybuild/easyconfigs/p/python-isal/python-isal-1.8.0-GCCcore-14.3.0.eb
index bf10b6d990..abc1b801f9 100644
--- a/easybuild/easyconfigs/p/python-isal/python-isal-1.6.1-GCCcore-13.2.0.eb
+++ b/easybuild/easyconfigs/p/python-isal/python-isal-1.8.0-GCCcore-14.3.0.eb
@@ -1,26 +1,27 @@
-# Author: Jasper Grimm (UoY)
-
 easyblock = 'PythonPackage'
 
 name = 'python-isal'
-version = '1.6.1'
+version = '1.8.0'
 
 homepage = 'https://github.com/pycompression/python-isal'
 description = """Faster zlib and gzip compatible compression and decompression
  by providing python bindings for the isa-l library.
 """
 
-toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '14.3.0'}
 
-builddependencies = [('binutils', '2.40')]
+builddependencies = [
+    ('binutils', '2.44'),
+    ('versioningit', '3.3.0'),
+]
 dependencies = [
-    ('Python', '3.11.5'),
-    ('ISA-L', '2.31.0'),
+    ('Python', '3.13.5'),
+    ('ISA-L', '2.31.1'),
 ]
 
 source_urls = [PYPI_SOURCE.replace('%(name)s', 'isal')]
-sources = ['isal-%s.tar.gz' % version]
-checksums = ['7b64b75d260b544beea3f59cb25a6f520c04768818ef4ac316ee9a1f2ebf18f5']
+sources = ['isal-%(version)s.tar.gz']
+checksums = ['124233e9a31a62030a07aafd48c26689561926f4e10417ed3ea46c211218f2b4']
 
 preinstallopts = 'PYTHON_ISAL_LINK_DYNAMIC=true'
 

@sxpl-DavidSchmidt
Copy link
Copy Markdown
Contributor Author

Is there a way to rerun the actions? unit tests / test-suite (3.7, Lmod-8.6.8, Lua) (pull_request) failed because of a network problem that didn't occur in the other runs.

@verdurin
Copy link
Copy Markdown
Member

Is there a way to rerun the actions? unit tests / test-suite (3.7, Lmod-8.6.8, Lua) (pull_request) failed because of a network problem that didn't occur in the other runs.

You can either close then re-open the PR, or run --sync-pr-with-develop.

@Thyre
Copy link
Copy Markdown
Collaborator

Thyre commented Feb 10, 2026

@sxpl-DavidSchmidt Did you want to re-open the PR to re-run the tests? Just did notice that because of #24835 depending on this one.

Edit: Just noticed that you did that here #24872, sorry for the ping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2025b issues & PRs related to 2025b common toolchains update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants