From 016f6ae65c2648d09b3988f4d4aa76e9a8731a71 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 17 Apr 2023 15:47:44 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/sip/sip_6.7.7.bb | 16 ---------------- meta-oe/recipes-devtools/sip/sip_6.7.8.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-devtools/sip/sip_6.7.7.bb create mode 100644 meta-oe/recipes-devtools/sip/sip_6.7.8.bb diff --git a/meta-oe/recipes-devtools/sip/sip_6.7.7.bb b/meta-oe/recipes-devtools/sip/sip_6.7.7.bb deleted file mode 100644 index 5e361d9721..0000000000 --- a/meta-oe/recipes-devtools/sip/sip_6.7.7.bb +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright (C) 2022 Khem Raj -# Released under the MIT license (see COPYING.MIT for the terms) - -SUMMARY = "A Python bindings generator for C/C++ libraries" - -HOMEPAGE = "https://www.riverbankcomputing.com/software/sip/" -LICENSE = "GPL-2.0-or-later" -SECTION = "devel" -LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303" - -inherit pypi setuptools3 python3native - -PYPI_PACKAGE = "sip" -SRC_URI[sha256sum] = "dee9c06fa8ae6d441a401f922867fc6196edda274eebd9fbfec54f0769c2a9e2" - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-devtools/sip/sip_6.7.8.bb b/meta-oe/recipes-devtools/sip/sip_6.7.8.bb new file mode 100644 index 0000000000..01000f59c9 --- /dev/null +++ b/meta-oe/recipes-devtools/sip/sip_6.7.8.bb @@ -0,0 +1,16 @@ +# Copyright (C) 2022 Khem Raj +# Released under the MIT license (see COPYING.MIT for the terms) + +SUMMARY = "A Python bindings generator for C/C++ libraries" + +HOMEPAGE = "https://www.riverbankcomputing.com/software/sip/" +LICENSE = "GPL-2.0-or-later" +SECTION = "devel" +LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303" + +inherit pypi setuptools3 python3native + +PYPI_PACKAGE = "sip" +SRC_URI[sha256sum] = "7e7186a36818c9d325c82e59ac5b049d9022c2d5783942c38d49497ac8a94c8f" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf