Date: Sunday, November 1, 2020 @ 11:27:15 Author: felixonmars Revision: 738846
upgpkg: python-marshmallow 3.9.0-1 Modified: python-marshmallow/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-01 11:27:01 UTC (rev 738845) +++ PKGBUILD 2020-11-01 11:27:15 UTC (rev 738846) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-marshmallow -pkgver=3.8.0 +pkgver=3.9.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=('266333b5805b2fff5ab102461d9750a8092a0d1587465ef8f709ef9986ddf7f4e84dc1cc7ce6eced23f1f21f1ababfb1df4e0f8a43f0585f122c4e65169b380f') +sha512sums=('79413e6adc9fdf1fa16c44c58517936327cccc0d8f3d349240aed9dbfb656795c97a3ad50843822d6c93190e41d3fe463bfabe6d62e2af78c7563f4867e8155d') build() { cd "$srcdir"/marshmallow-$pkgver