mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-marshmallow: update to 3.6.1.
This commit is contained in:
parent
a247830ea6
commit
d45233959a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-marshmallow'
|
# Template file for 'python3-marshmallow'
|
||||||
pkgname=python3-marshmallow
|
pkgname=python3-marshmallow
|
||||||
version=3.6.0
|
version=3.6.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="marshmallow-${version}"
|
wrksrc="marshmallow-${version}"
|
||||||
|
@ -14,7 +14,7 @@ license="MIT"
|
||||||
homepage="https://github.com/marshmallow-code/marshmallow"
|
homepage="https://github.com/marshmallow-code/marshmallow"
|
||||||
changelog="https://raw.githubusercontent.com/marshmallow-code/marshmallow/dev/CHANGELOG.rst"
|
changelog="https://raw.githubusercontent.com/marshmallow-code/marshmallow/dev/CHANGELOG.rst"
|
||||||
distfiles="${PYPI_SITE}/m/marshmallow/marshmallow-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/marshmallow/marshmallow-${version}.tar.gz"
|
||||||
checksum=c2673233aa21dde264b84349dc2fd1dce5f30ed724a0a00e75426734de5b84ab
|
checksum=35ee2fb188f0bd9fc1cf9ac35e45fd394bd1c153cee430745a465ea435514bd5
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
PYTHONPATH="${PWD}/build/lib" pytest3 -v
|
PYTHONPATH="${PWD}/build/lib" pytest3 -v
|
||||||
|
|
Loading…
Add table
Reference in a new issue