diff mbox series

[meta-oe] sip: upgrade 6.7.7 -> 6.7.8

Message ID 1681717665-19231-4-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] sip: upgrade 6.7.7 -> 6.7.8 | expand

Commit Message

Mingyu Wang (Fujitsu) April 17, 2023, 7:47 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 meta-oe/recipes-devtools/sip/{sip_6.7.7.bb => sip_6.7.8.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/sip/{sip_6.7.7.bb => sip_6.7.8.bb} (83%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/sip/sip_6.7.7.bb b/meta-oe/recipes-devtools/sip/sip_6.7.8.bb
similarity index 83%
rename from meta-oe/recipes-devtools/sip/sip_6.7.7.bb
rename to meta-oe/recipes-devtools/sip/sip_6.7.8.bb
index 5e361d972..01000f59c 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"