David Runge pushed to branch main at Arch Linux / Packaging / Packages / python
Commits: f7d91efb by David Runge at 2023-08-28T22:59:14+02:00 upgpkg: 3.11.5-1 Add upstream patch for issue with raw f-string in tests: https://github.com/python/cpython/issues/108569 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -9,8 +9,8 @@ shopt -s extglob pkgbase=python pkgname=(python python-tests) -pkgver=3.11.3 -pkgrel=2 +pkgver=3.11.5 +pkgrel=1 _pybasever=${pkgver%.*} pkgdesc="Next generation of the python high-level scripting language" arch=('x86_64') @@ -19,9 +19,11 @@ url="https://www.python.org/" depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libnsl' 'libxcrypt' 'openssl' 'zlib' 'tzdata') makedepends=('tk' 'sqlite' 'bluez-libs' 'mpdecimal' 'llvm' 'gdb' 'xorg-server-xvfb' 'ttf-font') source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"{,.asc} + $pkgbase-3.11.5-raw_fstring.patch::https://github.com/python/cpython/commit/ed749be3aab081ce4e5d54e0273b96bdea02983f.patch EXTERNALLY-MANAGED) -sha512sums=('a3bba4b69322a47bfeefe42ba0fd7331b5b67fd2ab41441e2219d16ef8c6f307f1a48977afd073c18cfd24ec6cb1bfe0c4bb4b273031eb524dc7e9fb5fbcc3b6' +sha512sums=('93fa640bedcea449060caac8aa691aa315a19f172fd9f0422183d17749c3512d4ecac60e7599f9ef14e3cdb3c8b4b060e484c9061b1e7ee8d958200d6041e408' 'SKIP' + '310819a88a68ba3131a5e4a079fb383036c759d7c29340048bf6e28ded760a7bc98215bd3c24dd4a8ba05ee16ca80e6ba2a1073464af96d7a5bf921a4fe47b9d' '62a6fbfbaeaa3ba7c54e109d9c3b7f67e73bb21986da4c1fcc5d28cca83d71e0fcae28e1fc70ee8ddce7dea8cd0b64e18d1031dae3a2eae5eaa379c53efd53a0') validpgpkeys=('0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D' # Ned Deily (Python release signing key) <[email protected]> 'E3FF2839C048B25C084DEBE9B26995E310250568' # Ćukasz Langa (GPG langa.pl) <[email protected]> @@ -30,6 +32,9 @@ validpgpkeys=('0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D' # Ned Deily (Python re prepare() { cd Python-${pkgver} + # test fails due to unhandled warning: https://github.com/python/cpython/issues/108569 + patch -Np1 -i ../$pkgbase-3.11.5-raw_fstring.patch + # FS#23997 sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python|" Lib/cgi.py View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python/-/commit/f7d91efb80a18922813b9ecd60d318f80f28778f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python/-/commit/f7d91efb80a18922813b9ecd60d318f80f28778f You're receiving this email because of your account on gitlab.archlinux.org.
