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 Feb  4 09:42:31 UTC 2025

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

Log Message:
py-xarray: updated to 2025.1.2

v2025.01.2 (Jan 31, 2025)

This release brings non-nanosecond datetime and timedelta resolution to xarray,
sharded reading in zarr, suggestion of correct names when trying to access
non-existent data variables and bug fixes!


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/math/py-xarray/Makefile
cvs rdiff -u -r1.20 -r1.21 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.29 pkgsrc/math/py-xarray/Makefile:1.30
--- pkgsrc/math/py-xarray/Makefile:1.29 Sun Jan 12 14:34:47 2025
+++ pkgsrc/math/py-xarray/Makefile      Tue Feb  4 09:42:31 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2025/01/12 14:34:47 adam Exp $
+# $NetBSD: Makefile,v 1.30 2025/02/04 09:42:31 adam Exp $
 
-DISTNAME=      xarray-2025.1.1
+DISTNAME=      xarray-2025.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xarray/}
@@ -15,6 +15,11 @@ TOOL_DEPENDS+=       ${PYPKGPREFIX}-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.24:../../math/py-numpy
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=23.2:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-pandas>=2.1:../../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
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>0:../../devel/py-test-timeout
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>0:../../devel/py-test-xdist
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/math/py-xarray/distinfo
diff -u pkgsrc/math/py-xarray/distinfo:1.20 pkgsrc/math/py-xarray/distinfo:1.21
--- pkgsrc/math/py-xarray/distinfo:1.20 Sun Jan 12 14:34:47 2025
+++ pkgsrc/math/py-xarray/distinfo      Tue Feb  4 09:42:31 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2025/01/12 14:34:47 adam Exp $
+$NetBSD: distinfo,v 1.21 2025/02/04 09:42:31 adam Exp $
 
-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
+BLAKE2s (xarray-2025.1.2.tar.gz) = 945a6cf9f026191ccc20a2270785c5d3308c2ab960819992a49003363f7f5b8f
+SHA512 (xarray-2025.1.2.tar.gz) = 604d552435a5c986818042de13b9163626ce2138e891f938e67d2885f51107fb741c81cfde5c4029575ba7011e0ac2edd3b88da76f5d7c54157a091d21e9761d
+Size (xarray-2025.1.2.tar.gz) = 3271214 bytes



Home | Main Index | Thread Index | Old Index