From: Daniel Dickman Subject: py-yaml 5.4.1 -> 6.0.1 To: ports@openbsd.org Date: Tue, 26 Mar 2024 01:03:18 -0400 Here's an update of py-yaml to 6.0.1 which is the latest release. This is needed so we can update urllib3 to the 2.x series. Build-tested with all reverse deps, although further runtime testing of those consumers would be useful. ok? Index: Makefile =================================================================== RCS file: /cvs/ports/textproc/py-yaml/Makefile,v diff -u -p -u -r1.31 Makefile --- Makefile 24 Sep 2023 11:39:30 -0000 1.31 +++ Makefile 26 Mar 2024 04:55:23 -0000 @@ -1,9 +1,8 @@ COMMENT= YAML parser and emitter in Python -MODPY_EGG_VERSION=5.4.1 +MODPY_EGG_VERSION=6.0.1 DISTNAME= PyYAML-${MODPY_EGG_VERSION} PKGNAME= py-yaml-${MODPY_EGG_VERSION} -REVISION= 4 CATEGORIES= textproc @@ -14,17 +13,19 @@ MAINTAINER= Pierre-Emmanuel Andre