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: Sun Jan 12 14:34:47 UTC 2025
Modified Files:
pkgsrc/math/py-xarray: Makefile PLIST distinfo
Log Message:
py-xarray: updated to 2025.1.1
v2025.01.1 (Jan 9, 2025)
This is a quick release to bring compatibility with the Zarr V3 release. It also includes an update to the time decoding
infrastructure as a step toward `enabling non-nanosecond datetime support <https://github.com/pydata/xarray/pull/9618>`_!
New Features
- Split out :py:class:`coders.CFDatetimeCoder` as public API in ``xr.coders``, make ``decode_times`` keyword argument
consume :py:class:`coders.CFDatetimeCoder` (:pull:`9901`).
Deprecations
- Time decoding related kwarg ``use_cftime`` is deprecated. Use keyword argument
``decode_times=CFDatetimeCoder(use_cftime=True)`` in :py:func:`~xarray.open_dataset`, :py:func:`~xarray.open_dataarray`, :py:func:`~xarray.open_datatree`, :py:func:`~xarray.open_groups`,
:py:func:`~xarray.open_zarr` and :py:func:`~xarray.decode_cf` instead (:pull:`9901`).
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/math/py-xarray/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/py-xarray/PLIST
cvs rdiff -u -r1.19 -r1.20 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.28 pkgsrc/math/py-xarray/Makefile:1.29
--- pkgsrc/math/py-xarray/Makefile:1.28 Mon Jan 6 10:55:38 2025
+++ pkgsrc/math/py-xarray/Makefile Sun Jan 12 14:34:47 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2025/01/06 10:55:38 adam Exp $
+# $NetBSD: Makefile,v 1.29 2025/01/12 14:34:47 adam Exp $
-DISTNAME= xarray-2025.1.0
+DISTNAME= xarray-2025.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xarray/}
Index: pkgsrc/math/py-xarray/PLIST
diff -u pkgsrc/math/py-xarray/PLIST:1.14 pkgsrc/math/py-xarray/PLIST:1.15
--- pkgsrc/math/py-xarray/PLIST:1.14 Mon Jan 6 10:55:38 2025
+++ pkgsrc/math/py-xarray/PLIST Sun Jan 12 14:34:47 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2025/01/06 10:55:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2025/01/12 14:34:47 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -53,6 +53,9 @@ ${PYSITELIB}/xarray/backends/store.pyo
${PYSITELIB}/xarray/backends/zarr.py
${PYSITELIB}/xarray/backends/zarr.pyc
${PYSITELIB}/xarray/backends/zarr.pyo
+${PYSITELIB}/xarray/coders.py
+${PYSITELIB}/xarray/coders.pyc
+${PYSITELIB}/xarray/coders.pyo
${PYSITELIB}/xarray/coding/__init__.py
${PYSITELIB}/xarray/coding/__init__.pyc
${PYSITELIB}/xarray/coding/__init__.pyo
Index: pkgsrc/math/py-xarray/distinfo
diff -u pkgsrc/math/py-xarray/distinfo:1.19 pkgsrc/math/py-xarray/distinfo:1.20
--- pkgsrc/math/py-xarray/distinfo:1.19 Mon Jan 6 10:55:38 2025
+++ pkgsrc/math/py-xarray/distinfo Sun Jan 12 14:34:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2025/01/06 10:55:38 adam Exp $
+$NetBSD: distinfo,v 1.20 2025/01/12 14:34:47 adam Exp $
-BLAKE2s (xarray-2025.1.0.tar.gz) = ee60ef6dd107aad50e9dfe16a84011b1f5a06f57ea9ae4b15da7501d8bec3b79
-SHA512 (xarray-2025.1.0.tar.gz) = ea70284f3a9b8bc1dc217354683e67101ea03514ace39a3bdd9f96bf58c36ae6846330ef647f72475e25087f272a33114ba88ecdfed5e18a5df8593efa6e19fd
-Size (xarray-2025.1.0.tar.gz) = 3256313 bytes
+BLAKE2s (xarray-2025.1.1.tar.gz) = 7cc9fe6cd3a7b703a8f3296da0ef987e6d62c23ce6fdfbbdba0553c806a231c1
+SHA512 (xarray-2025.1.1.tar.gz) = a0cde2c8e38887878bcde25fd3ea6ee436b522ca73f52359d2c8ac1993447472d7cd5e5d4b11016ec48d1b86dba08e9207caf00b2b43ab896c777395e51f7943
+Size (xarray-2025.1.1.tar.gz) = 3257038 bytes
Home |
Main Index |
Thread Index |
Old Index