Skip to content

{vis}[GCCcore/13.3.0] openslide-python v1.4.2#24968

Merged
smoors merged 1 commit intoeasybuilders:developfrom
JarneRenders:20251223164016_new_pr_openslide-python142
Jan 4, 2026
Merged

{vis}[GCCcore/13.3.0] openslide-python v1.4.2#24968
smoors merged 1 commit intoeasybuilders:developfrom
JarneRenders:20251223164016_new_pr_openslide-python142

Conversation

@JarneRenders
Copy link
Contributor

(created using eb --new-pr)

@github-actions github-actions bot added 2024a issues & PRs related to 2024a common toolchains update labels Dec 23, 2025
@github-actions
Copy link

Updated software openslide-python-1.4.2-GCCcore-13.3.0.eb

Diff against openslide-python-1.4.2-GCCcore-14.3.0.eb

easybuild/easyconfigs/o/openslide-python/openslide-python-1.4.2-GCCcore-14.3.0.eb

diff --git a/easybuild/easyconfigs/o/openslide-python/openslide-python-1.4.2-GCCcore-14.3.0.eb b/easybuild/easyconfigs/o/openslide-python/openslide-python-1.4.2-GCCcore-13.3.0.eb
index a53d67a89a..5eff938dd4 100644
--- a/easybuild/easyconfigs/o/openslide-python/openslide-python-1.4.2-GCCcore-14.3.0.eb
+++ b/easybuild/easyconfigs/o/openslide-python/openslide-python-1.4.2-GCCcore-13.3.0.eb
@@ -6,21 +6,23 @@ version = '1.4.2'
 homepage = 'https://github.com/openslide/openslide-python'
 description = "OpenSlide Python is a Python interface to the OpenSlide library."
 
-toolchain = {'name': 'GCCcore', 'version': '14.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
 
 source_urls = ['https://github.com/openslide/%(name)s/archive']
 sources = ['v%(version)s.tar.gz']
 checksums = ['9a15d4f0ace96a3486582741f4a6b7d7e555406f07097506abe75e900e0f3b63']
 
 builddependencies = [
-    ('binutils', '2.44'),
+    ('binutils', '2.42'),
 ]
 dependencies = [
-    ('Python', '3.13.5'),
+    ('Python', '3.12.3'),
     ('OpenSlide', '4.0.0'),
-    ('Pillow', '11.3.0'),
+    ('Pillow', '10.4.0'),
 ]
 
+preinstallopts = """sed -i '/^license/d' pyproject.toml && """
+
 options = {'modulename': 'openslide'}
 
 moduleclass = 'vis'
Diff against openslide-python-1.4.1-GCCcore-13.2.0.eb

easybuild/easyconfigs/o/openslide-python/openslide-python-1.4.1-GCCcore-13.2.0.eb

diff --git a/easybuild/easyconfigs/o/openslide-python/openslide-python-1.4.1-GCCcore-13.2.0.eb b/easybuild/easyconfigs/o/openslide-python/openslide-python-1.4.2-GCCcore-13.3.0.eb
index ebffe4dd09..5eff938dd4 100644
--- a/easybuild/easyconfigs/o/openslide-python/openslide-python-1.4.1-GCCcore-13.2.0.eb
+++ b/easybuild/easyconfigs/o/openslide-python/openslide-python-1.4.2-GCCcore-13.3.0.eb
@@ -1,25 +1,28 @@
 easyblock = 'PythonPackage'
 
 name = 'openslide-python'
-version = '1.4.1'
+version = '1.4.2'
 
 homepage = 'https://github.com/openslide/openslide-python'
 description = "OpenSlide Python is a Python interface to the OpenSlide library."
 
-toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
 
-source_urls = ['https://github.com/openslide/openslide-python/archive']
+source_urls = ['https://github.com/openslide/%(name)s/archive']
 sources = ['v%(version)s.tar.gz']
-checksums = ['c7fe6ae42a5afa6457f8418c7c860b2dc94a0cba0f3290f361cb0f4377838576']
-
-builddependencies = [('binutils', '2.40')]
+checksums = ['9a15d4f0ace96a3486582741f4a6b7d7e555406f07097506abe75e900e0f3b63']
 
+builddependencies = [
+    ('binutils', '2.42'),
+]
 dependencies = [
-    ('Python', '3.11.5'),
+    ('Python', '3.12.3'),
     ('OpenSlide', '4.0.0'),
-    ('Pillow', '10.2.0'),
+    ('Pillow', '10.4.0'),
 ]
 
+preinstallopts = """sed -i '/^license/d' pyproject.toml && """
+
 options = {'modulename': 'openslide'}
 
 moduleclass = 'vis'
Diff against openslide-python-1.3.1-GCCcore-12.2.0.eb

easybuild/easyconfigs/o/openslide-python/openslide-python-1.3.1-GCCcore-12.2.0.eb

diff --git a/easybuild/easyconfigs/o/openslide-python/openslide-python-1.3.1-GCCcore-12.2.0.eb b/easybuild/easyconfigs/o/openslide-python/openslide-python-1.4.2-GCCcore-13.3.0.eb
index 9bbf334079..5eff938dd4 100644
--- a/easybuild/easyconfigs/o/openslide-python/openslide-python-1.3.1-GCCcore-12.2.0.eb
+++ b/easybuild/easyconfigs/o/openslide-python/openslide-python-1.4.2-GCCcore-13.3.0.eb
@@ -1,25 +1,28 @@
 easyblock = 'PythonPackage'
 
 name = 'openslide-python'
-version = '1.3.1'
+version = '1.4.2'
 
 homepage = 'https://github.com/openslide/openslide-python'
 description = "OpenSlide Python is a Python interface to the OpenSlide library."
 
-toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
 
-source_urls = ['https://github.com/openslide/openslide-python/archive']
-sources = [{'download_filename': 'v%(version)s.tar.gz', 'filename': SOURCE_TAR_GZ}]
-checksums = ['3f56bc9d02ae4a5b7257cf5e35214c5cc45f429ff3d5ef849c6c8e2460c1f9cd']
-
-builddependencies = [('binutils', '2.39')]
+source_urls = ['https://github.com/openslide/%(name)s/archive']
+sources = ['v%(version)s.tar.gz']
+checksums = ['9a15d4f0ace96a3486582741f4a6b7d7e555406f07097506abe75e900e0f3b63']
 
+builddependencies = [
+    ('binutils', '2.42'),
+]
 dependencies = [
-    ('Python', '3.10.8'),
-    ('OpenSlide', '3.4.1', '-largefiles'),
-    ('Pillow-SIMD', '9.5.0'),
+    ('Python', '3.12.3'),
+    ('OpenSlide', '4.0.0'),
+    ('Pillow', '10.4.0'),
 ]
 
+preinstallopts = """sed -i '/^license/d' pyproject.toml && """
+
 options = {'modulename': 'openslide'}
 
 moduleclass = 'vis'

@smoors
Copy link
Contributor

smoors commented Jan 4, 2026

@boegelbot please test @ jsc-zen3

@boegelbot
Copy link
Collaborator

@smoors: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de

PR test command 'if [[ develop != 'develop' ]]; then EB_BRANCH=develop ./easybuild_develop.sh 2> /dev/null 1>&2; EB_PREFIX=/home/boegelbot/easybuild/develop source init_env_easybuild_develop.sh; fi; EB_PR=24968 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_24968 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 9314

Test results coming soon (I hope)...

Details

- notification for comment with ID 3708375214 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 1 out of 1 (total: 43 secs) (1 easyconfigs in total)
jsczen3c1.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.7, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.23
See https://gist.github.com/boegelbot/a71d2cda18e66855a549be558f80c80b for a full test report.

@smoors smoors added this to the next release (5.2.1?) milestone Jan 4, 2026
Copy link
Contributor

@smoors smoors left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@smoors
Copy link
Contributor

smoors commented Jan 4, 2026

Going in, thanks @JarneRenders!

@smoors smoors merged commit 075c4e5 into easybuilders:develop Jan 4, 2026
8 checks passed
@JarneRenders JarneRenders deleted the 20251223164016_new_pr_openslide-python142 branch January 5, 2026 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2024a issues & PRs related to 2024a common toolchains update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants