[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Dec 10 18:29:44 UTC 2019
Date: Tuesday, December 10, 2019 @ 18:29:44
Author: felixonmars
Revision: 536545
upgpkg: python-marshmallow 3.3.0-1
Modified:
python-marshmallow/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-10 18:27:19 UTC (rev 536544)
+++ PKGBUILD 2019-12-10 18:29:44 UTC (rev 536545)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-marshmallow
-pkgver=3.2.2
+pkgver=3.3.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=('ea85f8ed28a1dc0e9ca3cb5d7967f6419d8c81e97aebcb9f1ecffa38577b8892440fde8364eb5453f34f777b212b0558c913f4edf156d93de1d4602da23f7b42')
+sha512sums=('fa956e4ec8faed712fa1b90a10a5af35a72929139b93e634f7d1f97be363daf10376e6bb281d73bbc2ccf59bd8015f56cb93229463ab96237a24aedd01dde639')
build() {
cd "$srcdir"/marshmallow-$pkgver
More information about the arch-commits
mailing list