Date: Saturday, May 9, 2020 @ 05:18:44 Author: felixonmars Revision: 625851
upgpkg: python-marshmallow 3.6.0-1 Modified: python-marshmallow/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-09 05:18:26 UTC (rev 625850) +++ PKGBUILD 2020-05-09 05:18:44 UTC (rev 625851) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-marshmallow -pkgver=3.5.2 +pkgver=3.6.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=('81c78066ad5ecd7d518318b7fc1ead2ac268979333c67da43374a9c4bae753ce2bf794f62a1369264849e1a820d980c736aeccc4445eb9ff06c995595bbc9f47') +sha512sums=('927bc5edb3498a07d8253bf84741b420fcf70cc31c408bb509ff218e90240b69515cbd32b81243eef893e2de567819e7648b8249611f4a71dfd6591115b2392e') build() { cd "$srcdir"/marshmallow-$pkgver
