Date: Tuesday, July 21, 2020 @ 04:16:32 Author: felixonmars Revision: 664670
upgpkg: python-marshmallow 3.7.1-1 Modified: python-marshmallow/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-21 04:16:25 UTC (rev 664669) +++ PKGBUILD 2020-07-21 04:16:32 UTC (rev 664670) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-marshmallow -pkgver=3.7.0 +pkgver=3.7.1 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow" @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 'python-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz") -sha512sums=('df5341004b9bfcf222293263bee5fcb715d6732cbe02021b04da62fe90adfbe1eeef7c2abb19e1f3a717404b7349ca9df510773a940989a8816e16008b85da3e') +sha512sums=('5012d25b9c18854428e1154d46c6923b1b8b43b4e5b89fb5efe213affdf08b10f8899f4c3ed27ed86da5baff2ee9f78417ec5578091eac092218d578bf79ceda') build() { cd "$srcdir"/marshmallow-$pkgver
