From cb81bcd6f920bb4bd0ace57c68509552b138954d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste VESLIN <19856429+thebaptiste@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:33:05 +0100 Subject: [PATCH] feat: upgrade Python to 3.11.6, pip to 23.3.1, setuptools to 68.2.2 (#1726) --- .metwork-framework/components.md | 10 +++++----- layers/layer1_python3_core/0030_python3/Makefile.mk | 4 ++-- layers/layer1_python3_core/0030_python3/sources | 2 +- .../layer1_python3_core/0032_wheel/requirements3.txt | 2 +- .../0033_upgrade_pip_setuptools/requirements3.txt | 4 ++-- .../0500_extra_python_packages/requirements3.txt | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.metwork-framework/components.md b/.metwork-framework/components.md index 23589bb9..5094f696 100644 --- a/.metwork-framework/components.md +++ b/.metwork-framework/components.md @@ -156,7 +156,7 @@ | [pgbouncer](https://www.pgbouncer.org/) | 1.21.0 | scientific_core | | [pickleshare](https://github.com/pickleshare/pickleshare) | 0.7.5 | python3_devtools | | [pika](https://pypi.org/project/pika) | 1.3.2 | python3 | -| [pip](https://pip.pypa.io/) | 23.2.1 | python3_core | +| [pip](https://pip.pypa.io/) | 23.3.1 | python3_core | | [platformdirs](https://pypi.org/project/platformdirs) | 3.10.0 | python3_core | | [pluggy](https://github.com/pytest-dev/pluggy) | 1.3.0 | python3_core | | [postgis-geohash](https://github.com/adelplanque/postgis-geohash) | 0.2.0 | scientific_core | @@ -201,7 +201,7 @@ | [pytest](https://docs.pytest.org/en/latest/) | 7.4.2 | 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.5 | python3_core | +| [Python](http://python.org/) | 3.11.6 | 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 | @@ -220,7 +220,7 @@ | [setuptools-git](https://github.com/wichert/setuptools-git) | 1.2 | python3 | | [setuptools-rust](https://pypi.org/project/setuptools-rust) | 1.7.0 | python3 | | [setuptools-scm](https://github.com/pypa/setuptools_scm/) | 7.1.0 | python3_core | -| [setuptools](https://github.com/pypa/setuptools) | 68.1.2 | python3_core | +| [setuptools](https://github.com/pypa/setuptools) | 68.2.2 | python3_core | | [sftp-py](https://github.com/AlexOrlek/sftp_py) | 0.2.1 | python3_devtools | | [shellcheck](http://www.shellcheck.net) | 0.9.0 | devtools | | [simpleeval](https://github.com/danthedeckie/simpleeval) | 0.9.13 | python3 | @@ -249,12 +249,12 @@ | [Unidecode](https://pypi.org/project/Unidecode) | 1.3.6 | python3 | | [urllib3](https://pypi.org/project/urllib3) | 2.0.7 | python3 | | [vector](https://vector.dev/) | 0.13.1 | monitoring | -| [virtualenv](https://pypi.org/project/virtualenv) | 20.24.4 | python3_core | +| [virtualenv](https://pypi.org/project/virtualenv) | 20.24.6 | python3_core | | [watchdog](https://github.com/gorakhargosh/watchdog) | 3.0.0 | python3_devtools | | [wcmatch](https://pypi.org/project/wcmatch) | 8.5 | python3_devtools | | [wcwidth](https://github.com/jquast/wcwidth) | 0.2.8 | python3_devtools | | [Werkzeug](https://pypi.org/project/Werkzeug) | 3.0.1 | python3 | -| [wheel](https://pypi.org/project/wheel) | 0.41.2 | python3_core | +| [wheel](https://pypi.org/project/wheel) | 0.41.3 | python3_core | | [whichcraft](https://github.com/pydanny/whichcraft) | 0.6.1 | python3 | | [wrapt](https://github.com/GrahamDumpleton/wrapt) | 1.14.1 | python3 | | [wrk](https://github.com/wg/wrk) | 4.2.0 | devtools | diff --git a/layers/layer1_python3_core/0030_python3/Makefile.mk b/layers/layer1_python3_core/0030_python3/Makefile.mk index 0fa3e07a..ef7b4df0 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.5 +export VERSION=3.11.6 export EXTENSION=tar.xz export CHECKTYPE=MD5 -export CHECKSUM=393856f1b7713aa8bba4b642ab9985d3 +export CHECKSUM=d0c5a1a31efe879723e51addf56dd206 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 20e2301a..3febf086 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.5/Python-3.11.5.tar.xz +https://www.python.org/ftp/python/3.11.6/Python-3.11.6.tar.xz diff --git a/layers/layer1_python3_core/0032_wheel/requirements3.txt b/layers/layer1_python3_core/0032_wheel/requirements3.txt index f4588f80..5496a21b 100644 --- a/layers/layer1_python3_core/0032_wheel/requirements3.txt +++ b/layers/layer1_python3_core/0032_wheel/requirements3.txt @@ -1 +1 @@ -wheel==0.41.2 +wheel==0.41.3 diff --git a/layers/layer1_python3_core/0033_upgrade_pip_setuptools/requirements3.txt b/layers/layer1_python3_core/0033_upgrade_pip_setuptools/requirements3.txt index 4fb8444d..43b5c3d4 100644 --- a/layers/layer1_python3_core/0033_upgrade_pip_setuptools/requirements3.txt +++ b/layers/layer1_python3_core/0033_upgrade_pip_setuptools/requirements3.txt @@ -1,2 +1,2 @@ -setuptools==68.1.2 -pip==23.2.1 +setuptools==68.2.2 +pip==23.3.1 diff --git a/layers/layer1_python3_core/0500_extra_python_packages/requirements3.txt b/layers/layer1_python3_core/0500_extra_python_packages/requirements3.txt index cf912190..a110edaf 100644 --- a/layers/layer1_python3_core/0500_extra_python_packages/requirements3.txt +++ b/layers/layer1_python3_core/0500_extra_python_packages/requirements3.txt @@ -5,5 +5,5 @@ filelock==3.12.3 importlib-metadata==6.8.0 platformdirs==3.10.0 six==1.16.0 -virtualenv==20.24.4 +virtualenv==20.24.6 zipp==3.16.2