Skip to content

Commit

Permalink
python3-kiwisolver: upgrade 1.4.4 -> 1.4.5
Browse files Browse the repository at this point in the history
Changelog:
==============
-implement exceptions in Python PR openembedded#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 openembedded#166
-add support for Python 3.12

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Sep 7, 2023
1 parent 8fc5d7f commit 2e92437
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/nucleic/kiwi"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f137eeae9cf8004d06830f6ab25b2d52"

SRC_URI[sha256sum] = "d41997519fcba4a1e46eb4a2fe31bc12f0ff957b2b81bac28db24744f333e955"
SRC_URI[sha256sum] = "e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec"

inherit pypi python_setuptools_build_meta

Expand Down

0 comments on commit 2e92437

Please sign in to comment.