Date: Thursday, March 5, 2020 @ 18:54:43 Author: felixonmars Revision: 590830
upgpkg: python-marshmallow 3.5.1-1 Modified: python-marshmallow/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-05 18:54:06 UTC (rev 590829) +++ PKGBUILD 2020-03-05 18:54:43 UTC (rev 590830) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-marshmallow -pkgver=3.5.0 +pkgver=3.5.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=('2a09946ba257b3242b8286b7752d42a57ce25362466bcb9aa2966b7da803ce869f49a495ee31cd89dd7746a3738364885b34764e8a4669cd885d7c78a5f238af') +sha512sums=('89b3abce9e31dad6a20cf8ceef62270c8f95cbdf80965b6d29f1728d37d51171a020463da9d0354688183ea07e3f47a0ddab8694da13fe238f11a3dc755d4d6e') build() { cd "$srcdir"/marshmallow-$pkgver
