From patchwork Mon Nov 4 20:29:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1189162 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="drUSxtp9"; dkim-atps=neutral Received: from fraxinus.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 ozlabs.org (Postfix) with ESMTPS id 476PYg4G2cz9s7T for ; Tue, 5 Nov 2019 07:30:15 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6C79F85BC2; Mon, 4 Nov 2019 20:30:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oF2gv28KYaKK; Mon, 4 Nov 2019 20:30:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8AAF085B4A; Mon, 4 Nov 2019 20:30:09 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 58CA91BF2C5 for ; Mon, 4 Nov 2019 20:30:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5589F8A9F4 for ; Mon, 4 Nov 2019 20:30:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p4ZLp7Y-L4YO for ; Mon, 4 Nov 2019 20:30:07 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by hemlock.osuosl.org (Postfix) with ESMTPS id EA4138A9F3 for ; Mon, 4 Nov 2019 20:30:06 +0000 (UTC) Received: from menoah.home (lfbn-1-6734-38.w90-120.abo.wanadoo.fr [90.120.168.38]) by koncepto.io (Postfix) with ESMTPSA id 6AAB260250; Mon, 4 Nov 2019 21:30:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1572899400; bh=fUe2jxi2EjmXY/nPwpAR2VrrnwbbLg+i7CMq+kD5q90=; h=From:To:Cc:Subject:Date:From; b=drUSxtp9Z7hJblTcDHhegB8xCp13If/M+vZHfV/3blPth/WhvQeXlqHpaxerfvlJJ xKiKY8G8yF+ivNTaJdUl82UTlYjJp5HVTo5g9bobUJF66Q5Cq6SYxkbMuvo4tPc47S f2x4rJpk2v64cgWGJLA4K9IyU750HHfGQUNJZ0dwTN1qNckq73gcBHtRC0l4UrN/G8 +ARTG+5olMX36xiKM4C2PYvkd4qbLX/9LAgU9TvKQzcm0e0doZrnNobhLLtI/eejFF oofQm0SX8izXRMZEUXMlBDoHvVsW78gGnugd9DG3IV/GpDfZWGdjOD7GzI0b2dGyRt giftHwHHXfEdQ== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Mon, 4 Nov 2019 21:29:51 +0100 Message-Id: <1572899391-29210-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH] package/python-periphery: bump to version 2.0.0 X-BeenThere: buildroot@busybox.net 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: , Cc: Pierre-Jean Texier , Asaf Kahlon MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" The license file hash has changed because the copyright years were updated in the LICENSE file: -Copyright (c) 2015-2016 vsergeev / Ivan (Vanya) A. Sergeev +Copyright (c) 2015-2019 vsergeev / Ivan (Vanya) A. Sergeev See full changelog https://github.com/vsergeev/python-periphery/blob/master/CHANGELOG.md Signed-off-by: Pierre-Jean Texier --- package/python-periphery/python-periphery.hash | 4 ++-- package/python-periphery/python-periphery.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/python-periphery/python-periphery.hash b/package/python-periphery/python-periphery.hash index 41dcc3f..3164120 100644 --- a/package/python-periphery/python-periphery.hash +++ b/package/python-periphery/python-periphery.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 fd06c9a1b3d84d52d46ffb2a31a978d8ffd6c769e1316527c8aebaa86b6872b9 python-periphery-1.1.2.tar.gz -sha256 db1bea825e728d8bcdf6c220d79c74370a9fcb63a4f9153c2cece2b63e177aa4 LICENSE +sha256 e43d7e9037e73a6a108c73ed53f2a942373ee9c8d3aaca0f53a39956bef1f3d6 python-periphery-2.0.0.tar.gz +sha256 bf032b9319cfd918368219450a9917529f131925e698cbab1b63f42b629ff505 LICENSE diff --git a/package/python-periphery/python-periphery.mk b/package/python-periphery/python-periphery.mk index fc0a289..d24d87a 100644 --- a/package/python-periphery/python-periphery.mk +++ b/package/python-periphery/python-periphery.mk @@ -4,7 +4,7 @@ # ################################################################################ -PYTHON_PERIPHERY_VERSION = 1.1.2 +PYTHON_PERIPHERY_VERSION = 2.0.0 PYTHON_PERIPHERY_SITE = $(call github,vsergeev,python-periphery,v$(PYTHON_PERIPHERY_VERSION)) PYTHON_PERIPHERY_LICENSE = MIT PYTHON_PERIPHERY_LICENSE_FILES = LICENSE