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 7B1A4DC00B8 for ; Tue, 11 Aug 2015 03:00:38 +0000 (UTC) Received: from mail-ig0-f171.google.com (mail-ig0-f171.google.com [209.85.213.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id AC56CDC7F88 for ; Tue, 11 Aug 2015 03:00:37 +0000 (UTC) Received: by igbpg9 with SMTP id pg9so82536535igb.0 for ; Mon, 10 Aug 2015 20:00:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=2e6/3jAU20gukZptxsgfotloOt/TLCJxXsrvHS5nx5U=; b=jEF23CtnoOLRDQ16sKleX6k0vvQ8ZTjAO0hwleZpSe6Gb68+srvQ2TbVPrnVaNO2R6 89ml8GgZxRD8yuhhstUEbMhnPm+WqqKOBHRxb+rnpOneKTQz8bIFj/K5rbZveRqpcRdn A8qImbMuMSXjnVv209IDnKwCj4x76VTT0syPginA2jfLhh1fRjyX3EuSsyjmXrkLhUC+ N27JDKVA8JvdHhaFxnkhvbUZ7jYoPr9SXZiHkWzX/RlFKxoJeDtEMhD3e8fui5R4Ysm/ zDfX99zuh5dzEgHyxW3/5TioIQvuOFCfwxEYxmRGWRQ1ZB4sZQLpIbIUds5dJC0tICeB DbHA== X-Received: by 10.50.124.97 with SMTP id mh1mr15951653igb.92.1439262037019; Mon, 10 Aug 2015 20:00:37 -0700 (PDT) Received: from localhost.localdomain (c-98-220-44-199.hsd1.in.comcast.net. [98.220.44.199]) by smtp.gmail.com with ESMTPSA id f126sm632386ioe.21.2015.08.10.20.00.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 10 Aug 2015 20:00:36 -0700 (PDT) From: Peter Bui To: alpine-aports@lists.alpinelinux.org Cc: Peter Bui Subject: [alpine-aports] [PATCH 4/5] main/py-feedparser: upgrade to 5.2.1 Date: Mon, 10 Aug 2015 22:00:15 -0500 Message-Id: <1439262016-14254-4-git-send-email-pnutzh4x0r@gmail.com> X-Mailer: git-send-email 2.4.1 In-Reply-To: <1439262016-14254-1-git-send-email-pnutzh4x0r@gmail.com> References: <1439262016-14254-1-git-send-email-pnutzh4x0r@gmail.com> 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-feedparser/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main/py-feedparser/APKBUILD b/main/py-feedparser/APKBUILD index f7cd0b6..631c6a2 100644 --- a/main/py-feedparser/APKBUILD +++ b/main/py-feedparser/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter pkgname=py-feedparser _pkgname=feedparser -pkgver=5.2.0 +pkgver=5.2.1 pkgrel=0 pkgdesc="A Python feed parser for RSS and Atom" url="https://github.com/kurtmckee/feedparser" @@ -13,7 +13,7 @@ depends_dev="" makedepends="python-dev py-setuptools" install="" subpackages="" -source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.post1.tar.gz" +source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$_pkgname-$pkgver prepare() { @@ -36,6 +36,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="be936ba83e20a6bec32a7dbf632ff10e feedparser-5.2.0.post1.tar.gz" -sha256sums="2c27fa4f598202ed2f956782f1f0d2156faf870710ef34b6d7a3c4757ecc6a14 feedparser-5.2.0.post1.tar.gz" -sha512sums="c302a2f9feeaa9ed6edbb278c4067a0139f9ef190353bc9f558f58dec8447d41cc5b1f9f55241748160c9ccc59ab60d6f3da68c38084770cd2ad442adf9f72d6 feedparser-5.2.0.post1.tar.gz" +md5sums="d552f7a2a55e8e33b2a3fe1082505b42 feedparser-5.2.1.tar.gz" +sha256sums="bd030652c2d08532c034c27fcd7c85868e7fa3cb2b17f230a44a6bbc92519bf9 feedparser-5.2.1.tar.gz" +sha512sums="1fd0c4324e2eff8ef4b15e3793c767290bca562af4a5056fdbdfa12411095530c87a113bb1b9757e532ff63aecb399b18f1e6b753884798eb6b8d3fdf575af81 feedparser-5.2.1.tar.gz" -- 2.4.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---