X-Original-To: alpine-aports@lists.alpinelinux.org Received: from nov-007-i609.relay.mailchannels.net (nov-007-i609.relay.mailchannels.net [46.232.183.163]) by lists.alpinelinux.org (Postfix) with ESMTP id 70E6D5C4703 for ; Thu, 11 Aug 2016 20:29:00 +0000 (GMT) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id B0172E14FB for ; Thu, 11 Aug 2016 20:28:56 +0000 (UTC) Received: from ocean.mxroute.com (ip-10-27-139-41.us-west-2.compute.internal [10.27.139.41]) by relay.mailchannels.net (Postfix) with ESMTPA id 23A73E1527 for ; Thu, 11 Aug 2016 20:28:56 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from ocean.mxroute.com (ocean.mxroute.com [10.135.9.54]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.7.6); Thu, 11 Aug 2016 20:28:56 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|developer@it-offshore.co.uk X-MailChannels-Auth-Id: mxroute X-MC-Loop-Signature: 1470947336414:1315315550 X-MC-Ingress-Time: 1470947336413 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=it-offshore.co.uk; s=default; h=Message-Id:Date:Subject:To:From:Sender: Reply-To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=7T9wKTCVrGF4Imt00AxuuVyPfIIT19hxi2tHwSvRhuc=; b=LGnZ2s92gyaf/6mY62yZEnnt8i f1gkidzx060IiMFeTlKuKkFYaW0BIOjHlKxnINRdpV4y5RlVpoSuOe5Jz2O3GYZ5ZVJ7DR0DmbLbK Z+KNuplL7tPhzSRTSQIvJKMJ9ac4SHLUQRWhVK8Dx9RJPjvhrqOVerFirvANOQV7qamiKO4n06xeO V/7hrPRmFgDMwTilrIPz/crQ/XwMf7equWbgmL5hdPmNPQZJ+gQLH7VJUwI4mHVgaF6ZvWVvl/Q6K C/EjB43A6W//j1vSDHo4yWVRTLpuZaOLdUw9ycSwEw1pvSOnpPbTOj8D8l24y8g37nj+PWAHnE8vX 4/jy97og==; From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] main/cython: update to 0.24.1 Date: Thu, 11 Aug 2016 20:28:45 +0000 Message-Id: <20160811202845.1153-1-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.9.1 X-AuthUser: developer@it-offshore.co.uk X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: https://github.com/cython/cython/blob/master/CHANGES.rst --- main/cython/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main/cython/APKBUILD b/main/cython/APKBUILD index 6f0230b..f24589d 100644 --- a/main/cython/APKBUILD +++ b/main/cython/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=cython -pkgver=0.24 -pkgrel=1 +pkgver=0.24.1 +pkgrel=0 pkgdesc="Cython is an optimising static compiler for both the Python & the extended Cython programming languages." url="http://cython.org" arch="all" @@ -34,6 +34,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="db5e686e375b2709cbcab3b049cc6b5e cython-0.24.tar.gz" -sha256sums="b60b91f1ec88921a423d5f0a5e2a7c232cdff12d9130088014bf89d542ce137b cython-0.24.tar.gz" -sha512sums="e5a62026df4843601a52415096acba56bb889a42b73a9481525d878328451bf45fba7a25de02ee9a4faa9e0251e899ab6c6f44fbd171f035d3404760e5c9d429 cython-0.24.tar.gz" +md5sums="ba3474937557f210acb45852e9ebb0fc cython-0.24.1.tar.gz" +sha256sums="e4228632447705d1fe5606867fc51218f2bf390a824934f0b4c0d2de315ff6b8 cython-0.24.1.tar.gz" +sha512sums="2bfe767f0d707962fab2726ea457a0b926c5904a75b9a4a29b088e9198e5e40a87f241076192d817b1adb047d569c565e18fddd42a5256d324029bb558d5dcf9 cython-0.24.1.tar.gz" -- 2.9.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---