X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mailauth4.nine.ch (mailauth4.nine.ch [94.230.211.190]) by lists.alpinelinux.org (Postfix) with ESMTP id 9FC085C4CD1 for ; Mon, 18 Sep 2017 17:43:30 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by mailauth4.nine.ch (Postfix) with ESMTP id F2B67BFEDC; Mon, 18 Sep 2017 19:43:29 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mailauth4.nine.ch X-Spam-Flag: NO X-Spam-Score: -0.999 X-Spam-Level: X-Spam-Status: No, score=-0.999 tagged_above=-999 required=5.6 tests=[ALL_TRUSTED=-1, HEADER_FROM_DIFFERENT_DOMAINS=0.001] autolearn=disabled Received: from mailauth4.nine.ch ([127.0.0.1]) by localhost (mailauth4.nine.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dWdCvGQQkJdP; Mon, 18 Sep 2017 19:43:29 +0200 (CEST) Received: from vimes (office.adfinis.com [95.128.36.166]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: pf@1042.ch) by mailauth4.nine.ch (Postfix) with ESMTPSA; Mon, 18 Sep 2017 19:43:29 +0200 (CEST) Received: by vimes (Postfix, from userid 1000) id 003F72040A; Mon, 18 Sep 2017 19:43:28 +0200 (CEST) From: Jean-Louis Fuchs To: alpine-aports@lists.alpinelinux.org Cc: Jean-Louis Fuchs Subject: [alpine-aports] [PATCH 2/4] community/pytest: upgrade to 3.2.2 Date: Mon, 18 Sep 2017 19:43:16 +0200 Message-Id: <20170918174318.3993-3-ganwell@fangorn.ch> X-Mailer: git-send-email 2.13.5 In-Reply-To: <20170918174318.3993-1-ganwell@fangorn.ch> References: <20170918174318.3993-1-ganwell@fangorn.ch> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- community/pytest/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/pytest/APKBUILD b/community/pytest/APKBUILD index 025be3289b..af1f727376 100644 --- a/community/pytest/APKBUILD +++ b/community/pytest/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=pytest -pkgver=3.2.0 +pkgver=3.2.2 pkgrel=0 pkgdesc="A python test library" url="http://pytest.org" @@ -54,4 +54,4 @@ _py() { done } -sha512sums="5ecf826aec47b585f30ef277b66330da51c841cad7967206171f6d94afd5f97179ff25f08113d65a33f6ca12ed61224d65b6b093336ef77b59836589d85259af pytest-3.2.0.tar.gz" +sha512sums="6df3a50e7d1efeaf7a283920b16d1daf800798f422bc851b0aacd2bbd5cb0a88c95f9057fae49943b9dfe6527ed552cdf8d983b944ab91d0af252ee4f6eb82db pytest-3.2.2.tar.gz" -- 2.13.5 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---