summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2023-10-18 17:32:56 +0300
committerKhem Raj <raj.khem@gmail.com>2023-10-18 08:47:09 -0700
commit560f573d9cf2c0c1b66576b2e29ce2ee20e68e58 (patch)
treec09b701917106c8e7f59c46b44882faa0cf9978a
parentb7ec500f46972e296c0830980397cae29d3f6969 (diff)
downloadmeta-openembedded-560f573d9cf2c0c1b66576b2e29ce2ee20e68e58.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>
-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"