From patchwork Mon Nov 15 13:10:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Anavi X-Patchwork-Id: 1148 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2DD17C433EF for ; Mon, 15 Nov 2021 13:10:35 +0000 (UTC) Received: from anavi.org (anavi.org [91.215.217.29]) by mx.groups.io with SMTP id smtpd.web12.22054.1636981834083212603 for ; Mon, 15 Nov 2021 05:10:34 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=permerror, err=parse error for token &{10 18 spf.securedserverspace.com}: parse error for token &{10 18 _netblocks4.securedserverspace.com}: limit exceeded (domain: konsulko.com, ip: 91.215.217.29, mailfrom: leon.anavi@konsulko.com) Received: from lan.nucleusys.com ([92.247.61.126]:55526 helo=lootbox.konsulko.bg) by voyager.icnhost.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1mmbkh-0005eR-F5; Mon, 15 Nov 2021 15:10:29 +0200 From: Leon Anavi To: openembedded-devel@lists.openembedded.org Cc: Leon Anavi Subject: [meta-python][PATCH 2/5] python3-zeroconf: Upgrade 0.36.12 -> 0.36.13 Date: Mon, 15 Nov 2021 15:10:20 +0200 Message-Id: <20211115131023.1575-2-leon.anavi@konsulko.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211115131023.1575-1-leon.anavi@konsulko.com> References: <20211115131023.1575-1-leon.anavi@konsulko.com> MIME-Version: 1.0 X-OutGoing-Spam-Status: No, score=-0.5 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - voyager.icnhost.net X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - konsulko.com X-Get-Message-Sender-Via: voyager.icnhost.net: authenticated_id: leon@anavi.org X-Authenticated-Sender: voyager.icnhost.net: leon@anavi.org X-Source: X-Source-Args: X-Source-Dir: List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 15 Nov 2021 13:10:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/93948 Upgrade to release 0.36.13: - Unavailable interfaces are now skipped during socket bind - Downgraded incoming corrupt packet logging to debug Signed-off-by: Leon Anavi --- ...{python3-zeroconf_0.36.12.bb => python3-zeroconf_0.36.13.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-zeroconf_0.36.12.bb => python3-zeroconf_0.36.13.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.36.12.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.36.13.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-zeroconf_0.36.12.bb rename to meta-python/recipes-devtools/python/python3-zeroconf_0.36.13.bb index 24af70eee..ccab7fe4c 100644 --- a/meta-python/recipes-devtools/python/python3-zeroconf_0.36.12.bb +++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.36.13.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80" -SRC_URI[sha256sum] = "1f1994f550abfeda10a9d5924c7e5b463213ea5ca87198da751c74995f59e780" +SRC_URI[sha256sum] = "196fa1bd6e166f0333e3e9fff076f9991bf2719c4788287eaec577c241ef96bf" inherit pypi setuptools3