X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by lists.alpinelinux.org (Postfix) with ESMTP id EE9825C5375 for ; Mon, 17 Apr 2017 12:05:10 +0000 (GMT) Received: from piha.riseup.net (unknown [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id AF90B1A202E for ; Mon, 17 Apr 2017 12:05:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1492430710; bh=lzgQMlx38IqxizXES/U4dzSPGp33D7uQ2BdrqZRLhlo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fA8ySrrpHbxWKpE+f3Asl0BX5bIFwz5Wyb2HQt/NzJrSgkr9LAsOM7o5tMAqQlEpl hmAQpQW1/IaHM/ynHaiCZube/DRjZe9/gACsC9Bnanr6/szoS/jUBKvu50IEbkX1s1 ZqyBix4VaOSpPwPrG4tk3prrbGU98gzmHTShcKuI= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: pickfire) with ESMTPSA id CAE7D1C5B35 From: Ivan Tham To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 3/4] community/py-futures: upgrade to 3.1.1 Date: Mon, 17 Apr 2017 20:04:50 +0800 Message-Id: <20170417120451.11316-3-pickfire@riseup.net> In-Reply-To: <20170417120451.11316-1-pickfire@riseup.net> References: <20170417120451.11316-1-pickfire@riseup.net> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- community/py-futures/APKBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/community/py-futures/APKBUILD b/community/py-futures/APKBUILD index 4862d209f2..861fa1ff8d 100644 --- a/community/py-futures/APKBUILD +++ b/community/py-futures/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter pkgname=py-futures _pkgname=futures -pkgver=3.0.5 +pkgver=3.1.1 pkgrel=0 pkgdesc="Backport of the concurrent.futures package from Python 3.2" url="http://code.google.com/p/pythonfutures/" @@ -38,6 +38,4 @@ _py2() { replaces="$pkgname" } -md5sums="ced2c365e518242512d7a398b515ff95 futures-3.0.5.tar.gz" -sha256sums="0542525145d5afc984c88f914a0c85c77527f65946617edb5274f72406f981df futures-3.0.5.tar.gz" -sha512sums="29f366a273600924acba4b78d53e2f911379da04a7067c3bc2911c20c0fe880300fc2b8c91d8f1b6689e5732b79eeb4198fde56854ab2b7caf47382ad5942435 futures-3.0.5.tar.gz" +sha512sums="7ccb041271ed2688591942f46ab2d2c92d806efbd5209ff9aba77c6d5d3c1a1495fccbeb1718d914894b0b8d936438687e8f3cc22b7ab6625fb518321084ead3 futures-3.1.1.tar.gz" -- 2.12.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---