python-yaml: update to 5.3.1.
This commit is contained in:
parent
cd95846f38
commit
74f1b3dcb5
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-yaml'
|
||||
pkgname=python-yaml
|
||||
version=5.3
|
||||
version=5.3.1
|
||||
revision=1
|
||||
wrksrc="PyYAML-${version}"
|
||||
build_style=python-module
|
||||
|
@ -11,7 +11,7 @@ maintainer="Peter Bui <pbui@github.bx612.space>"
|
|||
license="MIT"
|
||||
homepage="http://pyyaml.org/wiki/PyYAML"
|
||||
distfiles="${PYPI_SITE}/P/PyYAML/PyYAML-${version}.tar.gz"
|
||||
checksum=e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615
|
||||
checksum=b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
|
|
Loading…
Reference in a new issue