Skip to content

Commit

Permalink
python310: update to v3.10.14 (#6082)
Browse files Browse the repository at this point in the history
- update python310 to include working openssl for ARMv5 archs
  • Loading branch information
hgy59 committed Apr 24, 2024
1 parent 8a7ebfc commit c3a0be5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cross/python310/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = python310
PKG_VERS = 3.10.13
PKG_VERS = 3.10.14
PKG_VERS_MAJOR_MINOR = $(word 1,$(subst ., ,$(PKG_VERS))).$(word 2,$(subst ., ,$(PKG_VERS)))
PKG_EXT = tar.xz
PKG_DIST_NAME = Python-$(PKG_VERS).$(PKG_EXT)
Expand Down
6 changes: 3 additions & 3 deletions cross/python310/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Python-3.10.13.tar.xz SHA1 fa66c061cba1acee5e9fe69b7d22cca744a6ecda
Python-3.10.13.tar.xz SHA256 5c88848668640d3e152b35b4536ef1c23b2ca4bd2c957ef1ecbb053f571dd3f6
Python-3.10.13.tar.xz MD5 8847dc6458d1431d0ae0f55942deeb89
Python-3.10.14.tar.xz SHA1 9103b4716dff30b40fd0239982f3a2d851143a46
Python-3.10.14.tar.xz SHA256 9c50481faa8c2832329ba0fc8868d0a606a680fc4f60ec48d26ce8e076751fda
Python-3.10.14.tar.xz MD5 05148354ce821ba7369e5b7958435400
2 changes: 1 addition & 1 deletion native/python310/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = python310
PKG_VERS = 3.10.13
PKG_VERS = 3.10.14
PKG_EXT = tar.xz
PKG_DIST_NAME = Python-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://www.python.org/ftp/python/$(PKG_VERS)
Expand Down
6 changes: 3 additions & 3 deletions native/python310/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Python-3.10.13.tar.xz SHA1 fa66c061cba1acee5e9fe69b7d22cca744a6ecda
Python-3.10.13.tar.xz SHA256 5c88848668640d3e152b35b4536ef1c23b2ca4bd2c957ef1ecbb053f571dd3f6
Python-3.10.13.tar.xz MD5 8847dc6458d1431d0ae0f55942deeb89
Python-3.10.14.tar.xz SHA1 9103b4716dff30b40fd0239982f3a2d851143a46
Python-3.10.14.tar.xz SHA256 9c50481faa8c2832329ba0fc8868d0a606a680fc4f60ec48d26ce8e076751fda
Python-3.10.14.tar.xz MD5 05148354ce821ba7369e5b7958435400
6 changes: 3 additions & 3 deletions spk/python310/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SPK_NAME = python310
SPK_VERS = 3.10.13
SPK_VERS = 3.10.14
SPK_VERS_MAJOR_MINOR = $(word 1,$(subst ., ,$(SPK_VERS))).$(word 2,$(subst ., ,$(SPK_VERS)))
SPK_REV = 19
SPK_REV = 20
SPK_ICON = src/python3.png

DEPENDS = cross/$(SPK_NAME)
Expand All @@ -13,7 +13,7 @@ DESCRIPTION_FRE = Language de programmation Python.
DESCRIPTION_SPN = Lenguaje de programación Python.
STARTABLE = no
DISPLAY_NAME = Python 3.10
CHANGELOG = "1. Update to Python 3.10.13"
CHANGELOG = "1. Update to Python 3.10.14"

HOMEPAGE = https://www.python.org
LICENSE = PSF
Expand Down

0 comments on commit c3a0be5

Please sign in to comment.