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:           Mon Apr  3 07:49:17 UTC 2023

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

Log Message:
py-cython: updated to 0.29.34

0.29.34 (2023-04-02)

Bugs fixed
----------
* A refence leak of the for-loop list/tuple iterable was resolved if the for-loop's
  ``else:`` branch executes a ``break`` for an outer loop.
* Some C compile failures in CPython 3.12 were resolved.
* Some old usages of the deprecated Python ``imp`` module were replaced with ``importlib``.
* Some issues with ``depfile`` generation were resolved.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/py-cython/Makefile
cvs rdiff -u -r1.73 -r1.74 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.81 pkgsrc/devel/py-cython/Makefile:1.82
--- pkgsrc/devel/py-cython/Makefile:1.81        Sat Jan  7 10:38:55 2023
+++ pkgsrc/devel/py-cython/Makefile     Mon Apr  3 07:49:17 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2023/01/07 10:38:55 adam Exp $
+# $NetBSD: Makefile,v 1.82 2023/04/03 07:49:17 adam Exp $
 
-DISTNAME=      Cython-0.29.33
+DISTNAME=      Cython-0.29.34
 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.73 pkgsrc/devel/py-cython/distinfo:1.74
--- pkgsrc/devel/py-cython/distinfo:1.73        Sat Jan  7 10:38:55 2023
+++ pkgsrc/devel/py-cython/distinfo     Mon Apr  3 07:49:17 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.73 2023/01/07 10:38:55 adam Exp $
+$NetBSD: distinfo,v 1.74 2023/04/03 07:49:17 adam Exp $
 
-BLAKE2s (Cython-0.29.33.tar.gz) = 22e22f6dad78678e7825670c740f0b4258ab5fab26f258eee00751db261ae552
-SHA512 (Cython-0.29.33.tar.gz) = 09be78a5d85756045b1216f8113c66935e203a0000bba3e3167aebf341e11b5644232891bd7f66c907f5e97286d319cf60fff413213dcf4c3ea96bf3acf0a121
-Size (Cython-0.29.33.tar.gz) = 2093693 bytes
+BLAKE2s (Cython-0.29.34.tar.gz) = b20aefb1b3a413cd3bd1d67504645efdc1dc36afb4cfee3171c33760449dbafa
+SHA512 (Cython-0.29.34.tar.gz) = 93e80b36f3651cf31b1666906dae5fa59643ca86432d61803f46d4f47125df5afbd85a2349dd7de9569b151ca67a5c8e3f5b8b036971d461a25e8b323c8e6dab
+Size (Cython-0.29.34.tar.gz) = 2095502 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