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 C053FDCD0BB for ; Tue, 5 Apr 2016 19:51:49 +0000 (UTC) Received: from bisque.oak.relay.mailchannels.net (bisque.oak.relay.mailchannels.net [23.83.215.18]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 41488DC02A0 for ; Tue, 5 Apr 2016 19:51:48 +0000 (UTC) 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 7678E120EED for ; Tue, 5 Apr 2016 19:51:47 +0000 (UTC) Received: from ocean.mxroute.com (ip-10-204-4-183.us-west-2.compute.internal [10.204.4.183]) by relay.mailchannels.net (Postfix) with ESMTPA id CF74C120180 for ; Tue, 5 Apr 2016 19:51:46 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from ocean.mxroute.com (unassigned.psychz.net [10.27.143.200]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.6.11); Tue, 05 Apr 2016 19:51:47 +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: 1459885921112:1694565786 X-MC-Ingress-Time: 1459885921111 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; bh=6xMFDuv7LtKft/LzbmorjFCbeF83PVy+6OtfB/NpTC0=; b=n8KqNoliS8hNt5lJML7LTDVQRW 3qtxDLW0FYPBGfdxddUactOKbCk70Ws+1Y1iKaqcpKbBHeMMu6NSkoG/+x2Z/yYTj+CA5ICTb9JGX krY3XLkH01Vsznp9BfC2Wylsi6p5UASbEXv2eU2dlmyggrE17WE/02cAlGc/EY4Nq3Cx6MBhHZrgF qLCiwAy22LueXxmnRzCY2JKH2lXxBImXQ6gCq3xu9jz0X1VlSy8ej73KDBwxh2bMGIsf4HZ9f+eGJ PIUlpMyqzj8nGWssvx3L99doL9oVDfNVEXs4UZnElvLoSIJ0JlsWkEklMn2u4AZZUGnHs6nabDeTV Jgst9KeQ==; Received: from [81.4.121.188] (port=41295 helo=localhost.localdomain) by ocean.mxroute.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-SHA256:128) (Exim 4.86_1) (envelope-from ) id 1anX0r-0006FK-FH for alpine-aports@lists.alpinelinux.org; Tue, 05 Apr 2016 15:51:45 -0400 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] main/cython: update to 0.24 Date: Tue, 5 Apr 2016 19:51:42 +0000 Message-Id: <1459885902-31373-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.8.0 X-AuthUser: developer@it-offshore.co.uk 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/cython/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/cython/APKBUILD b/main/cython/APKBUILD index c33bc34..d17a92b 100644 --- a/main/cython/APKBUILD +++ b/main/cython/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=cython -pkgver=0.23.5 +pkgver=0.24 pkgrel=0 pkgdesc="Cython is an optimising static compiler for both the Python & the extended Cython programming languages." url="http://cython.org" @@ -34,6 +34,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="b5e85609a412a92be4bf7480cf606b60 cython-0.23.5.tar.gz" -sha256sums="f20123a25269f3dcdb90fbf9f7ef553bf383256b1a5d16ada58a941f34e9e99e cython-0.23.5.tar.gz" -sha512sums="0edaf0c849d6a3311fb8fcca33f80a6ccde025c73c14f1f5fd6b621ecbed3f49b1d2a8f2e0e0782f1eb3fb611b761284136a6d6b84d74c73353042514306e099 cython-0.23.5.tar.gz" +md5sums="db5e686e375b2709cbcab3b049cc6b5e cython-0.24.tar.gz" +sha256sums="b60b91f1ec88921a423d5f0a5e2a7c232cdff12d9130088014bf89d542ce137b cython-0.24.tar.gz" +sha512sums="e5a62026df4843601a52415096acba56bb889a42b73a9481525d878328451bf45fba7a25de02ee9a4faa9e0251e899ab6c6f44fbd171f035d3404760e5c9d429 cython-0.24.tar.gz" -- 2.8.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---