Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Nizte1Na; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=qMQsyKKS Received: by mail.netbsd.org (Postfix, from userid 605) id B169E84ED2; Wed, 15 May 2024 12:52:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715777543; bh=FyG15HUxzulzVGFwUgVwlHcJD+5ypL3DjgSRYpB13Qk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Nizte1NahR3NquIXjA2O7USTv6wPfwgHQiO2Ogy1ECDjJ/FVvwnki7xAEB3tKR2mB 4taiJUCpYlYnyqrb/tlSt8W1LZ990lvERUxAvHZdJAyhwY5sNZK/e85OrYMP/9v+/K 74g4fPkQqUChQvEGjvNCqWe/FmehKOyE3t4xSisc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A2C8584D27 for ; Wed, 15 May 2024 12:52:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ao5iUF9KbBft for ; Wed, 15 May 2024 12:52:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 14D7A84CD7 for ; Wed, 15 May 2024 12:52:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715777542; bh=FyG15HUxzulzVGFwUgVwlHcJD+5ypL3DjgSRYpB13Qk=; h=Date:From:Subject:To:Reply-To; b=qMQsyKKSjpZKaAuG9op3ldUIOicDn7RRCKZXETouckURfVJMjcIEICBBYPvJ7Axs6 02SqWqbdCMR2BU/4IzlSwlkrvGmczG5AxGlDwe0amHQ+fIcOqhZj64w7FnXyhej1/b fy6q/Zi9ABYIqrYCj2spLgAp9eZfkCCAtS1w52/A= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0C20CFA2C; Wed, 15 May 2024 12:52:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715777542186960" MIME-Version: 1.0 Date: Wed, 15 May 2024 12:52:22 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-scikit-build-core To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240515125222.0C20CFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715777542186960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1715777542186960 Content-Disposition: inline Content-Length: 1750 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1715777542186960--