summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-frozenlist_1.6.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-frozenlist: Upgrade 1.6.2 -> 1.7.0Leon Anavi2025-06-251-14/+0
| | | | | | | | | | | | | | | | Upgrade to release 1.7.0: - Added deepcopy support to FrozenList - Fixed an issue where frozenlist binary wheels would be built with debugging symbols and line tracing enabled, which significantly impacted performance. Line tracing is now disabled by default and can only be enabled explicitly - Enabled PIP_CONSTRAINT environment variable in the build configuration to ensure the pinned Cython version from requirements/cython.txt is used during wheel builds. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-frozenlist: upgrade 1.6.0 -> 1.6.2Wang Mingyu2025-06-091-0/+14
Changelog: =========== - Correctly use cimport for including PyBool_FromLong - Exclude _frozenlist.cpp from bdists/wheels - Updated to use Cython 3.1 universally across the build path Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>