From e30627c4bc28df7cadfc498f95b2b36adb1adbe9 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 11 Oct 2024 10:49:21 +0000 Subject: [PATCH] core/python to 3.12.7-1 --- core/python/.SRCINFO | 8 ++++---- core/python/PKGBUILD | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/core/python/.SRCINFO b/core/python/.SRCINFO index ce33e3b89..0c9fbcfcf 100644 --- a/core/python/.SRCINFO +++ b/core/python/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python pkgdesc = The Python programming language - pkgver = 3.12.6 + pkgver = 3.12.7 pkgrel = 1 url = https://www.python.org/ arch = x86_64 @@ -22,14 +22,14 @@ pkgbase = python depends = zlib depends = tzdata depends = mpdecimal - source = https://www.python.org/ftp/python/3.12.6/Python-3.12.6.tar.xz - source = https://www.python.org/ftp/python/3.12.6/Python-3.12.6.tar.xz.asc + source = https://www.python.org/ftp/python/3.12.7/Python-3.12.7.tar.xz + source = https://www.python.org/ftp/python/3.12.7/Python-3.12.7.tar.xz.asc source = EXTERNALLY-MANAGED validpgpkeys = 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D validpgpkeys = E3FF2839C048B25C084DEBE9B26995E310250568 validpgpkeys = A035C8C19219BA821ECEA86B64E628F8D684696D validpgpkeys = 7169605F62C751356D054A26A821E680E5FA6305 - sha512sums = e658b0d59b5cfdc591d626e8282b9945759f27ee6fbc8bcb8670737db32ffc11fb832dfed9b0e80188fb5f7f3f39fe6dd6191ab7736376453c9e248321e9b063 + sha512sums = 4a363d3f852ad8f4fd1484aa4cec35494a3811be48ef67fadb2bdf2e2489ed07dc78fad6ab475257db503ddd64d39f9800f23a1c94b6bbd15b7f632cff0c90ae sha512sums = SKIP sha512sums = 62a6fbfbaeaa3ba7c54e109d9c3b7f67e73bb21986da4c1fcc5d28cca83d71e0fcae28e1fc70ee8ddce7dea8cd0b64e18d1031dae3a2eae5eaa379c53efd53a0 diff --git a/core/python/PKGBUILD b/core/python/PKGBUILD index 5416df24b..665fb9aeb 100644 --- a/core/python/PKGBUILD +++ b/core/python/PKGBUILD @@ -13,7 +13,7 @@ shopt -s extglob pkgbase=python pkgname=(python python-tests) -pkgver=3.12.6 +pkgver=3.12.7 pkgrel=1 _pybasever=${pkgver%.*} pkgdesc="The Python programming language" @@ -24,7 +24,7 @@ depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libnsl' 'libxcrypt' 'openssl' 'zlib' ' makedepends=('tk' 'sqlite' 'bluez-libs' 'llvm' 'gdb' 'xorg-server-xvfb' 'ttf-font') source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"{,.asc} EXTERNALLY-MANAGED) -sha512sums=('e658b0d59b5cfdc591d626e8282b9945759f27ee6fbc8bcb8670737db32ffc11fb832dfed9b0e80188fb5f7f3f39fe6dd6191ab7736376453c9e248321e9b063' +sha512sums=('4a363d3f852ad8f4fd1484aa4cec35494a3811be48ef67fadb2bdf2e2489ed07dc78fad6ab475257db503ddd64d39f9800f23a1c94b6bbd15b7f632cff0c90ae' 'SKIP' '62a6fbfbaeaa3ba7c54e109d9c3b7f67e73bb21986da4c1fcc5d28cca83d71e0fcae28e1fc70ee8ddce7dea8cd0b64e18d1031dae3a2eae5eaa379c53efd53a0') validpgpkeys=('0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D' # Ned Deily (Python release signing key) @@ -64,10 +64,10 @@ build() { --with-tzpath=/usr/share/zoneinfo # Obtain next free server number for xvfb-run; this even works in a chroot environment. - export servernum=99 - while ! xvfb-run -a -n "$servernum" /bin/true 2>/dev/null; do servernum=$((servernum+1)); done + #export servernum=99 + #while ! xvfb-run -a -n "$servernum" /bin/true 2>/dev/null; do servernum=$((servernum+1)); done - LC_CTYPE=en_US.UTF-8 xvfb-run -s "-screen 0 1920x1080x16 -ac +extension GLX" -a -n "$servernum" make EXTRA_CFLAGS="$CFLAGS" + LC_CTYPE=en_US.UTF-8 make EXTRA_CFLAGS="$CFLAGS" } check() {