forked from pool/python-lazy-object-proxy
76efa450c93895e84dba9c11ce5a958618ccd6a479712850f83ea8abb23d6bf2
- update to 1.9.0:
* 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.
OBS-URL: https://build.opensuse.org/request/show/1085123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lazy-object-proxy?expand=0&rev=16
Description
No description provided
Languages
RPM Spec
100%