X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.infogroup.kiev.ua (tera.infogroup.kiev.ua [195.144.25.26]) by lists.alpinelinux.org (Postfix) with ESMTP id 416775C0042 for ; Tue, 18 Jul 2017 13:55:17 +0000 (GMT) Received: from ost.org.ua ([195.144.25.230] helo=alpine.ost.org.ua) by mail.infogroup.kiev.ua with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1dXSy5-0003hv-5t for alpine-aports@lists.alpinelinux.org; Tue, 18 Jul 2017 16:55:17 +0300 From: Valery Kartel To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/py-botocore: upgrade to 1.5.84 Date: Tue, 18 Jul 2017 16:55:17 +0300 Message-Id: <20170718135517.11195-1-valery.kartel@gmail.com> X-Mailer: git-send-email 2.13.2 Sender: droid@infogroup.kiev.ua X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: -- fix url --- testing/py-botocore/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/py-botocore/APKBUILD b/testing/py-botocore/APKBUILD index b0d05d8370..7b16fe7251 100644 --- a/testing/py-botocore/APKBUILD +++ b/testing/py-botocore/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Valery Kartel # Contributor: Valery Kartel pkgname=py-botocore -pkgver=1.5.71 +pkgver=1.5.84 pkgrel=0 _pkgreal=${pkgname#py-} pkgdesc="The low-level, core functionality of Boto3" -url="https://github.com/boto/boto" +url="https://github.com/boto/botocore" arch="noarch" license="ASL 2.0" options="!check" @@ -46,4 +46,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="4b5a7b56446bf1068bda0a30f2a4bef6b9016af3ea9009f1e142a75bffdaf3c321719e3147122d8c5d160d4ab7c53bd099f2599bb031557309fc1a71e41d6c09 botocore-1.5.71.tar.gz" +sha512sums="c70183fd29ed90538d5c281384afedb09bbf48ce34ade89e8a4adec60e15d0006276dc741addc08fe970171ebf0c003c3f6d789e2e15a25258b7a82af7fb0f9e botocore-1.5.84.tar.gz" -- 2.13.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---