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:           Tue Apr 14 13:28:17 UTC 2026

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

Log Message:
py-xarray: updated to 2026.4.0

2026.4.0

This release bumps the minimum supported ``zarr`` version to 3.0, finalizes the
deprecation of timedelta decoding via units, adds ``col_wrap='auto'`` for plots,
a new ``inherit='all_coords'`` option for :py:meth:`DataTree.to_dataset`, and a
``facetgrid_figsize`` option for :py:func:`~xarray.set_options`.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/math/py-xarray/Makefile
cvs rdiff -u -r1.31 -r1.32 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.42 pkgsrc/math/py-xarray/Makefile:1.43
--- pkgsrc/math/py-xarray/Makefile:1.42 Sun Feb 15 13:54:39 2026
+++ pkgsrc/math/py-xarray/Makefile      Tue Apr 14 13:28:17 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2026/02/15 13:54:39 adam Exp $
+# $NetBSD: Makefile,v 1.43 2026/04/14 13:28:17 adam Exp $
 
-DISTNAME=      xarray-2026.2.0
+DISTNAME=      xarray-2026.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xarray/}
@@ -13,12 +13,13 @@ 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.26:../../math/py-numpy
-DEPENDS+=      ${PYPKGPREFIX}-packaging>=24.1:../../devel/py-packaging
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=24.2:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-pandas>=2.2:../../math/py-pandas
 TEST_DEPENDS+= ${PYPKGPREFIX}-cftime>0:../../time/py-cftime
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>0:../../devel/py-test-asyncio
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>0:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-env>0:../../devel/py-test-env
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-mypy-plugins>0:../../devel/py-test-mypy-plugins
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mypy-plugins>=4.0.0:../../devel/py-test-mypy-plugins
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>0:../../devel/py-test-timeout
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>0:../../devel/py-test-xdist
 

Index: pkgsrc/math/py-xarray/distinfo
diff -u pkgsrc/math/py-xarray/distinfo:1.31 pkgsrc/math/py-xarray/distinfo:1.32
--- pkgsrc/math/py-xarray/distinfo:1.31 Sun Feb 15 13:54:39 2026
+++ pkgsrc/math/py-xarray/distinfo      Tue Apr 14 13:28:17 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2026/02/15 13:54:39 adam Exp $
+$NetBSD: distinfo,v 1.32 2026/04/14 13:28:17 adam Exp $
 
-BLAKE2s (xarray-2026.2.0.tar.gz) = 7f731e4cca5474a6a172eb6dfb112ef11706b23b2deb456e40988798d94abb04
-SHA512 (xarray-2026.2.0.tar.gz) = fc19c99ad7f7272dcb1d1f712457eb723f7f6d86301b9c75505927eb134f6700b740eae793cfb5d7f3fdf4933d6bddec1c16a68fb471c15595b68dca7a63ae86
-Size (xarray-2026.2.0.tar.gz) = 3111388 bytes
+BLAKE2s (xarray-2026.4.0.tar.gz) = 4043ece0a2c1cccdc6082a6727c734a44d3e2134468dbbc362cfceeb53f33111
+SHA512 (xarray-2026.4.0.tar.gz) = f70fc78978f255a413b61a113b2e9e5da15e2fcd5c290ec81b112bd6bb0cb8e55aacde684dc756bd1f6087970ac3c85c602a883fa149ff5ff0013c3f3cb32cd1
+Size (xarray-2026.4.0.tar.gz) = 3132311 bytes



Home | Main Index | Thread Index | Old Index