summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2023-10-18 17:32:56 +0300
committerArmin Kuster <akuster808@gmail.com>2023-10-30 07:14:02 -0400
commit1d2cc95bee95331cbb9ea7788a6fd7bc364264be (patch)
tree084179a3caec9a5d86ad52f11e0d7a44ec7cbc26
parent4daac178ebffa3bdd156123f4f0ad9c9b79d2896 (diff)
downloadmeta-openembedded-1d2cc95bee95331cbb9ea7788a6fd7bc364264be.tar.gz
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 560f573d9cf2c0c1b66576b2e29ce2ee20e68e58) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/sip/sip_6.7.12.bb (renamed from meta-oe/recipes-devtools/sip/sip_6.7.11.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/sip/sip_6.7.11.bb b/meta-oe/recipes-devtools/sip/sip_6.7.12.bb
index 66ec979ac0..00823cf1a6 100644
--- a/meta-oe/recipes-devtools/sip/sip_6.7.11.bb
+++ b/meta-oe/recipes-devtools/sip/sip_6.7.12.bb
@@ -11,6 +11,6 @@ LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303"
11inherit pypi setuptools3 python3native 11inherit pypi setuptools3 python3native
12 12
13PYPI_PACKAGE = "sip" 13PYPI_PACKAGE = "sip"
14SRC_URI[sha256sum] = "f0dc3287a0b172e5664931c87847750d47e4fdcda4fe362b514af8edd655b469" 14SRC_URI[sha256sum] = "08e66f742592eb818ac8fda4173e2ed64c9f2d40b70bee11db1c499127d98450"
15 15
16BBCLASSEXTEND = "native" 16BBCLASSEXTEND = "native"