Date: Wednesday, September 16, 2020 @ 13:18:23 Author: felixonmars Revision: 707518
upgpkg: python-marshmallow 3.8.0-1 Modified: python-marshmallow/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-16 13:18:22 UTC (rev 707517) +++ PKGBUILD 2020-09-16 13:18:23 UTC (rev 707518) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-marshmallow -pkgver=3.7.1 +pkgver=3.8.0 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=('5012d25b9c18854428e1154d46c6923b1b8b43b4e5b89fb5efe213affdf08b10f8899f4c3ed27ed86da5baff2ee9f78417ec5578091eac092218d578bf79ceda') +sha512sums=('266333b5805b2fff5ab102461d9750a8092a0d1587465ef8f709ef9986ddf7f4e84dc1cc7ce6eced23f1f21f1ababfb1df4e0f8a43f0585f122c4e65169b380f') build() { cd "$srcdir"/marshmallow-$pkgver