pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-propcache



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun 10 06:04:51 UTC 2025

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

Log Message:
py-propcache: updated to 0.3.2

0.3.2

Improved documentation

- Fixed incorrect decorator usage in the :func:`~propcache.api.under_cached_property` example code -- by :user:`meanmail`.

Packaging updates and notes for downstreams

- Updated to use Cython 3.1 universally across the build path -- by :user:`lysnikolaou`.

- Made Cython line tracing opt-in via the ``with-cython-tracing`` build config setting -- by :user:`bdraco`.

  Previously, line tracing was enabled by default in :file:`pyproject.toml`, which caused build issues for some users and made wheels nearly twice as slow.

  Now line tracing is only enabled when explicitly requested via ``pip install . --config-setting=with-cython-tracing=true`` or by setting the ``PROPCACHE_CYTHON_TRACING`` environment variable.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-propcache/Makefile \
    pkgsrc/devel/py-propcache/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-propcache/Makefile
diff -u pkgsrc/devel/py-propcache/Makefile:1.4 pkgsrc/devel/py-propcache/Makefile:1.5
--- pkgsrc/devel/py-propcache/Makefile:1.4      Sat Apr 12 19:45:04 2025
+++ pkgsrc/devel/py-propcache/Makefile  Tue Jun 10 06:04:51 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2025/04/12 19:45:04 adam Exp $
+# $NetBSD: Makefile,v 1.5 2025/06/10 06:04:51 adam Exp $
 
-DISTNAME=      propcache-0.3.1
+DISTNAME=      propcache-0.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/propcache/}
Index: pkgsrc/devel/py-propcache/distinfo
diff -u pkgsrc/devel/py-propcache/distinfo:1.4 pkgsrc/devel/py-propcache/distinfo:1.5
--- pkgsrc/devel/py-propcache/distinfo:1.4      Sat Apr 12 19:45:04 2025
+++ pkgsrc/devel/py-propcache/distinfo  Tue Jun 10 06:04:51 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/04/12 19:45:04 adam Exp $
+$NetBSD: distinfo,v 1.5 2025/06/10 06:04:51 adam Exp $
 
-BLAKE2s (propcache-0.3.1.tar.gz) = 7013b46bf5e5ef69409e03ea6166b4fef0de2dbd34c5905a94d7c7e2528bc740
-SHA512 (propcache-0.3.1.tar.gz) = c109678adc26193d972906d923abbfe7ddeb02829fa3adb82d28988b56497a9e8126ce7186f1b0414ca6e6aba6baaddadcefdf19f7e24fbe5831e2f8da06473e
-Size (propcache-0.3.1.tar.gz) = 43651 bytes
+BLAKE2s (propcache-0.3.2.tar.gz) = 7a68d0bfabf4dbf9d204fc6fb013c4c3696bf18d02ecb68fd3d43fe234e97b71
+SHA512 (propcache-0.3.2.tar.gz) = d85a89dd1d34936578eb05a869e0ec07679d477c716aa047bbda00688a2926fd8a1f712c9ddec3de38faa49762941120df12ebe88dc36278f20d84ee796b91fe
+Size (propcache-0.3.2.tar.gz) = 44139 bytes



Home | Main Index | Thread Index | Old Index