Skip to content

Commit

Permalink
feat: upgrade Python 3.11 from 3.11.6 to 3.11.7 (#1749)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Dec 12, 2023
1 parent abe0b74 commit 749ff3f
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 @@ -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 |
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.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/
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.6/Python-3.11.6.tar.xz
https://www.python.org/ftp/python/3.11.7/Python-3.11.7.tar.xz

0 comments on commit 749ff3f

Please sign in to comment.