python-marshmallow: update to 3.26.0

This commit is contained in:
Konstantin Podsvirov
2025-01-23 21:11:02 +03:00
committed by Christoph Reiter
parent 3390ff88d7
commit 0255c403bd

View File

@@ -3,7 +3,7 @@
_realname=marshmallow
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.24.2
pkgver=3.26.0
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=('0822c3701de396b51d3f8ac97319aea5493998ba4e7d0e4c05f6fce7777bf3a2')
sha256sums=('eb36762a1cc76d7abf831e18a3a1b26d3d481bbc74581b8e532a3d3a8115e1cb')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"