From 517780827b8dc8dd05a011f07fbabfdaa7032a0f Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 7 Jan 2022 13:27:01 +0100 Subject: python3-zeroconf: bump version 0.36.13 -> 0.38.1 [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Bartosz Golaszewski --- .../recipes-devtools/python/python3-zeroconf_0.36.13.bb | 13 ------------- .../recipes-devtools/python/python3-zeroconf_0.38.1.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-zeroconf_0.36.13.bb create mode 100644 meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.36.13.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.36.13.bb deleted file mode 100644 index ccab7fe4c9..0000000000 --- a/meta-python/recipes-devtools/python/python3-zeroconf_0.36.13.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" -LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80" - -SRC_URI[sha256sum] = "196fa1bd6e166f0333e3e9fff076f9991bf2719c4788287eaec577c241ef96bf" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-ifaddr \ - ${PYTHON_PN}-asyncio \ -" 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 new file mode 100644 index 0000000000..c49782e426 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.38.1.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" +LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80" + +SRC_URI[sha256sum] = "10c501b25d8881b656e56c34674d98fe6bc752240a572e74f918bc849c93ba9c" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-ifaddr \ + ${PYTHON_PN}-asyncio \ +" -- cgit v1.2.3-54-g00ecf