From mboxrd@z Thu Jan 1 00:00:00 1970 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 smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 90154C4332F for ; Tue, 4 Jan 2022 17:17:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 4115D402FD; Tue, 4 Jan 2022 17:17:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7y6neHrPm9lc; Tue, 4 Jan 2022 17:17:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 95E5F40308; Tue, 4 Jan 2022 17:17:11 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 6C2C21BF32A for ; Tue, 4 Jan 2022 17:17:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 5C00B40248 for ; Tue, 4 Jan 2022 17:17:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uHeBoIQSTRgd for ; Tue, 4 Jan 2022 17:17:09 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.122]) by smtp4.osuosl.org (Postfix) with ESMTP id B30E34020B for ; Tue, 4 Jan 2022 17:17:09 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4052) id 2C81A82E00; Tue, 4 Jan 2022 17:11:06 +0000 (UTC) From: Arnout Vandecappelle (Essensium/Mind) To: buildroot@buildroot.org Date: Tue, 4 Jan 2022 17:52:59 +0100 X-Git-Refname: refs/heads/master X-Git-Oldrev: b03fc7974536378ba102418451ba7e9801bc6251 X-Git-Newrev: 4ebbfa0c5765c9c51acc21bf1995a01c9063e4c6 X-Patchwork-Hint: ignore Message-Id: <20220104171106.2C81A82E00@busybox.osuosl.org> Subject: [Buildroot] [git commit] package/python-aioredis: bump to version 2.0.1 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" commit: https://git.buildroot.net/buildroot/commit/?id=4ebbfa0c5765c9c51acc21bf1995a01c9063e4c6 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: James Hilliard Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/python-aioredis/python-aioredis.hash | 4 ++-- package/python-aioredis/python-aioredis.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-aioredis/python-aioredis.hash b/package/python-aioredis/python-aioredis.hash index ca3f64d1e5..29e6361014 100644 --- a/package/python-aioredis/python-aioredis.hash +++ b/package/python-aioredis/python-aioredis.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/aioredis/json -md5 343a451df2381b9ea368e12b9075caa5 aioredis-2.0.0.tar.gz -sha256 3a2de4b614e6a5f8e104238924294dc4e811aefbe17ddf52c04a93cbf06e67db aioredis-2.0.0.tar.gz +md5 8f3547af83ef4b863b18c19f23166a9d aioredis-2.0.1.tar.gz +sha256 eaa51aaf993f2d71f54b70527c440437ba65340588afeb786cd87c55c89cd98e aioredis-2.0.1.tar.gz # Locally computed sha256 checksums sha256 183b21f240e41af611c951d01d4f36793d470a82d5fd79efc21f25ae4cf68543 LICENSE diff --git a/package/python-aioredis/python-aioredis.mk b/package/python-aioredis/python-aioredis.mk index 21a8a349c5..798dbd0c3c 100644 --- a/package/python-aioredis/python-aioredis.mk +++ b/package/python-aioredis/python-aioredis.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_AIOREDIS_VERSION = 2.0.0 +PYTHON_AIOREDIS_VERSION = 2.0.1 PYTHON_AIOREDIS_SOURCE = aioredis-$(PYTHON_AIOREDIS_VERSION).tar.gz -PYTHON_AIOREDIS_SITE = https://files.pythonhosted.org/packages/92/60/a3cb5fadc254cc6e709ba14a02531870b02386b8c7bb147bf80a2be93f76 +PYTHON_AIOREDIS_SITE = https://files.pythonhosted.org/packages/2e/cf/9eb144a0b05809ffc5d29045c4b51039000ea275bc1268d0351c9e7dfc06 PYTHON_AIOREDIS_SETUP_TYPE = setuptools PYTHON_AIOREDIS_LICENSE = MIT PYTHON_AIOREDIS_LICENSE_FILES = LICENSE _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot