pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-cython py-cython: updated to 0.29.27



details:   https://anonhg.NetBSD.org/pkgsrc/rev/925504d6843e
branches:  trunk
changeset: 372800:925504d6843e
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 31 11:24:04 2022 +0000

description:
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.

diffstat:

 devel/py-cython/Makefile |  5 ++---
 devel/py-cython/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r c8c6afaef0c5 -r 925504d6843e devel/py-cython/Makefile
--- a/devel/py-cython/Makefile  Mon Jan 31 11:14:21 2022 +0000
+++ b/devel/py-cython/Makefile  Mon Jan 31 11:24:04 2022 +0000
@@ -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/}
 
diff -r c8c6afaef0c5 -r 925504d6843e devel/py-cython/distinfo
--- a/devel/py-cython/distinfo  Mon Jan 31 11:14:21 2022 +0000
+++ b/devel/py-cython/distinfo  Mon Jan 31 11:24:04 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index