From a4e752dac9f7b042e690b7960d3d1ad6d9a85cdc Mon Sep 17 00:00:00 2001 From: Jean-Baptiste VESLIN <19856429+thebaptiste@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:17:08 +0200 Subject: [PATCH] feat: upgrade Python 3.12 from 3.12.5 to 3.12.6 (#1945) --- .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 64f2e46e..cc904496 100644 --- a/.metwork-framework/components.md +++ b/.metwork-framework/components.md @@ -220,7 +220,7 @@ | [pytest](https://docs.pytest.org/en/latest/) | 7.4.4 | 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.12.5 | python3_core | +| [Python](http://python.org/) | 3.12.6 | python3_core | | [pytz](http://pythonhosted.org/pytz) | 2023.3.post1 | python3 | | [PyYAML](https://pyyaml.org/) | 6.0.1 | python3 | | [pyyaml_env_tag](https://github.com/waylan/pyyaml-env-tag) | 0.1 | python3_devtools | diff --git a/layers/layer1_python3_core/0030_python3/Makefile.mk b/layers/layer1_python3_core/0030_python3/Makefile.mk index 5a23560d..a77596e2 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.12.5 +export VERSION=3.12.6 export EXTENSION=tar.xz export CHECKTYPE=MD5 -export CHECKSUM=02c7d269e077f4034963bba6befdc715 +export CHECKSUM=cb669514937d3e894e74081627722aa5 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 a21de253..2f52693e 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.12.5/Python-3.12.5.tar.xz +https://www.python.org/ftp/python/3.12.6/Python-3.12.6.tar.xz