X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id BABEDF854BB for ; Wed, 3 Apr 2019 19:09:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1554318773; bh=/IZoWUMEDrRkDrOgtIE57PRB712Myzy18dLRsuklMBM=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=X+y7PZkDze6FLn/Ngk4XicnnmxV2xZt6/R96a6hykMFrB7ynZwpvpfZmdSmJ9pzdF dAVqZihVPRIyx8xoyBSnSDhKjUc3TgRO/DortsGaBacElZtnkPLPUf4wHopFAbA3E3 0dbuvsUwMCaHc8jDbnW1eJhCqS5TbK3Z+r0u7p6Q= From: Drew DeVault To: alpine-aports@lists.alpinelinux.org Cc: Drew DeVault , Stuart Cardall Subject: [alpine-aports] [PATCH 5/9] main/py-pluggy: update to 0.9.0 Date: Wed, 3 Apr 2019 15:09:50 -0400 Message-Id: <20190403190954.29209-6-sir@cmpwn.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190403190954.29209-1-sir@cmpwn.com> References: <20190403190954.29209-1-sir@cmpwn.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- main/py-pluggy/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/py-pluggy/APKBUILD b/main/py-pluggy/APKBUILD index 00af015971..55d35841a5 100644 --- a/main/py-pluggy/APKBUILD +++ b/main/py-pluggy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stuart Cardall pkgname=py-pluggy _pkgname=${pkgname#py-*} -pkgver=0.7.1 +pkgver=0.9.0 pkgrel=0 pkgdesc="Plugin management and hook calling for Python" url="https://pluggy.readthedocs.io/en/latest/" @@ -50,4 +50,4 @@ check() { tox } -sha512sums="e19f6c1b3f2e711df1c8b075a2b802751afd218f1b692f08b2434c01d71c402331ff8c937550fbdfece2098f6d6856422d485f193e188916b365ded2e4087697 pluggy-0.7.1.tar.gz" +sha512sums="377d201393b11afbbe7dcce6053a4200782e4d2017252a4dee3859a5cf3eb21534ebd6ac7c9fd518b5eff441009b1b5791c8fc86e59385b7eddfc9dbc103eb33 pluggy-0.9.0.tar.gz" -- 2.21.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---