From: wen heping Subject: devel/pyflakes: Update to 3.2.0 To: "ports@openbsd.org" Date: Tue, 9 Jan 2024 06:18:14 +0000 Hi, ports@: Here is a simple patch for devel/pyflakes to update to 3.2.0. It build well and pass all tests on amd64-current system. It is required by the update of devel/flake8. Cheers ! wen Index: Makefile =================================================================== RCS file: /cvs/ports/devel/pyflakes/Makefile,v retrieving revision 1.31 diff -u -p -r1.31 Makefile --- Makefile 25 Oct 2023 15:53:02 -0000 1.31 +++ Makefile 9 Jan 2024 06:14:36 -0000 @@ -1,6 +1,6 @@ COMMENT= passive checker of Python programs -MODPY_EGG_VERSION= 3.1.0 +MODPY_EGG_VERSION= 3.2.0 DISTNAME= pyflakes-${MODPY_EGG_VERSION} CATEGORIES= devel Index: distinfo =================================================================== RCS file: /cvs/ports/devel/pyflakes/distinfo,v retrieving revision 1.14 diff -u -p -r1.14 distinfo --- distinfo 25 Oct 2023 15:53:02 -0000 1.14 +++ distinfo 9 Jan 2024 06:14:36 -0000 @@ -1,2 +1,2 @@ -SHA256 (pyflakes-3.1.0.tar.gz) = oKrgNMRE2wBxqgd5crpHaNQMgw2VOf1Fv0zT+PaZLvw= -SIZE (pyflakes-3.1.0.tar.gz) = 63636 +SHA256 (pyflakes-3.2.0.tar.gz) = HGFgP/FUYh+yqRcgN9hNyjUA3vjItjBlfRcB8Cb4rz8= +SIZE (pyflakes-3.2.0.tar.gz) = 63788