Subject: CVS commit: pkgsrc/devel/py-rlp
From: Adam Ciarcinski
Date: 2024-01-11 11:06:43
Message id: 20240111100643.73178FA42@cvs.NetBSD.org

Log Message:
py-rlp: updated to 4.0.0

pyrlp v4.0.0 (2023-11-29)

Features

repr() now returns an evaluatable string, like MyRLPObj(my_int_field=1, \ 
my_str_field="a_str")

Internal Changes - for pyrlp Contributors

Convert .format strings to f-strings
Add autoflake linting and move config to pyproject.toml

Files:
RevisionActionfile
1.16modifypkgsrc/devel/py-rlp/Makefile
1.2modifypkgsrc/devel/py-rlp/PLIST
1.7modifypkgsrc/devel/py-rlp/distinfo
1.2removepkgsrc/devel/py-rlp/patches/patch-setup.py