mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/python3: upgrade to 3.11.7
This commit is contained in:
parent
d6ec6d34ec
commit
14dfb7964e
@ -2,9 +2,9 @@
|
||||
# Contributor: Sheila Aman <sheila@vulpine.house>
|
||||
pkgname=python3
|
||||
# the python3-tkinter's pkgver needs to be synchronized with this.
|
||||
pkgver=3.11.6
|
||||
pkgver=3.11.7
|
||||
_basever="${pkgver%.*}"
|
||||
pkgrel=2
|
||||
pkgrel=0
|
||||
pkgdesc="High-level scripting language"
|
||||
url="https://www.python.org/"
|
||||
arch="all"
|
||||
@ -179,6 +179,9 @@ EOF
|
||||
# kernel related
|
||||
fail="$fail test_fcntl" # wants DNOTIFY, we don't have it
|
||||
|
||||
# since 3.11.7 https://github.com/python/cpython/issues/114492
|
||||
fail="$fail test_termios"
|
||||
|
||||
case "$CARCH" in
|
||||
ppc64le)
|
||||
fail="$fail test_buffer"
|
||||
@ -271,7 +274,7 @@ pyc2() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
94b1038f6f53de0c44f99f72ed0f2e0791fd9d2a325ae00ba145b2b2c332c27b300b3ea3473017518089478f15e01867b1bb203c16610039cce36f8366de341a Python-3.11.6.tar.xz
|
||||
11e06f2ffe1f66888cb5b4e9f607de815294d6863a77eda6ec6d7c724ef158df9f51881f4a956d4a6fa973c2fb6fd031d495e3496e9b0bb53793fb1cc8434c63 Python-3.11.7.tar.xz
|
||||
46dd8230ee2ab66e9c4157c10b2bd9c414fd7f30be0bee73e21a9eea88f63fff362d47828e0fc77ddc59df097b414b21505f8b5f98bc866381115c58ae3f4862 externally-managed
|
||||
ab8eaa2858d5109049b1f9f553198d40e0ef8d78211ad6455f7b491af525bffb16738fed60fc84e960c4889568d25753b9e4a1494834fea48291b33f07000ec2 musl-find_library.patch
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user