From 4577816efa4ad49fdeb7f94572c18c9a6a14b1c9 Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Sun, 19 Jan 2020 14:45:55 -0500 Subject: [PATCH] python-yaml: update to 5.3. --- srcpkgs/python-yaml/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-yaml/template b/srcpkgs/python-yaml/template index 072f07999c1..bd51d08800e 100644 --- a/srcpkgs/python-yaml/template +++ b/srcpkgs/python-yaml/template @@ -1,7 +1,7 @@ # Template file for 'python-yaml' pkgname=python-yaml -version=5.2 -revision=2 +version=5.3 +revision=1 wrksrc="PyYAML-${version}" build_style=python-module pycompile_module="yaml" @@ -12,7 +12,7 @@ maintainer="Peter Bui " license="MIT" homepage="http://pyyaml.org/wiki/PyYAML" distfiles="${PYPI_SITE}/P/PyYAML/PyYAML-${version}.tar.gz" -checksum=c0ee8eca2c582d29c3c2ec6e2c4f703d1b7f1fb10bc72317355a746057e7346c +checksum=e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615 do_check() { python3 setup.py test