From 37ea6cb4cbfaa6ad837d930bf274c6c2b077d708 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 13 Nov 2022 11:17:24 +0800 Subject: python3-aiosignal: upgrade 1.2.0 -> 1.3.1 Changelog: Removed stray quote and comma from setup.cfg preventing PyPI from accepting a release. (#361) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-aiosignal_1.2.0.bb | 14 -------------- .../recipes-devtools/python/python3-aiosignal_1.3.1.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-aiosignal_1.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-aiosignal_1.3.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-aiosignal_1.2.0.bb b/meta-python/recipes-devtools/python/python3-aiosignal_1.2.0.bb deleted file mode 100644 index efd94f7934..0000000000 --- a/meta-python/recipes-devtools/python/python3-aiosignal_1.2.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "A list of registered asynchronous callbacks" -HOMEPAGE = "https://github.com/aio-libs/aiosignal" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=cf056e8e7a0a5477451af18b7b5aa98c" - -SRC_URI[sha256sum] = "78ed67db6c7b7ced4f98e495e572106d5c432a93e1ddd1bf475e1dc05f5b7df2" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native nativesdk" - -RDEPENDS:${PN} = "\ - ${PYTHON_PN}-frozenlist \ -" diff --git a/meta-python/recipes-devtools/python/python3-aiosignal_1.3.1.bb b/meta-python/recipes-devtools/python/python3-aiosignal_1.3.1.bb new file mode 100644 index 0000000000..1463287d0a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aiosignal_1.3.1.bb @@ -0,0 +1,14 @@ +SUMMARY = "A list of registered asynchronous callbacks" +HOMEPAGE = "https://github.com/aio-libs/aiosignal" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=cf056e8e7a0a5477451af18b7b5aa98c" + +SRC_URI[sha256sum] = "54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} = "\ + ${PYTHON_PN}-frozenlist \ +" -- cgit v1.2.3-54-g00ecf