From 69775c7fceea07b410e692c32093a783ccb8ea9d Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Sun, 16 Nov 2025 20:37:33 +0100 Subject: [PATCH] python-billiard: update to 4.2.3 --- mingw-w64-python-billiard/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-billiard/PKGBUILD b/mingw-w64-python-billiard/PKGBUILD index 858a4a64de..029d0697d5 100644 --- a/mingw-w64-python-billiard/PKGBUILD +++ b/mingw-w64-python-billiard/PKGBUILD @@ -3,7 +3,7 @@ _realname=billiard pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-$_realname") -pkgver=4.2.2 +pkgver=4.2.3 pkgrel=1 pkgdesc='Python multiprocessing fork with improvements and bugfixes (mingw-w64)' arch=('any') @@ -12,6 +12,7 @@ msys2_references=( 'purl: pkg:pypi/billiard' ) msys2_repository_url='https://github.com/celery/billiard' +msys2_changelog_url='https://github.com/celery/billiard/blob/main/CHANGES.txt' url='https://billiard.readthedocs.io' license=('BSD-3-Clause') depends=("${MINGW_PACKAGE_PREFIX}-python") @@ -21,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-wheel") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('e815017a062b714958463e07ba15981d802dc53d41c5b69d28c5a7c238f8ecf3') +sha256sums=('96486f0885afc38219d02d5f0ccd5bec8226a414b834ab244008cbb0025b8dcb') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"