From 173ebf203a7b50d343dfe54834bc3df5eb6b2bfd Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Mon, 1 Sep 2025 22:12:15 +0200 Subject: [PATCH] python-executing: update to 2.2.1 It also needs python-asttokens (and potentially python-littleutils, but that's currently not packaged for MSYS2) during checks. --- mingw-w64-python-executing/PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-executing/PKGBUILD b/mingw-w64-python-executing/PKGBUILD index 9850f2ccf9..31dee2bf24 100644 --- a/mingw-w64-python-executing/PKGBUILD +++ b/mingw-w64-python-executing/PKGBUILD @@ -1,14 +1,17 @@ # Contributor: Mehdi Chinoune +# Contributor: Dirk Stolle _realname=executing pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2.2.0 +pkgver=2.2.1 pkgrel=1 pkgdesc="Get the currently executing AST node of a frame, and other information (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') msys2_references=( + 'archlinux: python-executing' + 'gentoo: dev-python/executing' 'purl: pkg:pypi/executing' ) url='https://github.com/alexmojaki/executing' @@ -18,9 +21,10 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-setuptools-scm") -checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") +checkdepends=("${MINGW_PACKAGE_PREFIX}-python-asttokens" + "${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('5d108c028108fe2551d1a7b2e8b713341e2cb4fc0aa7dcf966fa4327a5226755') +sha256sums=('3632cc370565f6648cc328b32435bd120a1e4ebb20c77e3fdde9a13cd1e533c4') prepare() { cd "${srcdir}/${_realname}-${pkgver}"