From 4cb4ac011787a7e618c228f6a22cb2dccaf49819 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Sun, 12 Oct 2025 23:22:38 +0200 Subject: [PATCH] python-comtypes: update to 1.4.13 --- mingw-w64-python-comtypes/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-comtypes/PKGBUILD b/mingw-w64-python-comtypes/PKGBUILD index ce1f0794fb..b74781f704 100644 --- a/mingw-w64-python-comtypes/PKGBUILD +++ b/mingw-w64-python-comtypes/PKGBUILD @@ -3,15 +3,17 @@ _realname=comtypes pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.4.12 +pkgver=1.4.13 pkgrel=1 pkgdesc="A pure Python, lightweight COM client and server framework, based on the ctypes Python FFI package (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') msys2_references=( + 'anitya: 179143' 'purl: pkg:pypi/comtypes' ) url='https://github.com/enthought/comtypes' +msys2_changelog_url='https://github.com/enthought/comtypes/blob/main/CHANGES.txt' license=('spdx:MIT') depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" @@ -19,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-setuptools") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.zip") -sha256sums=('3ff06c442c2de8a2b25785407f244eb5b6f809d21cf068a855071ba80a76876f') +sha256sums=('fc573997ae32b374891cfa8d79ebb8289809ed3a4a3f789d5348371099c7788a') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"