From 22fa522261277bfb91c86c66335b2ed65a1e1583 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sun, 10 Apr 2022 22:40:28 +0200 Subject: python3-zeroconf: update to 0.38.4 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-zeroconf_0.38.1.bb | 13 ------------- .../recipes-devtools/python/python3-zeroconf_0.38.4.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-zeroconf_0.38.4.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.bb deleted file mode 100644 index bc06618c1e..0000000000 --- a/meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)" -HOMEPAGE = "https://github.com/jstasiak/python-zeroconf" -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80" - -SRC_URI[sha256sum] = "10c501b25d8881b656e56c34674d98fe6bc752240a572e74f918bc849c93ba9c" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-ifaddr \ - ${PYTHON_PN}-asyncio \ -" diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.38.4.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.38.4.bb new file mode 100644 index 0000000000..d305f2b831 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.38.4.bb @@ -0,0 +1,13 @@ +SUMMARY = "Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)" +HOMEPAGE = "https://github.com/jstasiak/python-zeroconf" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80" + +SRC_URI[sha256sum] = "080c540ea4b8b9defa9f3ac05823c1725ea2c8aacda917bfc0193f6758b95aeb" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-ifaddr \ + ${PYTHON_PN}-asyncio \ +" -- cgit v1.2.3-54-g00ecf