pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-scikit-build-core



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar  9 11:54:16 UTC 2026

Modified Files:
        pkgsrc/devel/py-scikit-build-core: Makefile distinfo

Log Message:
py-scikit-build-core: updated to 0.12.2

0.12.2

We've fixed another issue in the new file inclusion mode on Windows. We now
always normalize SDist names, even if `minimum-version` is set to 0.4 or older,
due to the fact PyPI no longer accepts non-normalized SDist names. Please
increase your `minimum-version` anyway, though! Finally, the debug logging for
file inclusion now displays the exact rule that triggered the include/exclude
behavior.

Fixes:

- Use `as_posix` for prefix matching for better Windows support
- Always normalize SDist names, even in `<0.5` compat mode
- Better logging on why something fails/passes file inclusion check

Internal:

- Backport downstream RHEL patch to disable tests


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-scikit-build-core/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-scikit-build-core/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-scikit-build-core/Makefile
diff -u pkgsrc/devel/py-scikit-build-core/Makefile:1.23 pkgsrc/devel/py-scikit-build-core/Makefile:1.24
--- pkgsrc/devel/py-scikit-build-core/Makefile:1.23     Fri Feb 27 14:22:37 2026
+++ pkgsrc/devel/py-scikit-build-core/Makefile  Mon Mar  9 11:54:16 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2026/02/27 14:22:37 adam Exp $
+# $NetBSD: Makefile,v 1.24 2026/03/09 11:54:16 adam Exp $
 
-DISTNAME=      scikit_build_core-0.12.1
+DISTNAME=      scikit_build_core-0.12.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scikit-build-core/}

Index: pkgsrc/devel/py-scikit-build-core/distinfo
diff -u pkgsrc/devel/py-scikit-build-core/distinfo:1.21 pkgsrc/devel/py-scikit-build-core/distinfo:1.22
--- pkgsrc/devel/py-scikit-build-core/distinfo:1.21     Fri Feb 27 14:22:37 2026
+++ pkgsrc/devel/py-scikit-build-core/distinfo  Mon Mar  9 11:54:16 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2026/02/27 14:22:37 adam Exp $
+$NetBSD: distinfo,v 1.22 2026/03/09 11:54:16 adam Exp $
 
-BLAKE2s (scikit_build_core-0.12.1.tar.gz) = 111e92ff8b2e97718c7b8cdd6b8ff4ecfcb4bd173db7768acc677ed5cd4221fb
-SHA512 (scikit_build_core-0.12.1.tar.gz) = ee934d5e4c337c6d4a4c7b0746ff6504ceeea3518ba93991803ba37deb7e823c27c225b1f2c9ed11e944d78639ffe68451b40c7f7732ccb7884f7b5bc7dac6b6
-Size (scikit_build_core-0.12.1.tar.gz) = 302856 bytes
+BLAKE2s (scikit_build_core-0.12.2.tar.gz) = 28b87eb92e10966a4e12efd664be0c48878b5bf3b46cfb7dc98f14237b964acf
+SHA512 (scikit_build_core-0.12.2.tar.gz) = 8dfec47cdd9c0066c99ebb240703e3d5c7bd21eddb403f1d4452728019090562e255ea6bb9719e89d3ead288b5aa7c356fc0b829affa719533ea67d14481497f
+Size (scikit_build_core-0.12.2.tar.gz) = 303553 bytes



Home | Main Index | Thread Index | Old Index