X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id A4C9CDC0CCA for ; Mon, 11 May 2015 11:07:30 +0000 (UTC) Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 51DACDC01A8 for ; Mon, 11 May 2015 11:07:24 +0000 (UTC) Received: from [81.4.121.188] (port=54733 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1YrlYP-000xPo-Es; Mon, 11 May 2015 12:07:21 +0100 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH 1/3] main/py-pip: update to 6.1.1 Date: Mon, 11 May 2015 11:07:08 +0000 Message-Id: <1431342430-7535-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.4.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-From-Rewrite: unmodified, already matched X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/py-pip/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/py-pip/APKBUILD b/main/py-pip/APKBUILD index 72d120c..d4e6c2e 100644 --- a/main/py-pip/APKBUILD +++ b/main/py-pip/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter pkgname=py-pip _pkgname=pip -pkgver=6.0.6 +pkgver=6.1.1 pkgrel=0 pkgdesc="A tool for installing and managing Python packages" url="http://www.pip-installer.org" @@ -36,6 +36,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="bbb17814bdf82187f46aaf9cec6b6caa pip-6.0.6.tar.gz" -sha256sums="3a14091299dcdb9bab9e9004ae67ac401f2b1b14a7c98de074ca74fdddf4bfa0 pip-6.0.6.tar.gz" -sha512sums="7420c91be96ae6f9e93adbc7ed93ae38085a4256b7e54efc04a8e1e95e69df9b95d65530bca5663feaa6370f7482c797156feb726f0e6f1edaccb4b578b6bb71 pip-6.0.6.tar.gz" +md5sums="6b19e0a934d982a5a4b798e957cb6d45 pip-6.1.1.tar.gz" +sha256sums="89f3b626d225e08e7f20d85044afa40f612eb3284484169813dc2d0631f2a556 pip-6.1.1.tar.gz" +sha512sums="e7d2e003ec60fce5a75a6a23711d7f9b155e898faebcf55f3abdd912ef513f4e0cf43daca8f9da7179a7a4efe6e4a625a532d051349818847df1364eb5b326de pip-6.1.1.tar.gz" -- 2.4.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---