Received: by mail.netbsd.org (Postfix, from userid 605) id 456D384E35; Mon, 8 Jul 2019 07:43:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C186D84E33 for ; Mon, 8 Jul 2019 07:43:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 0_WoYAWiO81w for ; Mon, 8 Jul 2019 07:43:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 46FB684CD8 for ; Mon, 8 Jul 2019 07:43:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 411CCFBF4; Mon, 8 Jul 2019 07:43:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1562571835232660" MIME-Version: 1.0 Date: Mon, 8 Jul 2019 07:43:55 +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: <20190708074355.411CCFBF4@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. --_----------=_1562571835232660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jul 8 07:43:55 UTC 2019 Modified Files: pkgsrc/devel/py-cython: Makefile distinfo Log Message: py-cython: updated to 0.29.12 0.29.12: Bugs fixed * Fix compile error in CPython 3.8b2 regarding the PyCode_New() signature. * Fix a C compiler warning about a missing int downcast. * Fix reported error positions of undefined builtins and constants. * A 32 bit issue in the Pythran support was resolved. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/py-cython/Makefile cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/py-cython/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1562571835232660 Content-Disposition: inline Content-Length: 1789 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.58 pkgsrc/devel/py-cython/Makefile:1.59 --- pkgsrc/devel/py-cython/Makefile:1.58 Tue Jul 2 12:10:59 2019 +++ pkgsrc/devel/py-cython/Makefile Mon Jul 8 07:43:55 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2019/07/02 12:10:59 adam Exp $ +# $NetBSD: Makefile,v 1.59 2019/07/08 07:43:55 adam Exp $ -DISTNAME= Cython-0.29.11 +DISTNAME= Cython-0.29.12 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.50 pkgsrc/devel/py-cython/distinfo:1.51 --- pkgsrc/devel/py-cython/distinfo:1.50 Tue Jul 2 12:10:59 2019 +++ pkgsrc/devel/py-cython/distinfo Mon Jul 8 07:43:55 2019 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.50 2019/07/02 12:10:59 adam Exp $ +$NetBSD: distinfo,v 1.51 2019/07/08 07:43:55 adam Exp $ -SHA1 (Cython-0.29.11.tar.gz) = b92e2c4c579c5351349f10ec74df3e315bc86030 -RMD160 (Cython-0.29.11.tar.gz) = 811ddf692b1e891c7ff5ed6b6fd4208de6189a83 -SHA512 (Cython-0.29.11.tar.gz) = d683cd006afb9778c9c2d755646623977d29d05675be8bc85f711d4a0cadcd5bd7ed623a2a2bc2067898b0d5b99819f2047b91345ecd5e4f0828eea6f62ec83c -Size (Cython-0.29.11.tar.gz) = 2050170 bytes +SHA1 (Cython-0.29.12.tar.gz) = 1c0c6cb9ebb875e8769863e1720683b24a755a7c +RMD160 (Cython-0.29.12.tar.gz) = 57217d71420afecaae40c0dc1b01a32be8e8f205 +SHA512 (Cython-0.29.12.tar.gz) = 502756331d8c3618a75a881fc1a20b7e871cd3412904070f3080d5bd0918440230fdae96f096c255fec6b32b81ffcf838f22953b8da23b8845527810f457be60 +Size (Cython-0.29.12.tar.gz) = 2050537 bytes SHA1 (patch-ac) = d0e06dd9e4b5a34d0614ec17f51c129eb7724323 SHA1 (patch-runtests.py) = d08d3d8e17d6b75a3067f295d3d3eb63ffe97b48 --_----------=_1562571835232660--