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: Tue Apr 1 09:02:49 UTC 2025
Modified Files:
pkgsrc/devel/py-scikit-build-core: Makefile distinfo
Log Message:
py-scikit-build-core: updated to 0.11.1
Version 0.11.1
This release contains two small fixes for edge case issues.
Fixes:
- Bump pyproject-metadata to handle form feeds on Python < 3.12.8
- Increase timeout on CI
CI and testing:
- Ignore deprecation message from cattrs on Python 3.14 alphas
- Add more integration tests in Fedora
- Restore example builds for Windows/macOS
Internal:
- Remove leftover Python 3.7 checks
- Bump pytest version and include pytest-xdist
- Bump to ruff 0.10, work around bug
Docs:
- Clarify verbosity options
- Fix incorrect configuration example
- Fix incorrect name (`PYBIND11_NEWPYTHON` -> `PYBIND11_FINDPYTHON`)
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-scikit-build-core/Makefile
cvs rdiff -u -r1.14 -r1.15 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.15 pkgsrc/devel/py-scikit-build-core/Makefile:1.16
--- pkgsrc/devel/py-scikit-build-core/Makefile:1.15 Mon Mar 3 08:43:53 2025
+++ pkgsrc/devel/py-scikit-build-core/Makefile Tue Apr 1 09:02:49 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2025/03/03 08:43:53 adam Exp $
+# $NetBSD: Makefile,v 1.16 2025/04/01 09:02:49 adam Exp $
-DISTNAME= scikit_build_core-0.11.0
+DISTNAME= scikit_build_core-0.11.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/scikit-build-core/}
@@ -12,16 +12,17 @@ LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
-DEPENDS+= ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
+DEPENDS+= ${PYPKGPREFIX}-packaging>=23.2:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-pathspec>=0.10.1:../../devel/py-pathspec
TEST_DEPENDS+= cmake-[0-9]*:../../devel/cmake
TEST_DEPENDS+= ${PYPKGPREFIX}-build>=0.8:../../devel/py-build
TEST_DEPENDS+= ${PYPKGPREFIX}-cattrs>=22.2.0:../../devel/py-cattrs
-TEST_DEPENDS+= ${PYPKGPREFIX}-pip>=22:../../devel/py-pip
+TEST_DEPENDS+= ${PYPKGPREFIX}-pip>=24.1:../../devel/py-pip
TEST_DEPENDS+= ${PYPKGPREFIX}-pybind11>=2.11:../../devel/py-pybind11
TEST_DEPENDS+= ${PYPKGPREFIX}-setuptools>=66.1:../../devel/py-setuptools
TEST_DEPENDS+= ${PYPKGPREFIX}-test-subprocess>=1.5:../../devel/py-test-subprocess
-TEST_DEPENDS+= ${PYPKGPREFIX}-virtualenv>=20.0.28:../../devel/py-virtualenv
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=3.1:../../devel/py-test-xdist
+TEST_DEPENDS+= ${PYPKGPREFIX}-virtualenv>=20.20:../../devel/py-virtualenv
TEST_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.40:../../devel/py-wheel
# only needed for tests
Index: pkgsrc/devel/py-scikit-build-core/distinfo
diff -u pkgsrc/devel/py-scikit-build-core/distinfo:1.14 pkgsrc/devel/py-scikit-build-core/distinfo:1.15
--- pkgsrc/devel/py-scikit-build-core/distinfo:1.14 Mon Mar 3 08:43:53 2025
+++ pkgsrc/devel/py-scikit-build-core/distinfo Tue Apr 1 09:02:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/03/03 08:43:53 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/04/01 09:02:49 adam Exp $
-BLAKE2s (scikit_build_core-0.11.0.tar.gz) = f8179bbc9d8869c7f57307449abd0b8508753018100980e811ff2ebb356981f7
-SHA512 (scikit_build_core-0.11.0.tar.gz) = a2fae6d62c6283ed42789eaafb8eabf0637146733434c1041583470b3f593d557b7d5d5f9ff887e94ea6bfff409b526948c4c9807213f95880156c3d25f2202b
-Size (scikit_build_core-0.11.0.tar.gz) = 271991 bytes
+BLAKE2s (scikit_build_core-0.11.1.tar.gz) = 4920adbf8b8af017b7a5c73343e27aed3707bf68b199b3da7348ad8bcc5ad220
+SHA512 (scikit_build_core-0.11.1.tar.gz) = 552e2e3ba72f993c96224069fb288c08166eaf1670c9c981ce0aa567e83b1c7d06cc17cccd7109bcb0586d2327ee592418e79c03af040ea7e5cc4951204eabc2
+Size (scikit_build_core-0.11.1.tar.gz) = 273807 bytes
Home |
Main Index |
Thread Index |
Old Index