From 749ff3f469e2e2e4d4362eb9320060cda0e57c73 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste VESLIN <19856429+thebaptiste@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:32:13 +0100 Subject: [PATCH] feat: upgrade Python 3.11 from 3.11.6 to 3.11.7 (#1749) --- .metwork-framework/components.md | 2 +- layers/layer1_python3_core/0030_python3/Makefile.mk | 4 ++-- layers/layer1_python3_core/0030_python3/sources | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.metwork-framework/components.md b/.metwork-framework/components.md index e6398470..c7570af0 100644 --- a/.metwork-framework/components.md +++ b/.metwork-framework/components.md @@ -202,7 +202,7 @@ | [pytest](https://docs.pytest.org/en/latest/) | 7.4.3 | python3_devtools | | [python-dateutil](https://github.com/dateutil/dateutil) | 2.8.2 | python3 | | [python-ldap](https://www.python-ldap.org/) | 3.4.3 | python3 | -| [Python](http://python.org/) | 3.11.6 | python3_core | +| [Python](http://python.org/) | 3.11.7 | python3_core | | [pytz](http://pythonhosted.org/pytz) | 2023.3.post1 | python3 | | [pywget](https://bitbucket.org/licface/pywget) | 0.31 | python3_devtools | | [PyYAML](https://pyyaml.org/) | 6.0.1 | python3 | diff --git a/layers/layer1_python3_core/0030_python3/Makefile.mk b/layers/layer1_python3_core/0030_python3/Makefile.mk index ef7b4df0..a845e849 100644 --- a/layers/layer1_python3_core/0030_python3/Makefile.mk +++ b/layers/layer1_python3_core/0030_python3/Makefile.mk @@ -2,10 +2,10 @@ include ../../../adm/root.mk include ../../package.mk export NAME=Python -export VERSION=3.11.6 +export VERSION=3.11.7 export EXTENSION=tar.xz export CHECKTYPE=MD5 -export CHECKSUM=d0c5a1a31efe879723e51addf56dd206 +export CHECKSUM=d96c7e134c35a8c46236f8a0e566b69c DESCRIPTION=\ Python is an interpreted, object-oriented, high-level programming language. WEBSITE=http://python.org/ diff --git a/layers/layer1_python3_core/0030_python3/sources b/layers/layer1_python3_core/0030_python3/sources index 3febf086..d2eabebc 100644 --- a/layers/layer1_python3_core/0030_python3/sources +++ b/layers/layer1_python3_core/0030_python3/sources @@ -1 +1 @@ -https://www.python.org/ftp/python/3.11.6/Python-3.11.6.tar.xz +https://www.python.org/ftp/python/3.11.7/Python-3.11.7.tar.xz