Skip to content

Commit

Permalink
feat: upgrade Python 3.12 from 3.12.5 to 3.12.6 (#1945)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Sep 12, 2024
1 parent bb7b4fd commit a4e752d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
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.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/
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.12.5/Python-3.12.5.tar.xz
https://www.python.org/ftp/python/3.12.6/Python-3.12.6.tar.xz

0 comments on commit a4e752d

Please sign in to comment.