From c0c72c22e563db8f4021de09abca4f6ad04197be Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Fri, 20 Dec 2019 13:47:40 -0500 Subject: [PATCH] python-yaml: update to 5.2. --- 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 8a7caf1d99e..884676deb5a 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.1.2 +version=5.2 revision=1 wrksrc="PyYAML-${version}" build_style=python-module @@ -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=01adf0b6c6f61bd11af6e10ca52b7d4057dd0be0343eb9283c878cf3af56aee4 +checksum=c0ee8eca2c582d29c3c2ec6e2c4f703d1b7f1fb10bc72317355a746057e7346c do_check() { python3 setup.py test