summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.8.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-lazy-object-proxy: upgrade 1.8.0 -> 1.9.0Wang Mingyu2023-01-111-11/+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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lazy-object-proxy: upgrade 1.7.1 -> 1.8.0Wang Mingyu2022-11-071-0/+11
License-Update: Copyright year updated to 2022. Changelog: ========== Cleaned up use of cPickle. Contributed by Sandro Tosi in #62. Cleaned up more dead Python 2 code. Added Python 3.11 wheels. Dropped support for Python 3.6. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>