Subject: CVS commit: pkgsrc/devel/py-atpublic
From: Adam Ciarcinski
Date: 2023-07-30 17:24:05
Message id: 20230730152405.5CD66FBDB@cvs.NetBSD.org

Log Message:
py-atpublic: updated to 4.0

4.0 (2023-06-05)
Drop Python 3.7 support
Remove public.install() which was used to inject the public and private \ 
functions into the builtins namespace. This isn’t very helpful and could be \ 
actively harmful. Explicit is better than implicit.
The functional form of public() now returns the argument values in the order \ 
they are given. This allows you to explicitly bind those values to names in the \ 
global namespace. While this is redundant, it does solve some linter problems.
Switch from flake8 and isort to ruff for code quality.
Bump dependencies.

Files:
RevisionActionfile
1.10modifypkgsrc/devel/py-atpublic/Makefile
1.4modifypkgsrc/devel/py-atpublic/PLIST
1.9modifypkgsrc/devel/py-atpublic/distinfo