pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-xarray



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 22 09:04:09 UTC 2025

Modified Files:
        pkgsrc/math/py-xarray: Makefile distinfo

Log Message:
py-xarray: updated to 2025.8.0

v2025.08.0 (August 14, 2025)

This release brings the ability to load xarray objects asynchronously, write netCDF as bytes, fixes a number of bugs, and starts an important deprecation cycle for changing the default values of 
keyword arguments for various xarray combining functions.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/math/py-xarray/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/math/py-xarray/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-xarray/Makefile
diff -u pkgsrc/math/py-xarray/Makefile:1.35 pkgsrc/math/py-xarray/Makefile:1.36
--- pkgsrc/math/py-xarray/Makefile:1.35 Thu Jul 17 08:20:10 2025
+++ pkgsrc/math/py-xarray/Makefile      Fri Aug 22 09:04:09 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2025/07/17 08:20:10 adam Exp $
+# $NetBSD: Makefile,v 1.36 2025/08/22 09:04:09 adam Exp $
 
-DISTNAME=      xarray-2025.7.1
+DISTNAME=      xarray-2025.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xarray/}
@@ -12,9 +12,9 @@ LICENSE=      apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7:../../devel/py-setuptools_scm
-DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.24:../../math/py-numpy
-DEPENDS+=      ${PYPKGPREFIX}-packaging>=23.2:../../devel/py-packaging
-DEPENDS+=      ${PYPKGPREFIX}-pandas>=2.1:../../math/py-pandas
+DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.26:../../math/py-numpy
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=24.1:../../devel/py-packaging
+DEPENDS+=      ${PYPKGPREFIX}-pandas>=2.2:../../math/py-pandas
 TEST_DEPENDS+= ${PYPKGPREFIX}-cftime>0:../../time/py-cftime
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>0:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-env>0:../../devel/py-test-env

Index: pkgsrc/math/py-xarray/distinfo
diff -u pkgsrc/math/py-xarray/distinfo:1.25 pkgsrc/math/py-xarray/distinfo:1.26
--- pkgsrc/math/py-xarray/distinfo:1.25 Thu Jul 17 08:20:10 2025
+++ pkgsrc/math/py-xarray/distinfo      Fri Aug 22 09:04:09 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2025/07/17 08:20:10 adam Exp $
+$NetBSD: distinfo,v 1.26 2025/08/22 09:04:09 adam Exp $
 
-BLAKE2s (xarray-2025.7.1.tar.gz) = f2ae8297843b7f1e0a75fdb5847ba365219aa22c3f8ca673a380ec9731281514
-SHA512 (xarray-2025.7.1.tar.gz) = 446e50cfa16a3ba54124dc9417203ea96f6232e05515de38dc191b06ee417e165fd2faefaf4718eddb9620d32675abc6c2125ac7555759eb003263a70662cb7e
-Size (xarray-2025.7.1.tar.gz) = 3013717 bytes
+BLAKE2s (xarray-2025.8.0.tar.gz) = 1adf2b4cecea0cb4dfe5912422e1a81c8c6df0750315c5c671ab2581df57c444
+SHA512 (xarray-2025.8.0.tar.gz) = 2ace4ae6736a5cde298f7d0da6b704326fa5b28d758744e0db022cc3e9ea6514ac447c5d7762fc273bc192ad7b31517edc0cda7a16302c3e9a63d5c952b1bcd2
+Size (xarray-2025.8.0.tar.gz) = 3034425 bytes



Home | Main Index | Thread Index | Old Index