python3-marshmallow: update to 3.7.0.
This commit is contained in:
parent
d1f7d15262
commit
501d242e81
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-marshmallow'
|
||||
pkgname=python3-marshmallow
|
||||
version=3.6.1
|
||||
version=3.7.0
|
||||
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=35ee2fb188f0bd9fc1cf9ac35e45fd394bd1c153cee430745a465ea435514bd5
|
||||
checksum=ba949379cb6ef73655f72075e82b31cf57012a5557ede642fc8614ab0354f869
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH="${PWD}/build/lib" pytest3 -v
|
||||
|
|
Loading…
Reference in New Issue