Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-lazy-object-proxy: upgrade 1.8.0 -> 1.9.0
License-Update: Copyright year updated to 2023. Changelog: ========== - 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. Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
- Loading branch information