Date: Saturday, December 19, 2020 @ 22:47:13 Author: felixonmars Revision: 780042
upgpkg: python-marshmallow 3.10.0-1 Modified: python-marshmallow/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-19 22:40:34 UTC (rev 780041) +++ PKGBUILD 2020-12-19 22:47:13 UTC (rev 780042) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-marshmallow -pkgver=3.9.1 -pkgrel=3 +pkgver=3.10.0 +pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow" license=('MIT') @@ -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=('4c888a93f73c33eee492415907776796e4cd157aee70be3e3bf30ea5e2f0c456af67a4ad17b1f05e14fe2d3815f0898136d906ed83b3b162bb51f55cba3b0c15') +sha512sums=('41520a7cfde483ca06a69e49ab04f8972932d0fbf7a6c75ef568779b55d5f2f666aead4c161e03416e9b90fba71fd73b3f14630f0d7050b8a7fe7a4bb50d5bf0') build() { cd "$srcdir"/marshmallow-$pkgver
