[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jul 9 17:34:53 UTC 2020
Date: Thursday, July 9, 2020 @ 17:34:52
Author: felixonmars
Revision: 661850
upgpkg: python-marshmallow 3.7.0-1
Modified:
python-marshmallow/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-09 17:34:43 UTC (rev 661849)
+++ PKGBUILD 2020-07-09 17:34:52 UTC (rev 661850)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-marshmallow
-pkgver=3.6.1
+pkgver=3.7.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=('e1cf918e3d81b03569cfc8721a29d54d05987f8e157634de13d3d0d2a941dd6ee835feafeb22e4884b70ec9fb1b90513433cc104cc76d9feb05d6ff93b33ce01')
+sha512sums=('df5341004b9bfcf222293263bee5fcb715d6732cbe02021b04da62fe90adfbe1eeef7c2abb19e1f3a717404b7349ca9df510773a940989a8816e16008b85da3e')
build() {
cd "$srcdir"/marshmallow-$pkgver
More information about the arch-commits
mailing list