Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 396671A9239 for ; Mon, 31 Jan 2022 11:24:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 81DEA84D55; Mon, 31 Jan 2022 11:24:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BEB7284CEF for ; Mon, 31 Jan 2022 11:24:05 +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 3rJ4lss-RMrH for ; Mon, 31 Jan 2022 11:24:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 339CE84CDC for ; Mon, 31 Jan 2022 11:24:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2D3C8FB24; Mon, 31 Jan 2022 11:24:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164362824515340" MIME-Version: 1.0 Date: Mon, 31 Jan 2022 11:24:05 +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: <20220131112405.2D3C8FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164362824515340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 31 11:24:05 UTC 2022 Modified Files: pkgsrc/devel/py-cython: Makefile distinfo Log Message: py-cython: updated to 0.29.27 0.29.27 (2022-01-28) ==================== Features added -------------- * The ``cythonize`` command has a new option ``-M`` to generate ``.dep`` dependency files for the compilation unit. This can be used by external build tools to track these dependencies. Bugs fixed ---------- * Compilation failures on PyPy were resolved. * Calls to ``range()`` with more than three arguments did not fail. * Some C compiler warnings about missing type struct initialisers in Py3.10 were resolved. * Cython no longer warns about using OpenMP 3.0 features since they are now considered generally available. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/py-cython/Makefile cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/py-cython/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164362824515340 Content-Disposition: inline Content-Length: 1822 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.76 pkgsrc/devel/py-cython/Makefile:1.77 --- pkgsrc/devel/py-cython/Makefile:1.76 Wed Jan 5 15:41:02 2022 +++ pkgsrc/devel/py-cython/Makefile Mon Jan 31 11:24:04 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.76 2022/01/05 15:41:02 wiz Exp $ +# $NetBSD: Makefile,v 1.77 2022/01/31 11:24:04 adam Exp $ -DISTNAME= Cython-0.29.26 +DISTNAME= Cython-0.29.27 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} -PKGREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cython/} Index: pkgsrc/devel/py-cython/distinfo diff -u pkgsrc/devel/py-cython/distinfo:1.68 pkgsrc/devel/py-cython/distinfo:1.69 --- pkgsrc/devel/py-cython/distinfo:1.68 Fri Dec 17 08:07:47 2021 +++ pkgsrc/devel/py-cython/distinfo Mon Jan 31 11:24:04 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.68 2021/12/17 08:07:47 adam Exp $ +$NetBSD: distinfo,v 1.69 2022/01/31 11:24:04 adam Exp $ -BLAKE2s (Cython-0.29.26.tar.gz) = 2295ba9586165b4b7f8bb1208d8858ae2f14f61c4c23d184364379680458d61f -SHA512 (Cython-0.29.26.tar.gz) = 10b3ad3276c14f80e361cd62e7f548deed647087cf8004f01d359a6b86adb85e679216044daef1b8bd048388b544f37ede5c3e0e6d159dba75b631b575a2b976 -Size (Cython-0.29.26.tar.gz) = 2079448 bytes +BLAKE2s (Cython-0.29.27.tar.gz) = 6983dcfd46bbdca285054c8c0e869be53c800408e04a21418084f9219db1eaa0 +SHA512 (Cython-0.29.27.tar.gz) = ac0e57ee89c4f3c7113799336ab102e8dfe3799c752f46912b6aa9487f1fc294a677c8ad9c7c3ad1d1baa6c0b0d3f6fd0aefbde73c5d3d95cde982dfc0e31dcb +Size (Cython-0.29.27.tar.gz) = 2081166 bytes SHA1 (patch-Cython_Distutils_old__build__ext.py) = 2bc705192923cc2f40f7c173625b056caa08f666 SHA1 (patch-Demos_embed_Makefile) = 67c4f662a8d79d39cbf8808d2e87d91a26ef28b9 SHA1 (patch-runtests.py) = 18e970afd950efa2ec5631c0d747ffaee68be2a1 --_----------=_164362824515340--