From 74f1b3dcb5e9f6c9c19520cee12a37f0642dec0e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 1 Oct 2020 10:40:23 -0400 Subject: [PATCH] python-yaml: update to 5.3.1. --- srcpkgs/python-yaml/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-yaml/template b/srcpkgs/python-yaml/template index 1b71d81b3d4..34df72de973 100644 --- a/srcpkgs/python-yaml/template +++ b/srcpkgs/python-yaml/template @@ -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 " 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