From 7f612f80c8160f1272e19a76721c394e31c6cf97 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 9 Aug 2024 11:52:33 +0300 Subject: python3-sniffio: Upgrade 1.3.0 -> 1.3.1 Upgrade to release 1.3.1: - Added missing thread_local to sniffio.__all__ Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-sniffio_1.3.0.bb | 12 ------------ .../python/python3-sniffio_1.3.1.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-sniffio_1.3.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb b/meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb deleted file mode 100644 index 746e4185d6..0000000000 --- a/meta-python/recipes-devtools/python/python3-sniffio_1.3.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "Sniff out which async library your code is running under" -SECTION = "devel/python" -LICENSE = "MIT | Apache-2.0" -LIC_FILES_CHKSUM = "\ - file://LICENSE;md5=fa7b86389e58dd4087a8d2b833e5fe96 \ - file://LICENSE.MIT;md5=e62ba5042d5983462ad229f5aec1576c \ - file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \ -" - -inherit pypi python_setuptools_build_meta - -SRC_URI[sha256sum] = "e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101" diff --git a/meta-python/recipes-devtools/python/python3-sniffio_1.3.1.bb b/meta-python/recipes-devtools/python/python3-sniffio_1.3.1.bb new file mode 100644 index 0000000000..82c457c39f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sniffio_1.3.1.bb @@ -0,0 +1,21 @@ +SUMMARY = "Sniff out which async library your code is running under" +SECTION = "devel/python" +LICENSE = "MIT | Apache-2.0" +LIC_FILES_CHKSUM = "\ + file://LICENSE;md5=fa7b86389e58dd4087a8d2b833e5fe96 \ + file://LICENSE.MIT;md5=e62ba5042d5983462ad229f5aec1576c \ + file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \ +" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" + +DEPENDS += "\ + python3-setuptools-scm-native \ +" + +RDEPENDS:${PN} += " \ + python3-numbers \ + python3-core \ +" -- cgit v1.2.3-54-g00ecf