summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-kiwisolver: upgrade 1.4.4 -> 1.4.5Wang Mingyu2023-09-071-19/+0
| | | | | | | | | | | | Changelog: ============== -implement exceptions in Python PR #162 This allows to expose in a natural manner the object relevant to the exception: constraint or edit_variable -add missing signature of Constraint.violated for Python wrapper PR #166 -add support for Python 3.12 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kiwisolver: upgrade 1.4.3 -> 1.4.4Xu Huan2022-07-241-0/+19
Changelog: ========== - fix timing in shared data release procedure PR #149 - revert use of nullpointer introduced in #142 Its use is not necessary anymore in 3.11.0-beta.4 and used to cause issues on some platforms (see #144 ) PR #145 Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>