mirror of
https://github.com/openwrt/packages.git
synced 2026-06-14 01:22:11 +08:00
python3: bump to 3.14.3
Major version bump from 3.13.9 to 3.14.3. Highlights of Python 3.14: - PEP 649: Deferred evaluation of annotations - PEP 750: Template string literals (t-strings) - PEP 758: Exception syntax simplification (no brackets needed) - PEP 765: Restrict control flow in finally blocks - PEP 779: Official free-threaded mode support - PEP 784: Zstandard compression module - UUID versions 6-8 support with faster generation - Formally verified HMAC implementation - Experimental JIT compiler support - Tail-call interpreter option for performance Full release notes: https://www.python.org/downloads/release/python-3143/ Dropped 100-test_hashlib-better-handle-support-for-SHA3.patch (upstreamed) Adapted 027-fix-host-build-libressl.patch (for X509_VERIFY_PARAM_get_hostflags() ) Refreshed other patches. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
b1502c453e
commit
f22ab5cf66
@@ -11,14 +11,14 @@ include $(TOPDIR)/rules.mk
|
||||
include ../python3-version.mk
|
||||
|
||||
PKG_NAME:=python3
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=1
|
||||
PKG_VERSION:=$(PYTHON3_VERSION).$(PYTHON3_VERSION_MICRO)
|
||||
|
||||
PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://www.python.org/ftp/python/$(PKG_VERSION)
|
||||
PKG_HASH:=ed5ef34cda36cfa2f3a340f07cac7e7814f91c7f3c411f6d3562323a866c5c66
|
||||
PKG_HASH:=a97d5549e9ad81fe17159ed02c68774ad5d266c72f8d9a0b5a9c371fe85d902b
|
||||
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
PKG_LICENSE:=Python-2.0.1 0BSD
|
||||
PKG_LICENSE_FILES:=LICENSE Doc/copyright.rst Doc/license.rst Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi_osx/LICENSE Modules/expat/COPYING
|
||||
PKG_CPE_ID:=cpe:/a:python:python
|
||||
@@ -96,7 +96,7 @@ endef
|
||||
define Package/python3-light
|
||||
$(call Package/python3/Default)
|
||||
TITLE+= light installation
|
||||
DEPENDS:=+python3-base +libbz2 +zlib +USE_GLIBC:libcrypt-compat
|
||||
DEPENDS:=+python3-base +libbz2 +zlib +libzstd +USE_GLIBC:libcrypt-compat
|
||||
endef
|
||||
|
||||
define Package/python3-light/config
|
||||
|
||||
Reference in New Issue
Block a user