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:           Wed May 15 12:52:21 UTC 2024

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

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

Version 0.9.4

This version supports the newly available free-threading variant of Python
3.13b1 (mostly related to skipping the stable ABI). We test this via the
manylinux/musllinux images. There's also a new feature requested by third-party
packagers; the ability to pass args directly to the build tool

Features:

- Add `build.tool-args`

Fixes:

- Support free-threaded builds of Python 3.13+
- Slightly better stable ABI behavior using PyPy

Documentation:

- Fix example of configuration overrides in configuration.md
- Update stable ABI instructions

CI and testing:

- Use pylint 3.2, gha reporter
- Some minor improvements to running tests on some systems


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-scikit-build-core/Makefile \
    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.5 pkgsrc/devel/py-scikit-build-core/Makefile:1.6
--- pkgsrc/devel/py-scikit-build-core/Makefile:1.5      Tue Apr 30 03:53:36 2024
+++ pkgsrc/devel/py-scikit-build-core/Makefile  Wed May 15 12:52:21 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/04/30 03:53:36 adam Exp $
+# $NetBSD: Makefile,v 1.6 2024/05/15 12:52:21 adam Exp $
 
-DISTNAME=      scikit_build_core-0.9.3
+DISTNAME=      scikit_build_core-0.9.4
 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.5 pkgsrc/devel/py-scikit-build-core/distinfo:1.6
--- pkgsrc/devel/py-scikit-build-core/distinfo:1.5      Tue Apr 30 03:53:36 2024
+++ pkgsrc/devel/py-scikit-build-core/distinfo  Wed May 15 12:52:21 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/04/30 03:53:36 adam Exp $
+$NetBSD: distinfo,v 1.6 2024/05/15 12:52:21 adam Exp $
 
-BLAKE2s (scikit_build_core-0.9.3.tar.gz) = eabf87d3ef0e187e72b1da078c4580b60ec9845922db119c65146aad692bd130
-SHA512 (scikit_build_core-0.9.3.tar.gz) = e25adbcd2037471046376d3877d7a4a5bea42f3f9c13beaec646ed6e7a254138d0fce050309f634b61ec75c83ad76e34ebfa0bfa403ae394c25870cf15e0ff7a
-Size (scikit_build_core-0.9.3.tar.gz) = 226732 bytes
+BLAKE2s (scikit_build_core-0.9.4.tar.gz) = 861af474fc1d0fb6dc24293f6806679f934e0889f3b5947388a3ceabb4f2ad92
+SHA512 (scikit_build_core-0.9.4.tar.gz) = bc5252bf1f52e7fa0ea4d9e27d57fbf82a35e2061dfd8b8fbecc32b2da0ae88a2c3197bbece28f1285c1fb33ce91f27907bec093d76b937b382fa7dca072d0d9
+Size (scikit_build_core-0.9.4.tar.gz) = 228198 bytes



Home | Main Index | Thread Index | Old Index