python-marshmallow: update to 3.24.2

This commit is contained in:
Konstantin Podsvirov
2025-01-09 22:02:22 +03:00
committed by Christoph Reiter
parent 916ff92c5f
commit 6149e5f4d4

View File

@@ -3,7 +3,7 @@
_realname=marshmallow
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.24.1
pkgver=3.24.2
pkgrel=1
pkgdesc='A lightweight library for converting complex objects to and from simple Python datatypes (mingw-w64)'
arch=('any')
@@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-flit-core")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('efdcb656ac8788f0e3d1d938f8dc0f237bf1a99aff8f6dfbffa594981641cea0')
sha256sums=('0822c3701de396b51d3f8ac97319aea5493998ba4e7d0e4c05f6fce7777bf3a2')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"