Received: by mail.netbsd.org (Postfix, from userid 605) id 1FBF884EFA; Mon, 9 Jul 2018 06:34:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1A98584D7C for ; Mon, 9 Jul 2018 06:34:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id H_k3X8wOcqKq for ; Mon, 9 Jul 2018 06:34:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6086184C78 for ; Mon, 9 Jul 2018 06:34:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59B6AFBEC; Mon, 9 Jul 2018 06:34:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153111806844870" MIME-Version: 1.0 Date: Mon, 9 Jul 2018 06:34:28 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-cython To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180709063428.59B6AFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153111806844870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jul 9 06:34:28 UTC 2018 Modified Files: pkgsrc/devel/py-cython: Makefile distinfo Log Message: py-cython: updated to 0.28.4 0.28.4: Bugs fixed * Reallowing tp_clear() in a subtype of an @no_gc_clear extension type generated an invalid C function call to the (non-existent) base type implementation. * Exception catching based on a non-literal (runtime) tuple could fail to match the exception. * Compile fix for CPython 3.7.0a2. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/py-cython/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-cython/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153111806844870 Content-Disposition: inline Content-Length: 1779 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-cython/Makefile diff -u pkgsrc/devel/py-cython/Makefile:1.45 pkgsrc/devel/py-cython/Makefile:1.46 --- pkgsrc/devel/py-cython/Makefile:1.45 Tue May 29 11:45:06 2018 +++ pkgsrc/devel/py-cython/Makefile Mon Jul 9 06:34:28 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2018/05/29 11:45:06 adam Exp $ +# $NetBSD: Makefile,v 1.46 2018/07/09 06:34:28 adam Exp $ -DISTNAME= Cython-0.28.3 +DISTNAME= Cython-0.28.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cython/} Index: pkgsrc/devel/py-cython/distinfo diff -u pkgsrc/devel/py-cython/distinfo:1.37 pkgsrc/devel/py-cython/distinfo:1.38 --- pkgsrc/devel/py-cython/distinfo:1.37 Tue May 29 11:45:06 2018 +++ pkgsrc/devel/py-cython/distinfo Mon Jul 9 06:34:28 2018 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.37 2018/05/29 11:45:06 adam Exp $ +$NetBSD: distinfo,v 1.38 2018/07/09 06:34:28 adam Exp $ -SHA1 (Cython-0.28.3.tar.gz) = 1a7e5a45a5e7589660934b911d43f4a2d0a50f5f -RMD160 (Cython-0.28.3.tar.gz) = 5b3de1c00bd88c9745404d1d5807ea37853eca03 -SHA512 (Cython-0.28.3.tar.gz) = cd0b836e9db5cfd1367a72b18c6cb324eb512c4ae9adc12506e1bf73938e39aa9d373f60370de56e6c601aec459fe95672c7d42b7a420e6a6817e1551db58f8c -Size (Cython-0.28.3.tar.gz) = 1880324 bytes +SHA1 (Cython-0.28.4.tar.gz) = b965c1efa2236fb57470d749438f22fbe1a23b53 +RMD160 (Cython-0.28.4.tar.gz) = be04f8cde12fb1227a9902fe0bde4f4bd86385fe +SHA512 (Cython-0.28.4.tar.gz) = 67d2da2d776fc02193cfe98c8942e93905ec5e30bf4e0f9d5c965d930a034936d4c29c8248fccefff5db6d4dee054ec854994bea63fa3f64ff65df7550997c29 +Size (Cython-0.28.4.tar.gz) = 1880943 bytes SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323 SHA1 (patch-runtests.py) = 788ff593da9ce447af368957f1a8be562e2d40da --_----------=_153111806844870--