Subject: CVS commit: pkgsrc/devel/py-lazy-object-proxy
From: Adam Ciarcinski
Date: 2023-01-05 11:35:25
Message id: 20230105103525.C2C35FA90@cvs.NetBSD.org

Log Message:
py-lazy-object-proxy: updated to 1.9.0

1.9.0 (2023-01-04)
------------------
* Added support for matrix multiplication operator (``@``).
* Should have all the wheels now (including the manylinux ones).
* Bumped minimum version requirements for setuptools and setuptools-scm.
* Switched the default pure python fallback implementation to the \ 
"simple" one (when you ``from lazy_object_proxy import Proxy``
  and the C extension is not available).
  Previously the "slots" implementation was used but as it turns out \ 
it is slower on Python 3.

Files:
RevisionActionfile
1.15modifypkgsrc/devel/py-lazy-object-proxy/Makefile
1.14modifypkgsrc/devel/py-lazy-object-proxy/distinfo