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

{lib}[GCCcore/13.3.0] SQLAlchemy v2.0.36 #21819

Conversation

lcniel
Copy link
Contributor

@lcniel lcniel commented Nov 11, 2024

Copy link

Updated software SQLAlchemy-2.0.36-GCCcore-13.3.0.eb

Diff against SQLAlchemy-2.0.29-GCCcore-13.2.0.eb

easybuild/easyconfigs/s/SQLAlchemy/SQLAlchemy-2.0.29-GCCcore-13.2.0.eb

diff --git a/easybuild/easyconfigs/s/SQLAlchemy/SQLAlchemy-2.0.29-GCCcore-13.2.0.eb b/easybuild/easyconfigs/s/SQLAlchemy/SQLAlchemy-2.0.36-GCCcore-13.3.0.eb
index c6ee1ce6cb..293b3bf245 100644
--- a/easybuild/easyconfigs/s/SQLAlchemy/SQLAlchemy-2.0.29-GCCcore-13.2.0.eb
+++ b/easybuild/easyconfigs/s/SQLAlchemy/SQLAlchemy-2.0.36-GCCcore-13.3.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonBundle'
 
 name = 'SQLAlchemy'
-version = '2.0.29'
+version = '2.0.36'
 
 homepage = 'https://www.sqlalchemy.org/'
 description = """SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives
@@ -10,32 +10,33 @@ provides a full suite of well known enterprise-level persistence patterns,
 designed for efficient and high-performing database access, adapted into a
 simple and Pythonic domain language."""
 
-toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
 
-builddependencies = [('binutils', '2.40')]
+builddependencies = [('binutils', '2.42')]
 
 dependencies = [
-    ('Python', '3.11.5'),
-    ('Greenlet', '3.0.3'),
-    ('psycopg', '3.1.18'),  # optional, postgresql extra
-    ('Mako', '1.2.4'),  # needed by alembic
+    ('Python', '3.12.3'),
+    ('Greenlet', '3.1.1'),
+    ('psycopg', '3.2.3'),  # optional, postgresql extra
+    ('Mako', '1.3.5'),  # needed by alembic
 ]
 
 use_pip = True
 
 exts_list = [
-    ('async-timeout', '4.0.3', {
-        'checksums': ['4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f'],
+    ('async-timeout', '5.0.1', {
+        'sources': ['async_timeout-%(version)s.tar.gz'],
+        'checksums': ['d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3'],
     }),
-    ('asyncpg', '0.29.0', {
-        'checksums': ['d1c49e1f44fffafd9a55e1a9b101590859d881d639ea2922516f5d9c512d354e'],
+    ('asyncpg', '0.30.0', {
+        'checksums': ['c551e9928ab6707602f44811817f82ba3c446e018bfe1d3abecc8ba5f3eac851'],
     }),
-    (name, version, {
+    ('sqlalchemy', version, {
         'use_pip_extras': 'asyncio,postgresql,postgresql_asyncpg',
-        'checksums': ['bd9566b8e58cabd700bc367b60e90d9349cd16f0984973f98a9a09f9c64e86f0'],
+        'checksums': ['7f2767680b6d2398aea7082e45a774b2b0767b5c8d8ffb9c8b683088ea9b29c5'],
     }),
-    ('alembic', '1.13.1', {
-        'checksums': ['4932c8558bf68f2ee92b9bbcb8218671c627064d5b08939437af6d77dc05e595'],
+    ('alembic', '1.14.0', {
+        'checksums': ['b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b'],
     }),
 ]
 
Diff against SQLAlchemy-2.0.29-GCCcore-12.2.0.eb

easybuild/easyconfigs/s/SQLAlchemy/SQLAlchemy-2.0.29-GCCcore-12.2.0.eb

diff --git a/easybuild/easyconfigs/s/SQLAlchemy/SQLAlchemy-2.0.29-GCCcore-12.2.0.eb b/easybuild/easyconfigs/s/SQLAlchemy/SQLAlchemy-2.0.36-GCCcore-13.3.0.eb
index 2f335afc78..293b3bf245 100644
--- a/easybuild/easyconfigs/s/SQLAlchemy/SQLAlchemy-2.0.29-GCCcore-12.2.0.eb
+++ b/easybuild/easyconfigs/s/SQLAlchemy/SQLAlchemy-2.0.36-GCCcore-13.3.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonBundle'
 
 name = 'SQLAlchemy'
-version = '2.0.29'
+version = '2.0.36'
 
 homepage = 'https://www.sqlalchemy.org/'
 description = """SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives
@@ -10,36 +10,33 @@ provides a full suite of well known enterprise-level persistence patterns,
 designed for efficient and high-performing database access, adapted into a
 simple and Pythonic domain language."""
 
-toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
-
-builddependencies = [('binutils', '2.39')]
+toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
 
+builddependencies = [('binutils', '2.42')]
 
 dependencies = [
-    ('Python', '3.10.8'),
-    ('Greenlet', '2.0.2'),
-    ('psycopg', '3.1.18'),  # optional, postgresql extra
-    ('Mako', '1.2.4'),  # needed by alembic
+    ('Python', '3.12.3'),
+    ('Greenlet', '3.1.1'),
+    ('psycopg', '3.2.3'),  # optional, postgresql extra
+    ('Mako', '1.3.5'),  # needed by alembic
 ]
 
 use_pip = True
 
 exts_list = [
-    ('async-timeout', '4.0.3', {
-        'checksums': ['4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f'],
-    }),
-    ('asyncpg', '0.29.0', {
-        'checksums': ['d1c49e1f44fffafd9a55e1a9b101590859d881d639ea2922516f5d9c512d354e'],
+    ('async-timeout', '5.0.1', {
+        'sources': ['async_timeout-%(version)s.tar.gz'],
+        'checksums': ['d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3'],
     }),
-    ('typing_extensions', '4.7.1', {
-        'checksums': ['b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2'],
+    ('asyncpg', '0.30.0', {
+        'checksums': ['c551e9928ab6707602f44811817f82ba3c446e018bfe1d3abecc8ba5f3eac851'],
     }),
-    (name, version, {
+    ('sqlalchemy', version, {
         'use_pip_extras': 'asyncio,postgresql,postgresql_asyncpg',
-        'checksums': ['bd9566b8e58cabd700bc367b60e90d9349cd16f0984973f98a9a09f9c64e86f0'],
+        'checksums': ['7f2767680b6d2398aea7082e45a774b2b0767b5c8d8ffb9c8b683088ea9b29c5'],
     }),
-    ('alembic', '1.13.1', {
-        'checksums': ['4932c8558bf68f2ee92b9bbcb8218671c627064d5b08939437af6d77dc05e595'],
+    ('alembic', '1.14.0', {
+        'checksums': ['b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b'],
     }),
 ]
 
Diff against SQLAlchemy-2.0.25-GCCcore-12.3.0.eb

easybuild/easyconfigs/s/SQLAlchemy/SQLAlchemy-2.0.25-GCCcore-12.3.0.eb

diff --git a/easybuild/easyconfigs/s/SQLAlchemy/SQLAlchemy-2.0.25-GCCcore-12.3.0.eb b/easybuild/easyconfigs/s/SQLAlchemy/SQLAlchemy-2.0.36-GCCcore-13.3.0.eb
index 352d4e5fd0..293b3bf245 100644
--- a/easybuild/easyconfigs/s/SQLAlchemy/SQLAlchemy-2.0.25-GCCcore-12.3.0.eb
+++ b/easybuild/easyconfigs/s/SQLAlchemy/SQLAlchemy-2.0.36-GCCcore-13.3.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonBundle'
 
 name = 'SQLAlchemy'
-version = '2.0.25'
+version = '2.0.36'
 
 homepage = 'https://www.sqlalchemy.org/'
 description = """SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives
@@ -10,36 +10,33 @@ provides a full suite of well known enterprise-level persistence patterns,
 designed for efficient and high-performing database access, adapted into a
 simple and Pythonic domain language."""
 
-toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
 
-builddependencies = [
-    ('binutils', '2.40'),
-]
+builddependencies = [('binutils', '2.42')]
 
 dependencies = [
-    ('Python', '3.11.3'),
-    ('psycopg2', '2.9.9'),  # optional, postgresql extra
-    ('Mako', '1.2.4'),  # needed by alembic
+    ('Python', '3.12.3'),
+    ('Greenlet', '3.1.1'),
+    ('psycopg', '3.2.3'),  # optional, postgresql extra
+    ('Mako', '1.3.5'),  # needed by alembic
 ]
 
 use_pip = True
 
 exts_list = [
-    ('greenlet', '3.0.3', {
-        'checksums': ['43374442353259554ce33599da8b692d5aa96f8976d567d4badf263371fbe491'],
-    }),
-    ('async-timeout', '4.0.3', {
-        'checksums': ['4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f'],
+    ('async-timeout', '5.0.1', {
+        'sources': ['async_timeout-%(version)s.tar.gz'],
+        'checksums': ['d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3'],
     }),
-    ('asyncpg', '0.29.0', {
-        'checksums': ['d1c49e1f44fffafd9a55e1a9b101590859d881d639ea2922516f5d9c512d354e'],
+    ('asyncpg', '0.30.0', {
+        'checksums': ['c551e9928ab6707602f44811817f82ba3c446e018bfe1d3abecc8ba5f3eac851'],
     }),
-    (name, version, {
+    ('sqlalchemy', version, {
         'use_pip_extras': 'asyncio,postgresql,postgresql_asyncpg',
-        'checksums': ['a2c69a7664fb2d54b8682dd774c3b54f67f84fa123cf84dda2a5f40dcaa04e08'],
+        'checksums': ['7f2767680b6d2398aea7082e45a774b2b0767b5c8d8ffb9c8b683088ea9b29c5'],
     }),
-    ('alembic', '1.13.1', {
-        'checksums': ['4932c8558bf68f2ee92b9bbcb8218671c627064d5b08939437af6d77dc05e595'],
+    ('alembic', '1.14.0', {
+        'checksums': ['b00892b53b3642d0b8dbedba234dbf1924b69be83a9a769d5a624b01094e304b'],
     }),
 ]
 

@lcniel
Copy link
Contributor Author

lcniel commented Nov 11, 2024

Test report by @lcniel
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
vera06-4 - Linux Rocky Linux 8.9, x86_64, Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz, Python 3.6.8
See https://gist.github.com/lcniel/170354e2d56856cd252a3e56d3502eca for a full test report.

@SebastianAchilles SebastianAchilles added the 2024a issues & PRs related to 2024a common toolchains label Nov 16, 2024
@SebastianAchilles SebastianAchilles added this to the release after 4.9.4 milestone Nov 16, 2024
@SebastianAchilles
Copy link
Member

@boegelbot please test @ jsc-zen3

@boegelbot
Copy link
Collaborator

@SebastianAchilles: 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=21819 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_21819 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

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

Test results coming soon (I hope)...

- notification for comment with ID 2480715233 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 (1 easyconfigs in total)
jsczen3c2.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.4, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.18
See https://gist.github.com/boegelbot/cc508e5439fb03a1ff5f12d0cda2312e for a full test report.

@SebastianAchilles
Copy link
Member

@boegelbot please test @ generoso

@boegelbot
Copy link
Collaborator

@SebastianAchilles: Request for testing this PR well received on login1

PR test command 'EB_PR=21819 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs /opt/software/slurm/bin/sbatch --job-name test_PR_21819 --ntasks=4 ~/boegelbot/eb_from_pr_upload_generoso.sh' executed!

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

Test results coming soon (I hope)...

- notification for comment with ID 2480729236 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 (1 easyconfigs in total)
cns1 - Linux Rocky Linux 8.9, x86_64, Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz (haswell), Python 3.6.8
See https://gist.github.com/boegelbot/ecf28804ee7965379bd60faadf8ba5e4 for a full test report.

Copy link
Member

@SebastianAchilles SebastianAchilles left a comment

Choose a reason for hiding this comment

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

lgtm

@SebastianAchilles
Copy link
Member

Going in, thanks @lcniel!

@SebastianAchilles SebastianAchilles merged commit 4b23aa9 into easybuilders:develop Nov 16, 2024
10 checks passed
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