pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cython



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jul  5 12:29:28 UTC 2023

Modified Files:
        pkgsrc/devel/py-cython: Makefile distinfo

Log Message:
py-cython: updated to 0.29.36

0.29.36 (2023-07-04)
====================

Bugs fixed
----------
* Async generators lost their return value in PyPy.
* The outdated C macro ``_PyGC_FINALIZED()`` is no longer used in Py3.9+.
* The deprecated ``Py_OptimizeFlag`` is no longer used in Python 3.9+.
* Using the global ``__debug__`` variable but not assertions could lead to compile errors.
* The broken HTML template support was removed from Tempita.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/py-cython/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-cython/Makefile
diff -u pkgsrc/devel/py-cython/Makefile:1.83 pkgsrc/devel/py-cython/Makefile:1.84
--- pkgsrc/devel/py-cython/Makefile:1.83        Thu May 25 19:35:49 2023
+++ pkgsrc/devel/py-cython/Makefile     Wed Jul  5 12:29:28 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.83 2023/05/25 19:35:49 adam Exp $
+# $NetBSD: Makefile,v 1.84 2023/07/05 12:29:28 adam Exp $
 
-DISTNAME=      Cython-0.29.35
+DISTNAME=      Cython-0.29.36
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=C/Cython/}

Index: pkgsrc/devel/py-cython/distinfo
diff -u pkgsrc/devel/py-cython/distinfo:1.75 pkgsrc/devel/py-cython/distinfo:1.76
--- pkgsrc/devel/py-cython/distinfo:1.75        Thu May 25 19:35:49 2023
+++ pkgsrc/devel/py-cython/distinfo     Wed Jul  5 12:29:28 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.75 2023/05/25 19:35:49 adam Exp $
+$NetBSD: distinfo,v 1.76 2023/07/05 12:29:28 adam Exp $
 
-BLAKE2s (Cython-0.29.35.tar.gz) = 7ffb156e149cca04fac68ecc62241ddefa113d2c25e0705c0050ebffc2c16e7a
-SHA512 (Cython-0.29.35.tar.gz) = 19ec1b5231b1395f6b73e9e877e6dd7fa672246a338ae3dd0aac4a0936e3eeae323f0507de987403961f3def6a4b2ecc7a0feec820b0fde92c060f1fdc220972
-Size (Cython-0.29.35.tar.gz) = 2097520 bytes
+BLAKE2s (Cython-0.29.36.tar.gz) = f728d6ab52823f3473ee9a3a2ca83bddcee413578de972775b33766b8c98d5e9
+SHA512 (Cython-0.29.36.tar.gz) = 70a820fca32cbf14b48a2ab0705b1911c0eddf7da9b3aa1c7959f55ad412cc5b7bcbfd38c17d9a02bf0d5be0433abdea92ad7edca5babb84efde978c22edbda6
+Size (Cython-0.29.36.tar.gz) = 2097760 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