python-billiard: update to 4.2.3

This commit is contained in:
Dirk Stolle
2025-11-16 20:37:33 +01:00
parent 79febb0bc0
commit 69775c7fce

View File

@@ -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}"