Skip to content

Commit

Permalink
feat: upgrade Python to 3.11.6, pip to 23.3.1, setuptools to 68.2.2 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Nov 14, 2023
1 parent b942693 commit cb81bcd
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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 |
Expand All @@ -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 |
Expand Down Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions layers/layer1_python3_core/0030_python3/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion layers/layer1_python3_core/0030_python3/sources
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion layers/layer1_python3_core/0032_wheel/requirements3.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
wheel==0.41.2
wheel==0.41.3
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
setuptools==68.1.2
pip==23.2.1
setuptools==68.2.2
pip==23.3.1
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cb81bcd

Please sign in to comment.