From 560f573d9cf2c0c1b66576b2e29ce2ee20e68e58 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 18 Oct 2023 17:32:56 +0300 Subject: sip: upgrade 6.7.11 -> 6.7.12 Upgrade to version 6.7.12: - Added sipPyTypeDictRef() to the v12 and v13 ABIs. sipPyTypeDict() is now deprecated and must not be used with Python v3.12 and later. - Classes will automatically support being iterated over if they implement __getitem__() or operator[] and have a method annotated with __len__. - The latest version of ABI v13 is v13.6.0. - The latest version of ABI v12 is v12.13.0. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/sip/sip_6.7.11.bb | 16 ---------------- meta-oe/recipes-devtools/sip/sip_6.7.12.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-devtools/sip/sip_6.7.11.bb create mode 100644 meta-oe/recipes-devtools/sip/sip_6.7.12.bb diff --git a/meta-oe/recipes-devtools/sip/sip_6.7.11.bb b/meta-oe/recipes-devtools/sip/sip_6.7.11.bb deleted file mode 100644 index 66ec979ac0..0000000000 --- a/meta-oe/recipes-devtools/sip/sip_6.7.11.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] = "f0dc3287a0b172e5664931c87847750d47e4fdcda4fe362b514af8edd655b469" - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-devtools/sip/sip_6.7.12.bb b/meta-oe/recipes-devtools/sip/sip_6.7.12.bb new file mode 100644 index 0000000000..00823cf1a6 --- /dev/null +++ b/meta-oe/recipes-devtools/sip/sip_6.7.12.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] = "08e66f742592eb818ac8fda4173e2ed64c9f2d40b70bee11db1c499127d98450" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf