From d45233959a04d6dfdf6b7d53b7adf1bc32a46ae9 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Fri, 5 Jun 2020 07:08:15 +0200 Subject: [PATCH] python3-marshmallow: update to 3.6.1. --- srcpkgs/python3-marshmallow/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template index 5e2f03b79e6..91d42386ed7 100644 --- a/srcpkgs/python3-marshmallow/template +++ b/srcpkgs/python3-marshmallow/template @@ -1,6 +1,6 @@ # Template file for 'python3-marshmallow' pkgname=python3-marshmallow -version=3.6.0 +version=3.6.1 revision=1 archs=noarch wrksrc="marshmallow-${version}" @@ -14,7 +14,7 @@ license="MIT" homepage="https://github.com/marshmallow-code/marshmallow" changelog="https://raw.githubusercontent.com/marshmallow-code/marshmallow/dev/CHANGELOG.rst" distfiles="${PYPI_SITE}/m/marshmallow/marshmallow-${version}.tar.gz" -checksum=c2673233aa21dde264b84349dc2fd1dce5f30ed724a0a00e75426734de5b84ab +checksum=35ee2fb188f0bd9fc1cf9ac35e45fd394bd1c153cee430745a465ea435514bd5 do_check() { PYTHONPATH="${PWD}/build/lib" pytest3 -v