aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-04-17 15:47:44 +0800
committerKhem Raj <raj.khem@gmail.com>2023-04-17 09:53:32 -0700
commit016f6ae65c2648d09b3988f4d4aa76e9a8731a71 (patch)
tree71fa2ae2fc7555e162b129e6d6936b1745b9d7a8 /meta-oe/recipes-devtools
parent2e53376646e46d4afe0b5aa10dcab523d1682432 (diff)
downloadmeta-openembedded-contrib-016f6ae65c2648d09b3988f4d4aa76e9a8731a71.tar.gz
sip: upgrade 6.7.7 -> 6.7.8
Changelog: ========== - The latest version of ABI v13 is v13.5.0. - The latest version of ABI v12 is v12.12.0. - The 'wheel-includes' value of the 'tool.sip.project' section of pyproject.toml now supports the use of absolute file patterns. - Replaced the use of the 'toml' package with the standard library 'tomllib' package for Python v3.11 and later, and the 'tomli' package for earlier versions of Python. - Bug fixes. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/sip/sip_6.7.8.bb (renamed from meta-oe/recipes-devtools/sip/sip_6.7.7.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/sip/sip_6.7.7.bb b/meta-oe/recipes-devtools/sip/sip_6.7.8.bb
index 5e361d9721..01000f59c9 100644
--- a/meta-oe/recipes-devtools/sip/sip_6.7.7.bb
+++ b/meta-oe/recipes-devtools/sip/sip_6.7.8.bb
@@ -11,6 +11,6 @@ LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303"
inherit pypi setuptools3 python3native
PYPI_PACKAGE = "sip"
-SRC_URI[sha256sum] = "dee9c06fa8ae6d441a401f922867fc6196edda274eebd9fbfec54f0769c2a9e2"
+SRC_URI[sha256sum] = "7e7186a36818c9d325c82e59ac5b049d9022c2d5783942c38d49497ac8a94c8f"
BBCLASSEXTEND = "native"