Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{tools}[GCCcore/13.2.0] Datalad 1.1.0 #21891

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jkuhl-uni
Copy link
Contributor

Hey,
for completeness, I also built datalad-1.1.0 for the 2023b stack, as this was one version that was missing.

Copy link

Updated software datalad-1.1.0-GCCcore-13.2.0.eb

Diff against datalad-1.1.3-GCCcore-13.3.0.eb

easybuild/easyconfigs/d/datalad/datalad-1.1.3-GCCcore-13.3.0.eb

diff --git a/easybuild/easyconfigs/d/datalad/datalad-1.1.3-GCCcore-13.3.0.eb b/easybuild/easyconfigs/d/datalad/datalad-1.1.0-GCCcore-13.2.0.eb
index 66b0e73884..a215ceeed0 100644
--- a/easybuild/easyconfigs/d/datalad/datalad-1.1.3-GCCcore-13.3.0.eb
+++ b/easybuild/easyconfigs/d/datalad/datalad-1.1.0-GCCcore-13.2.0.eb
@@ -1,27 +1,27 @@
 easyblock = 'PythonBundle'
 
 name = 'datalad'
-version = "1.1.3"
+version = "1.1.0"
 
 homepage = 'https://www.datalad.org/'
 description = "DataLad is a free and open source distributed data management system that keeps track of your data, \
 creates structure, ensures reproducibility, supports collaboration, \
 and integrates with widely used data infrastructure."
 
-toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
 toolchainopts = {'pic': True}
 
 builddependencies = [
-    ('binutils', '2.42'),
-    ('hatchling', '1.24.2'),
-    ('poetry', '1.8.3')
+    ('binutils', '2.40'),
+    ('hatchling', '1.18.0'),
+    ('poetry', '1.6.1')
 ]
 
 dependencies = [
-    ('git-annex', '10.20240731'),
-    ('Python', '3.12.3'),
-    ('Python-bundle-PyPI', '2024.06'),
-    ('tqdm', '4.66.5'),
+    ('git-annex', '10.20240531'),
+    ('Python', '3.11.5'),
+    ('Python-bundle-PyPI', '2023.10'),
+    ('tqdm', '4.66.2'),
     ('PLY', '3.11'),
     ('scikit-build', '0.17.6'),
 ]
@@ -29,8 +29,8 @@ dependencies = [
 use_pip = True
 
 exts_list = [
-    ('humanize', '4.10.0', {
-        'checksums': ['06b6eb0293e4b85e8d385397c5868926820db32b9b654b932f57fa41c23c9978'],
+    ('humanize', '4.9.0', {
+        'checksums': ['582a265c931c683a7e9b8ed9559089dea7edcf6cc95be39a3cbc2c5d5ac2bcfa'],
     }),
     ('fasteners', '0.19', {
         'checksums': ['b4f37c3ac52d8a445af3a66bce57b33b5e90b97c696b7b984f530cf8f0ded09c'],
@@ -45,8 +45,8 @@ exts_list = [
     ('looseversion', '1.3.0', {
         'checksums': ['ebde65f3f6bb9531a81016c6fef3eb95a61181adc47b7f949e9c0ea47911669e'],
     }),
-    ('botocore', '1.35.0', {
-        'checksums': ['6ab2f5a5cbdaa639599e3478c65462c6d6a10173dc8b941bfc69b0c9eb548f45'],
+    ('botocore', '1.34.121', {
+        'checksums': ['1a8f94b917c47dfd84a0b531ab607dc53570efb0d073d8686600f2d2be985323'],
     }),
     ('jmespath', '1.0.1', {
         'checksums': ['90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe'],
@@ -54,18 +54,18 @@ exts_list = [
     ('s3transfer', '0.10.2', {
         'checksums': ['0711534e9356d3cc692fdde846b4a1e4b0cb6519971860796e6bc4c7aea00ef6'],
     }),
-    ('boto3', '1.35.0', {
-        'checksums': ['bdc242e3ea81decc6ea551b04b2c122f088c29269d8e093b55862946aa0fcfc6'],
+    ('boto3', '1.34.121', {
+        'checksums': ['ec89f3e0b0dc959c418df29e14d3748c0b05ab7acf7c0b90c839e9f340a659fa'],
     }),
-    ('python_gitlab', '4.8.0', {
+    ('python_gitlab', '4.5.0', {
         'modulename': 'gitlab',
-        'checksums': ['c2c4d7b1cd503d905afe5dfc0f3f6619934361f76ae855c6cec9a666864d37cf'],
+        'checksums': ['0a106174949819912b9abb4232e39059f83f613177fdb1787097eb84481c64b2'],
     }),
     ('iso8601', '2.1.0', {
         'checksums': ['6b1d3829ee8921c4301998c909f7829fa9ed3cbdac0d3b16af2d743aed1ba8df'],
     }),
     (name, version, {
-        'checksums': ['7b3a39419ac457df94552214ca64092297d544e15576c0be57f5d7ee35fba7ab'],
+        'checksums': ['3403232696ae0e6cbcec56d7cccfac1be8b5d98f66f235e4751dd44fd9f5e8eb'],
     }),
 ]
 
Diff against datalad-0.19.5-GCCcore-12.3.0.eb

easybuild/easyconfigs/d/datalad/datalad-0.19.5-GCCcore-12.3.0.eb

diff --git a/easybuild/easyconfigs/d/datalad/datalad-0.19.5-GCCcore-12.3.0.eb b/easybuild/easyconfigs/d/datalad/datalad-1.1.0-GCCcore-13.2.0.eb
index 9648e34896..a215ceeed0 100644
--- a/easybuild/easyconfigs/d/datalad/datalad-0.19.5-GCCcore-12.3.0.eb
+++ b/easybuild/easyconfigs/d/datalad/datalad-1.1.0-GCCcore-13.2.0.eb
@@ -1,27 +1,27 @@
 easyblock = 'PythonBundle'
 
 name = 'datalad'
-version = "0.19.5"
+version = "1.1.0"
 
 homepage = 'https://www.datalad.org/'
 description = "DataLad is a free and open source distributed data management system that keeps track of your data, \
 creates structure, ensures reproducibility, supports collaboration, \
 and integrates with widely used data infrastructure."
 
-toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
 toolchainopts = {'pic': True}
 
 builddependencies = [
     ('binutils', '2.40'),
     ('hatchling', '1.18.0'),
-    ('poetry', '1.5.1')
+    ('poetry', '1.6.1')
 ]
 
 dependencies = [
-    ('git-annex', '10.20230802'),
-    ('Python', '3.11.3'),
-    ('Python-bundle-PyPI', '2023.06'),
-    ('tqdm', '4.66.1'),
+    ('git-annex', '10.20240531'),
+    ('Python', '3.11.5'),
+    ('Python-bundle-PyPI', '2023.10'),
+    ('tqdm', '4.66.2'),
     ('PLY', '3.11'),
     ('scikit-build', '0.17.6'),
 ]
@@ -29,34 +29,43 @@ dependencies = [
 use_pip = True
 
 exts_list = [
-    ('humanize', '4.8.0', {
-        'checksums': ['9783373bf1eec713a770ecaa7c2d7a7902c98398009dfa3d8a2df91eec9311e8'],
+    ('humanize', '4.9.0', {
+        'checksums': ['582a265c931c683a7e9b8ed9559089dea7edcf6cc95be39a3cbc2c5d5ac2bcfa'],
     }),
     ('fasteners', '0.19', {
         'checksums': ['b4f37c3ac52d8a445af3a66bce57b33b5e90b97c696b7b984f530cf8f0ded09c'],
     }),
-    ('patool', '2.0.0', {
+    ('patool', '2.3.0', {
         'modulename': 'patoolib',
-        'checksums': ['1dd48cd48043fc78ebf88b8ea5b00d5123fba50a6a9d11182fbcfd677681cab5'],
+        'checksums': ['498e294fd8c7d50889d65019d431c6867bf3fb1fec5ea2d39d1d39d1215002f8'],
     }),
-    ('annexremote', '1.6.4', {
-        'checksums': ['da4198a25b36c699216fd5f1e93ba0e655e167b6822b64284a4bf90388ea69ae'],
+    ('annexremote', '1.6.5', {
+        'checksums': ['ad0ccdd84a8771ad58922d172ee68b225ece77bf464abe4d24ff91a4896a423e'],
     }),
     ('looseversion', '1.3.0', {
         'checksums': ['ebde65f3f6bb9531a81016c6fef3eb95a61181adc47b7f949e9c0ea47911669e'],
     }),
-    ('boto', '2.49.0', {
-        'checksums': ['ea0d3b40a2d852767be77ca343b58a9e3a4b00d9db440efb8da74b4e58025e5a'],
+    ('botocore', '1.34.121', {
+        'checksums': ['1a8f94b917c47dfd84a0b531ab607dc53570efb0d073d8686600f2d2be985323'],
     }),
-    ('python-gitlab', '4.4.0', {
+    ('jmespath', '1.0.1', {
+        'checksums': ['90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe'],
+    }),
+    ('s3transfer', '0.10.2', {
+        'checksums': ['0711534e9356d3cc692fdde846b4a1e4b0cb6519971860796e6bc4c7aea00ef6'],
+    }),
+    ('boto3', '1.34.121', {
+        'checksums': ['ec89f3e0b0dc959c418df29e14d3748c0b05ab7acf7c0b90c839e9f340a659fa'],
+    }),
+    ('python_gitlab', '4.5.0', {
         'modulename': 'gitlab',
-        'checksums': ['1d117bf7b433ae8255e5d74e72c660978f50ee85eb62248c9fb52ef43c3e3814'],
+        'checksums': ['0a106174949819912b9abb4232e39059f83f613177fdb1787097eb84481c64b2'],
     }),
     ('iso8601', '2.1.0', {
         'checksums': ['6b1d3829ee8921c4301998c909f7829fa9ed3cbdac0d3b16af2d743aed1ba8df'],
     }),
     (name, version, {
-        'checksums': ['639cdd5ede96f614933e017f65ddb01f17637ab7bf700005ea0ac7835cc2b905'],
+        'checksums': ['3403232696ae0e6cbcec56d7cccfac1be8b5d98f66f235e4751dd44fd9f5e8eb'],
     }),
 ]
 
Diff against datalad-0.18.4-GCCcore-12.2.0.eb

easybuild/easyconfigs/d/datalad/datalad-0.18.4-GCCcore-12.2.0.eb

diff --git a/easybuild/easyconfigs/d/datalad/datalad-0.18.4-GCCcore-12.2.0.eb b/easybuild/easyconfigs/d/datalad/datalad-1.1.0-GCCcore-13.2.0.eb
index 8ec6b98f4f..a215ceeed0 100644
--- a/easybuild/easyconfigs/d/datalad/datalad-0.18.4-GCCcore-12.2.0.eb
+++ b/easybuild/easyconfigs/d/datalad/datalad-1.1.0-GCCcore-13.2.0.eb
@@ -1,59 +1,71 @@
 easyblock = 'PythonBundle'
 
 name = 'datalad'
-version = "0.18.4"
+version = "1.1.0"
 
 homepage = 'https://www.datalad.org/'
 description = "DataLad is a free and open source distributed data management system that keeps track of your data, \
 creates structure, ensures reproducibility, supports collaboration, \
 and integrates with widely used data infrastructure."
 
-toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
 toolchainopts = {'pic': True}
 
 builddependencies = [
-    ('binutils', '2.39')
+    ('binutils', '2.40'),
+    ('hatchling', '1.18.0'),
+    ('poetry', '1.6.1')
 ]
 
 dependencies = [
-    ('git-annex', '10.20230802'),
-    ('Python', '3.10.8'),
-    ('tqdm', '4.64.1'),
+    ('git-annex', '10.20240531'),
+    ('Python', '3.11.5'),
+    ('Python-bundle-PyPI', '2023.10'),
+    ('tqdm', '4.66.2'),
     ('PLY', '3.11'),
-    ('scikit-build', '0.17.2'),
+    ('scikit-build', '0.17.6'),
 ]
 
 use_pip = True
 
 exts_list = [
-    ('humanize', '3.13.1', {
-        'checksums': ['12f113f2e369dac7f35d3823f49262934f4a22a53a6d3d4c86b736f50db88c7b'],
+    ('humanize', '4.9.0', {
+        'checksums': ['582a265c931c683a7e9b8ed9559089dea7edcf6cc95be39a3cbc2c5d5ac2bcfa'],
     }),
-    ('fasteners', '0.18', {
-        'checksums': ['cb7c13ef91e0c7e4fe4af38ecaf6b904ec3f5ce0dda06d34924b6b74b869d953'],
+    ('fasteners', '0.19', {
+        'checksums': ['b4f37c3ac52d8a445af3a66bce57b33b5e90b97c696b7b984f530cf8f0ded09c'],
     }),
-    ('patool', '1.12', {
+    ('patool', '2.3.0', {
         'modulename': 'patoolib',
-        'checksums': ['e3180cf8bfe13bedbcf6f5628452fca0c2c84a3b5ae8c2d3f55720ea04cb1097'],
+        'checksums': ['498e294fd8c7d50889d65019d431c6867bf3fb1fec5ea2d39d1d39d1215002f8'],
     }),
-    ('annexremote', '1.6.0', {
-        'checksums': ['779a43e5b1b4afd294761c6587dee8ac68f453a5a8cc40f419e9ca777573ae84'],
+    ('annexremote', '1.6.5', {
+        'checksums': ['ad0ccdd84a8771ad58922d172ee68b225ece77bf464abe4d24ff91a4896a423e'],
     }),
-    ('looseversion', '1.2.0', {
-        'checksums': ['c64e71c0b29030683b4ea75aee431db2d25c4e6e533590e52129f1d9e51de204'],
+    ('looseversion', '1.3.0', {
+        'checksums': ['ebde65f3f6bb9531a81016c6fef3eb95a61181adc47b7f949e9c0ea47911669e'],
     }),
-    ('boto', '2.49.0', {
-        'checksums': ['ea0d3b40a2d852767be77ca343b58a9e3a4b00d9db440efb8da74b4e58025e5a'],
+    ('botocore', '1.34.121', {
+        'checksums': ['1a8f94b917c47dfd84a0b531ab607dc53570efb0d073d8686600f2d2be985323'],
     }),
-    ('python-gitlab', '3.10.0', {
+    ('jmespath', '1.0.1', {
+        'checksums': ['90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe'],
+    }),
+    ('s3transfer', '0.10.2', {
+        'checksums': ['0711534e9356d3cc692fdde846b4a1e4b0cb6519971860796e6bc4c7aea00ef6'],
+    }),
+    ('boto3', '1.34.121', {
+        'checksums': ['ec89f3e0b0dc959c418df29e14d3748c0b05ab7acf7c0b90c839e9f340a659fa'],
+    }),
+    ('python_gitlab', '4.5.0', {
         'modulename': 'gitlab',
-        'checksums': ['14930a16fdd7f36f67b9373e7d4d4720e8e374800028380289db3306e9f74614'],
+        'checksums': ['0a106174949819912b9abb4232e39059f83f613177fdb1787097eb84481c64b2'],
     }),
-    ('iso8601', '1.0.2', {
-        'checksums': ['27f503220e6845d9db954fb212b95b0362d8b7e6c1b2326a87061c3de93594b1'],
+    ('iso8601', '2.1.0', {
+        'checksums': ['6b1d3829ee8921c4301998c909f7829fa9ed3cbdac0d3b16af2d743aed1ba8df'],
     }),
     (name, version, {
-        'checksums': ['d832f3d70b79b7b66519ca30315791a6a265bdf8a86ddac5846489b75385cb09'],
+        'checksums': ['3403232696ae0e6cbcec56d7cccfac1be8b5d98f66f235e4751dd44fd9f5e8eb'],
     }),
 ]
 

Updated software git-annex-10.20240531-GCCcore-13.2.0.eb

Diff against git-annex-10.20240731-GCCcore-13.3.0.eb

easybuild/easyconfigs/g/git-annex/git-annex-10.20240731-GCCcore-13.3.0.eb

diff --git a/easybuild/easyconfigs/g/git-annex/git-annex-10.20240731-GCCcore-13.3.0.eb b/easybuild/easyconfigs/g/git-annex/git-annex-10.20240531-GCCcore-13.2.0.eb
index 9701f4ce94..8ff1261cea 100644
--- a/easybuild/easyconfigs/g/git-annex/git-annex-10.20240731-GCCcore-13.3.0.eb
+++ b/easybuild/easyconfigs/g/git-annex/git-annex-10.20240531-GCCcore-13.2.0.eb
@@ -1,23 +1,23 @@
 easyblock = 'MakeCp'
 
 name = 'git-annex'
-version = '10.20240731'
+version = '10.20240531'
 
 homepage = 'https://git-annex.branchable.com'
 description = """git-annex allows managing large files with git, without storing the file contents in git. It can sync,
 backup, and archive your data, offline and online. Checksums and encryption keep your data safe and secure. Bring the
 power and distributed nature of git to bear on your large files with git-annex."""
 
-toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
 
 builddependencies = [
-    ('binutils', '2.42')
+    ('binutils', '2.40')
 ]
 
 dependencies = [
     ('GHC', '9.10.1', '-x86_64', SYSTEM),
     ('Stack', '3.1.1', '-x86_64', SYSTEM),
-    ('git', '2.45.1'),
+    ('git', '2.42.0'),
     ('libnsl', '2.0.1'),
 ]
 
Diff against git-annex-10.20230802-GCCcore-12.3.0.eb

easybuild/easyconfigs/g/git-annex/git-annex-10.20230802-GCCcore-12.3.0.eb

diff --git a/easybuild/easyconfigs/g/git-annex/git-annex-10.20230802-GCCcore-12.3.0.eb b/easybuild/easyconfigs/g/git-annex/git-annex-10.20240531-GCCcore-13.2.0.eb
index d21f13320b..8ff1261cea 100644
--- a/easybuild/easyconfigs/g/git-annex/git-annex-10.20230802-GCCcore-12.3.0.eb
+++ b/easybuild/easyconfigs/g/git-annex/git-annex-10.20240531-GCCcore-13.2.0.eb
@@ -1,23 +1,23 @@
 easyblock = 'MakeCp'
 
 name = 'git-annex'
-version = '10.20230802'
+version = '10.20240531'
 
 homepage = 'https://git-annex.branchable.com'
 description = """git-annex allows managing large files with git, without storing the file contents in git. It can sync,
 backup, and archive your data, offline and online. Checksums and encryption keep your data safe and secure. Bring the
 power and distributed nature of git to bear on your large files with git-annex."""
 
-toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
 
 builddependencies = [
     ('binutils', '2.40')
 ]
 
 dependencies = [
-    ('GHC', '9.4.6', '-x86_64', SYSTEM),
-    ('Stack', '2.13.1', '-x86_64', SYSTEM),
-    ('git', '2.41.0', '-nodocs'),
+    ('GHC', '9.10.1', '-x86_64', SYSTEM),
+    ('Stack', '3.1.1', '-x86_64', SYSTEM),
+    ('git', '2.42.0'),
     ('libnsl', '2.0.1'),
 ]
 
Diff against git-annex-10.20230802-GCCcore-12.2.0.eb

easybuild/easyconfigs/g/git-annex/git-annex-10.20230802-GCCcore-12.2.0.eb

diff --git a/easybuild/easyconfigs/g/git-annex/git-annex-10.20230802-GCCcore-12.2.0.eb b/easybuild/easyconfigs/g/git-annex/git-annex-10.20240531-GCCcore-13.2.0.eb
index 0e64dba099..8ff1261cea 100644
--- a/easybuild/easyconfigs/g/git-annex/git-annex-10.20230802-GCCcore-12.2.0.eb
+++ b/easybuild/easyconfigs/g/git-annex/git-annex-10.20240531-GCCcore-13.2.0.eb
@@ -1,22 +1,24 @@
 easyblock = 'MakeCp'
 
 name = 'git-annex'
-version = '10.20230802'
+version = '10.20240531'
 
 homepage = 'https://git-annex.branchable.com'
 description = """git-annex allows managing large files with git, without storing the file contents in git. It can sync,
 backup, and archive your data, offline and online. Checksums and encryption keep your data safe and secure. Bring the
 power and distributed nature of git to bear on your large files with git-annex."""
 
-toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
 
-builddependencies = [('binutils', '2.39')]
+builddependencies = [
+    ('binutils', '2.40')
+]
 
 dependencies = [
-    ('GHC', '9.2.2', '-x86_64', SYSTEM),
-    ('Stack', '2.11.1', '-x86_64', SYSTEM),
-    ('git', '2.38.1', '-nodocs'),
-    ('libnsl', '2.0.0'),
+    ('GHC', '9.10.1', '-x86_64', SYSTEM),
+    ('Stack', '3.1.1', '-x86_64', SYSTEM),
+    ('git', '2.42.0'),
+    ('libnsl', '2.0.1'),
 ]
 
 sources = [{

Updated software libnsl-2.0.1-GCCcore-13.2.0.eb

Diff against libnsl-2.0.1-GCCcore-13.3.0.eb

easybuild/easyconfigs/l/libnsl/libnsl-2.0.1-GCCcore-13.3.0.eb

diff --git a/easybuild/easyconfigs/l/libnsl/libnsl-2.0.1-GCCcore-13.3.0.eb b/easybuild/easyconfigs/l/libnsl/libnsl-2.0.1-GCCcore-13.2.0.eb
index 818f1687a1..d71707d210 100644
--- a/easybuild/easyconfigs/l/libnsl/libnsl-2.0.1-GCCcore-13.3.0.eb
+++ b/easybuild/easyconfigs/l/libnsl/libnsl-2.0.1-GCCcore-13.2.0.eb
@@ -6,18 +6,18 @@ version = '2.0.1'
 homepage = 'https://github.com/thkukuk/libnsl'
 description = """The libnsl package contains the public client interface for NIS(YP)."""
 
-toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
 
 source_urls = ['https://github.com/thkukuk/%(name)s/releases/download/v%(version)s/']
 sources = [SOURCE_TAR_XZ]
 checksums = ['5c9e470b232a7acd3433491ac5221b4832f0c71318618dc6aa04dd05ffcd8fd9']
 
 builddependencies = [
-    ('binutils', '2.42'),
+    ('binutils', '2.40'),
 ]
 
 dependencies = [
-    ('libtirpc', '1.3.5'),
+    ('libtirpc', '1.3.4'),
 ]
 
 # Provide a symlink for libnsl.so.1, which used to be part of glibc.
Diff against libnsl-2.0.1-GCCcore-12.3.0.eb

easybuild/easyconfigs/l/libnsl/libnsl-2.0.1-GCCcore-12.3.0.eb

diff --git a/easybuild/easyconfigs/l/libnsl/libnsl-2.0.1-GCCcore-12.3.0.eb b/easybuild/easyconfigs/l/libnsl/libnsl-2.0.1-GCCcore-13.2.0.eb
index a00b43e217..d71707d210 100644
--- a/easybuild/easyconfigs/l/libnsl/libnsl-2.0.1-GCCcore-12.3.0.eb
+++ b/easybuild/easyconfigs/l/libnsl/libnsl-2.0.1-GCCcore-13.2.0.eb
@@ -6,7 +6,7 @@ version = '2.0.1'
 homepage = 'https://github.com/thkukuk/libnsl'
 description = """The libnsl package contains the public client interface for NIS(YP)."""
 
-toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
 
 source_urls = ['https://github.com/thkukuk/%(name)s/releases/download/v%(version)s/']
 sources = [SOURCE_TAR_XZ]
@@ -17,7 +17,7 @@ builddependencies = [
 ]
 
 dependencies = [
-    ('libtirpc', '1.3.3'),
+    ('libtirpc', '1.3.4'),
 ]
 
 # Provide a symlink for libnsl.so.1, which used to be part of glibc.
Diff against libnsl-2.0.0-GCCcore-12.2.0.eb

easybuild/easyconfigs/l/libnsl/libnsl-2.0.0-GCCcore-12.2.0.eb

diff --git a/easybuild/easyconfigs/l/libnsl/libnsl-2.0.0-GCCcore-12.2.0.eb b/easybuild/easyconfigs/l/libnsl/libnsl-2.0.1-GCCcore-13.2.0.eb
index af937a9f27..d71707d210 100644
--- a/easybuild/easyconfigs/l/libnsl/libnsl-2.0.0-GCCcore-12.2.0.eb
+++ b/easybuild/easyconfigs/l/libnsl/libnsl-2.0.1-GCCcore-13.2.0.eb
@@ -1,23 +1,23 @@
 easyblock = 'ConfigureMake'
 
 name = 'libnsl'
-version = '2.0.0'
+version = '2.0.1'
 
 homepage = 'https://github.com/thkukuk/libnsl'
 description = """The libnsl package contains the public client interface for NIS(YP)."""
 
-toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
 
 source_urls = ['https://github.com/thkukuk/%(name)s/releases/download/v%(version)s/']
 sources = [SOURCE_TAR_XZ]
-checksums = ['2da075ef1893ebdfc5f074f83ac811873dc06fd5c62bc9a4729fd2e27a40341a']
+checksums = ['5c9e470b232a7acd3433491ac5221b4832f0c71318618dc6aa04dd05ffcd8fd9']
 
 builddependencies = [
-    ('binutils', '2.39'),
+    ('binutils', '2.40'),
 ]
 
 dependencies = [
-    ('libtirpc', '1.3.3'),
+    ('libtirpc', '1.3.4'),
 ]
 
 # Provide a symlink for libnsl.so.1, which used to be part of glibc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant