pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-xgboost



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Dec 26 16:36:54 UTC 2025

Modified Files:
        pkgsrc/math/py-xgboost: Makefile PLIST distinfo

Log Message:
py-xgboost: updated to 3.1.2

3.1.2
Fix ordering of Python callbacks.
Fix loading nccl 2.28.
Infer the enable_categorical during model load.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/py-xgboost/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-xgboost/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/py-xgboost/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-xgboost/Makefile
diff -u pkgsrc/math/py-xgboost/Makefile:1.14 pkgsrc/math/py-xgboost/Makefile:1.15
--- pkgsrc/math/py-xgboost/Makefile:1.14        Thu Oct  9 07:57:50 2025
+++ pkgsrc/math/py-xgboost/Makefile     Fri Dec 26 16:36:54 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2025/10/09 07:57:50 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/12/26 16:36:54 adam Exp $
 
-DISTNAME=      xgboost-2.1.4
+DISTNAME=      xgboost-3.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xgboost/}
@@ -11,11 +11,13 @@ COMMENT=    XGBoost Python Package
 LICENSE=       apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.12.1:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
 
-USE_LANGUAGES= c gnu++17
-USE_TOOLS+=    cmake ninja
-GCC_REQD+=     8.1
+USE_CXX_FEATURES=      c++17
+USE_LANGUAGES=         c c++
+USE_TOOLS+=            cmake ninja
+GCC_REQD+=             8.1
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310
 

Index: pkgsrc/math/py-xgboost/PLIST
diff -u pkgsrc/math/py-xgboost/PLIST:1.3 pkgsrc/math/py-xgboost/PLIST:1.4
--- pkgsrc/math/py-xgboost/PLIST:1.3    Sun Aug  4 13:05:59 2024
+++ pkgsrc/math/py-xgboost/PLIST        Fri Dec 26 16:36:54 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2024/08/04 13:05:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/12/26 16:36:54 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -6,6 +6,9 @@ ${PYSITELIB}/xgboost/VERSION
 ${PYSITELIB}/xgboost/__init__.py
 ${PYSITELIB}/xgboost/__init__.pyc
 ${PYSITELIB}/xgboost/__init__.pyo
+${PYSITELIB}/xgboost/_data_utils.py
+${PYSITELIB}/xgboost/_data_utils.pyc
+${PYSITELIB}/xgboost/_data_utils.pyo
 ${PYSITELIB}/xgboost/_typing.py
 ${PYSITELIB}/xgboost/_typing.pyc
 ${PYSITELIB}/xgboost/_typing.pyo
@@ -27,6 +30,9 @@ ${PYSITELIB}/xgboost/core.pyo
 ${PYSITELIB}/xgboost/dask/__init__.py
 ${PYSITELIB}/xgboost/dask/__init__.pyc
 ${PYSITELIB}/xgboost/dask/__init__.pyo
+${PYSITELIB}/xgboost/dask/data.py
+${PYSITELIB}/xgboost/dask/data.pyc
+${PYSITELIB}/xgboost/dask/data.pyo
 ${PYSITELIB}/xgboost/dask/utils.py
 ${PYSITELIB}/xgboost/dask/utils.pyc
 ${PYSITELIB}/xgboost/dask/utils.pyo
@@ -62,12 +68,24 @@ ${PYSITELIB}/xgboost/spark/estimator.pyo
 ${PYSITELIB}/xgboost/spark/params.py
 ${PYSITELIB}/xgboost/spark/params.pyc
 ${PYSITELIB}/xgboost/spark/params.pyo
+${PYSITELIB}/xgboost/spark/summary.py
+${PYSITELIB}/xgboost/spark/summary.pyc
+${PYSITELIB}/xgboost/spark/summary.pyo
 ${PYSITELIB}/xgboost/spark/utils.py
 ${PYSITELIB}/xgboost/spark/utils.pyc
 ${PYSITELIB}/xgboost/spark/utils.pyo
 ${PYSITELIB}/xgboost/testing/__init__.py
 ${PYSITELIB}/xgboost/testing/__init__.pyc
 ${PYSITELIB}/xgboost/testing/__init__.pyo
+${PYSITELIB}/xgboost/testing/basic_models.py
+${PYSITELIB}/xgboost/testing/basic_models.pyc
+${PYSITELIB}/xgboost/testing/basic_models.pyo
+${PYSITELIB}/xgboost/testing/callbacks.py
+${PYSITELIB}/xgboost/testing/callbacks.pyc
+${PYSITELIB}/xgboost/testing/callbacks.pyo
+${PYSITELIB}/xgboost/testing/collective.py
+${PYSITELIB}/xgboost/testing/collective.pyc
+${PYSITELIB}/xgboost/testing/collective.pyo
 ${PYSITELIB}/xgboost/testing/continuation.py
 ${PYSITELIB}/xgboost/testing/continuation.pyc
 ${PYSITELIB}/xgboost/testing/continuation.pyo
@@ -83,12 +101,33 @@ ${PYSITELIB}/xgboost/testing/data_iter.p
 ${PYSITELIB}/xgboost/testing/federated.py
 ${PYSITELIB}/xgboost/testing/federated.pyc
 ${PYSITELIB}/xgboost/testing/federated.pyo
+${PYSITELIB}/xgboost/testing/interaction_constraints.py
+${PYSITELIB}/xgboost/testing/interaction_constraints.pyc
+${PYSITELIB}/xgboost/testing/interaction_constraints.pyo
 ${PYSITELIB}/xgboost/testing/metrics.py
 ${PYSITELIB}/xgboost/testing/metrics.pyc
 ${PYSITELIB}/xgboost/testing/metrics.pyo
+${PYSITELIB}/xgboost/testing/monotone_constraints.py
+${PYSITELIB}/xgboost/testing/monotone_constraints.pyc
+${PYSITELIB}/xgboost/testing/monotone_constraints.pyo
+${PYSITELIB}/xgboost/testing/ordinal.py
+${PYSITELIB}/xgboost/testing/ordinal.pyc
+${PYSITELIB}/xgboost/testing/ordinal.pyo
 ${PYSITELIB}/xgboost/testing/params.py
 ${PYSITELIB}/xgboost/testing/params.pyc
 ${PYSITELIB}/xgboost/testing/params.pyo
+${PYSITELIB}/xgboost/testing/parse_tree.py
+${PYSITELIB}/xgboost/testing/parse_tree.pyc
+${PYSITELIB}/xgboost/testing/parse_tree.pyo
+${PYSITELIB}/xgboost/testing/plotting.py
+${PYSITELIB}/xgboost/testing/plotting.pyc
+${PYSITELIB}/xgboost/testing/plotting.pyo
+${PYSITELIB}/xgboost/testing/predict.py
+${PYSITELIB}/xgboost/testing/predict.pyc
+${PYSITELIB}/xgboost/testing/predict.pyo
+${PYSITELIB}/xgboost/testing/quantile_dmatrix.py
+${PYSITELIB}/xgboost/testing/quantile_dmatrix.pyc
+${PYSITELIB}/xgboost/testing/quantile_dmatrix.pyo
 ${PYSITELIB}/xgboost/testing/ranking.py
 ${PYSITELIB}/xgboost/testing/ranking.pyc
 ${PYSITELIB}/xgboost/testing/ranking.pyo
@@ -98,6 +137,12 @@ ${PYSITELIB}/xgboost/testing/shared.pyo
 ${PYSITELIB}/xgboost/testing/updater.py
 ${PYSITELIB}/xgboost/testing/updater.pyc
 ${PYSITELIB}/xgboost/testing/updater.pyo
+${PYSITELIB}/xgboost/testing/utils.py
+${PYSITELIB}/xgboost/testing/utils.pyc
+${PYSITELIB}/xgboost/testing/utils.pyo
+${PYSITELIB}/xgboost/testing/with_skl.py
+${PYSITELIB}/xgboost/testing/with_skl.pyc
+${PYSITELIB}/xgboost/testing/with_skl.pyo
 ${PYSITELIB}/xgboost/tracker.py
 ${PYSITELIB}/xgboost/tracker.pyc
 ${PYSITELIB}/xgboost/tracker.pyo

Index: pkgsrc/math/py-xgboost/distinfo
diff -u pkgsrc/math/py-xgboost/distinfo:1.7 pkgsrc/math/py-xgboost/distinfo:1.8
--- pkgsrc/math/py-xgboost/distinfo:1.7 Fri Feb  7 07:06:23 2025
+++ pkgsrc/math/py-xgboost/distinfo     Fri Dec 26 16:36:54 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2025/02/07 07:06:23 adam Exp $
+$NetBSD: distinfo,v 1.8 2025/12/26 16:36:54 adam Exp $
 
-BLAKE2s (xgboost-2.1.4.tar.gz) = 74970045fd7dfef89e52fdd72245fc1fd9a7bc1222b25d9eba07f6df0fee3bb6
-SHA512 (xgboost-2.1.4.tar.gz) = 91385de1661daa449700f2cf09cf1276f302d14e0d9b77ee5dd441b840ba2defa5b2a280b30a315808d255c8cb39978947a4055f57c8ec1dee7e01229793a7cf
-Size (xgboost-2.1.4.tar.gz) = 1091127 bytes
+BLAKE2s (xgboost-3.1.2.tar.gz) = b3ec6a9c1b190d7238c487d381e88b5447fc3946e7b77c45f1f958c4c7b6b79a
+SHA512 (xgboost-3.1.2.tar.gz) = 78b1d3115b8fea73977c0428dfa9e3057777e2a4d8b6028b5eaf837ae64de5cc34625a6094cd97598063960ac262fd0ae307c8eb4e33feea4b0217841819a2e3
+Size (xgboost-3.1.2.tar.gz) = 1237438 bytes
 SHA1 (patch-cpp__src_dmlc-core_CMakeLists.txt) = d7365655159fd310c73fa1abbbeb86db88c6f671
 SHA1 (patch-cpp__src_include_xgboost_collective_socket.h) = f6b0cca135d6d8f6086213d6c221db466592287e
 SHA1 (patch-xgboost_libpath.py) = 39b2538729e5e4408de81534cd2b720ed112775a



Home | Main Index | Thread Index | Old Index