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 AE4655C53D5 for ; Sun, 7 May 2017 16:59:26 +0000 (GMT) Received: from cotinga.riseup.net (unknown [10.0.1.164]) (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 750821A1B82 for ; Sun, 7 May 2017 16:59:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1494176366; bh=eTQdgrkdfL7nGZF1+YVfqCr7XvohqZc3rrIkNdfsfBI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GdkgtqcIm6NgRFiK599DgmBULCRLI6ERN+otFVKgTDs6NYQyNxc1s45PcSjuHogoP nDY17w+u4fpvJkmGNQPVjFQT2TqpHffX4uqOaETy980WV7L1n6uznVH0tocUfwv8n4 uN9eiUOD1rSInZk+zOsO079jRdqlyuKg8IvUiUI8= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: pickfire@riseup.net) by (cotinga) with ESMTPSA id 892034AC5C From: Ivan Tham To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 3/8] testing/py-pgspecial: upgrade to 1.8.0 Date: Mon, 8 May 2017 00:59:10 +0800 Message-Id: <20170507165915.27204-3-pickfire@riseup.net> In-Reply-To: <20170507165915.27204-1-pickfire@riseup.net> References: <20170507165915.27204-1-pickfire@riseup.net> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/py-pgspecial/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/py-pgspecial/APKBUILD b/testing/py-pgspecial/APKBUILD index fce1377abd..bb71608228 100644 --- a/testing/py-pgspecial/APKBUILD +++ b/testing/py-pgspecial/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Thomas Boerger pkgname=py-pgspecial _pkgname=pgspecial -pkgver=1.7.0 +pkgver=1.8.0 pkgrel=0 pkgdesc="Meta-commands handler for Postgres Database" url="https://pypi.python.org/pypi/pgspecial" @@ -23,4 +23,4 @@ package() { python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -sha512sums="b1cad72c333e9a1a178636aa70df979b3a6868b839050e783668ad6294cdbdee50ba19bb0bec127ba90cfecfba63c56e3b3a449ef38346a4e5a298189e64413a py-pgspecial-1.7.0.tar.gz" +sha512sums="8c407d6984b53092e8d6e8b2e2253bb0d2f789ae0e76925babfff46eb3cf0b069bf10bbd5778b357dff864e2c77e52862238041e87f5e9e4176505b631829d8f py-pgspecial-1.8.0.tar.gz" -- 2.12.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---