Fri May 7 19:14:36 2021 UTC ()
py-xarray: updated to 0.18.0

v0.18.0 (6 May 2021)

This release brings a few important performance improvements, a wide range of usability upgrades, lots of bug fixes, and some new features. These include a plugin API to add backend engines, a new theme for the documentation, curve fitting methods, and several new plotting functions.

v0.17.0 (24 Feb 2021)

This release brings a few important performance improvements, a wide range of usability upgrades, lots of bug fixes, and some new features. These include better cftime support, a new quiver plot, better unstack performance, more efficient memory use in rolling operations, and some python packaging improvements. We also have a few documentation improvements (and more planned!).

v0.16.2 (30 Nov 2020)

This release brings the ability to write to limited regions of zarr files, open zarr files with :py:func:`open_dataset` and :py:func:`open_mfdataset`, increased support for propagating attrs using the keep_attrs flag, as well as numerous bugfixes and documentation improvements.

v0.16.1 (2020-09-20)

This patch release fixes an incompatibility with a recent pandas change, which was causing an issue indexing with a datetime64. It also includes improvements to rolling, to_dataframe, cov & corr methods and bug fixes. Our documentation has a number of improvements, including fixing all doctests and confirming their accuracy on every commit.

v0.16.0 (2020-07-11)

This release adds xarray.cov & xarray.corr for covariance & correlation respectively; the idxmax & idxmin methods, the polyfit method & xarray.polyval for fitting polynomials, as well as a number of documentation improvements, other features, and bug fixes. Many thanks to all 44 contributors who contributed to this release:


(adam)
diff -r1.6 -r1.7 pkgsrc/math/py-xarray/Makefile
diff -r1.2 -r1.3 pkgsrc/math/py-xarray/PLIST
diff -r1.2 -r1.3 pkgsrc/math/py-xarray/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/math/py-xarray/Makefile (expand / switch to unified diff)

--- pkgsrc/math/py-xarray/Makefile 2021/04/09 15:42:35 1.6
+++ pkgsrc/math/py-xarray/Makefile 2021/05/07 19:14:36 1.7
@@ -1,25 +1,26 @@ @@ -1,25 +1,26 @@
1# $NetBSD: Makefile,v 1.6 2021/04/09 15:42:35 tnn Exp $ 1# $NetBSD: Makefile,v 1.7 2021/05/07 19:14:36 adam Exp $
2 2
3DISTNAME= xarray-0.15.1 3DISTNAME= xarray-0.18.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= math python 5CATEGORIES= math python
6MASTER_SITES= ${MASTER_SITE_PYPI:=x/xarray/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=x/xarray/}
7 7
8MAINTAINER= jihbed.research@gmail.com 8MAINTAINER= jihbed.research@gmail.com
9HOMEPAGE= https://github.com/pydata/xarray 9HOMEPAGE= https://github.com/pydata/xarray
10COMMENT= N-D labeled arrays and datasets in Python 10COMMENT= N-D labeled arrays and datasets in Python
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13BUILD_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip 
14BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm 13BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
15DEPENDS+= ${PYPKGPREFIX}-numpy>=1.0:../../math/py-numpy 14DEPENDS+= ${PYPKGPREFIX}-numpy>=1.17:../../math/py-numpy
16DEPENDS+= ${PYPKGPREFIX}-pandas>=0.18.1:../../math/py-pandas 15DEPENDS+= ${PYPKGPREFIX}-pandas>=1.0:../../math/py-pandas
 16DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.4:../../devel/py-setuptools
 17TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
17 18
18USE_LANGUAGES= # none 19USE_LANGUAGES= # none
19 20
20PYTHON_VERSIONS_INCOMPATIBLE= 36 27 # py-pandads 21PYSETUPTESTTARGET= pytest
21PYTHON_VERSIONED_DEPENDENCIES+= setuptools 22
 23PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-pandas
22 24
23.include "../../lang/python/egg.mk" 25.include "../../lang/python/egg.mk"
24.include "../../lang/python/versioned_dependencies.mk" 
25.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/math/py-xarray/PLIST (expand / switch to unified diff)

--- pkgsrc/math/py-xarray/PLIST 2020/04/11 13:47:08 1.2
+++ pkgsrc/math/py-xarray/PLIST 2021/05/07 19:14:36 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2020/04/11 13:47:08 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2021/05/07 19:14:36 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8${PYSITELIB}/xarray/__init__.py 8${PYSITELIB}/xarray/__init__.py
9${PYSITELIB}/xarray/__init__.pyc 9${PYSITELIB}/xarray/__init__.pyc
10${PYSITELIB}/xarray/__init__.pyo 10${PYSITELIB}/xarray/__init__.pyo
11${PYSITELIB}/xarray/backends/__init__.py 11${PYSITELIB}/xarray/backends/__init__.py
12${PYSITELIB}/xarray/backends/__init__.pyc 12${PYSITELIB}/xarray/backends/__init__.pyc
13${PYSITELIB}/xarray/backends/__init__.pyo 13${PYSITELIB}/xarray/backends/__init__.pyo
14${PYSITELIB}/xarray/backends/api.py 14${PYSITELIB}/xarray/backends/api.py
@@ -31,71 +31,84 @@ ${PYSITELIB}/xarray/backends/locks.pyc @@ -31,71 +31,84 @@ ${PYSITELIB}/xarray/backends/locks.pyc
31${PYSITELIB}/xarray/backends/locks.pyo 31${PYSITELIB}/xarray/backends/locks.pyo
32${PYSITELIB}/xarray/backends/lru_cache.py 32${PYSITELIB}/xarray/backends/lru_cache.py
33${PYSITELIB}/xarray/backends/lru_cache.pyc 33${PYSITELIB}/xarray/backends/lru_cache.pyc
34${PYSITELIB}/xarray/backends/lru_cache.pyo 34${PYSITELIB}/xarray/backends/lru_cache.pyo
35${PYSITELIB}/xarray/backends/memory.py 35${PYSITELIB}/xarray/backends/memory.py
36${PYSITELIB}/xarray/backends/memory.pyc 36${PYSITELIB}/xarray/backends/memory.pyc
37${PYSITELIB}/xarray/backends/memory.pyo 37${PYSITELIB}/xarray/backends/memory.pyo
38${PYSITELIB}/xarray/backends/netCDF4_.py 38${PYSITELIB}/xarray/backends/netCDF4_.py
39${PYSITELIB}/xarray/backends/netCDF4_.pyc 39${PYSITELIB}/xarray/backends/netCDF4_.pyc
40${PYSITELIB}/xarray/backends/netCDF4_.pyo 40${PYSITELIB}/xarray/backends/netCDF4_.pyo
41${PYSITELIB}/xarray/backends/netcdf3.py 41${PYSITELIB}/xarray/backends/netcdf3.py
42${PYSITELIB}/xarray/backends/netcdf3.pyc 42${PYSITELIB}/xarray/backends/netcdf3.pyc
43${PYSITELIB}/xarray/backends/netcdf3.pyo 43${PYSITELIB}/xarray/backends/netcdf3.pyo
 44${PYSITELIB}/xarray/backends/plugins.py
 45${PYSITELIB}/xarray/backends/plugins.pyc
 46${PYSITELIB}/xarray/backends/plugins.pyo
44${PYSITELIB}/xarray/backends/pseudonetcdf_.py 47${PYSITELIB}/xarray/backends/pseudonetcdf_.py
45${PYSITELIB}/xarray/backends/pseudonetcdf_.pyc 48${PYSITELIB}/xarray/backends/pseudonetcdf_.pyc
46${PYSITELIB}/xarray/backends/pseudonetcdf_.pyo 49${PYSITELIB}/xarray/backends/pseudonetcdf_.pyo
47${PYSITELIB}/xarray/backends/pydap_.py 50${PYSITELIB}/xarray/backends/pydap_.py
48${PYSITELIB}/xarray/backends/pydap_.pyc 51${PYSITELIB}/xarray/backends/pydap_.pyc
49${PYSITELIB}/xarray/backends/pydap_.pyo 52${PYSITELIB}/xarray/backends/pydap_.pyo
50${PYSITELIB}/xarray/backends/pynio_.py 53${PYSITELIB}/xarray/backends/pynio_.py
51${PYSITELIB}/xarray/backends/pynio_.pyc 54${PYSITELIB}/xarray/backends/pynio_.pyc
52${PYSITELIB}/xarray/backends/pynio_.pyo 55${PYSITELIB}/xarray/backends/pynio_.pyo
53${PYSITELIB}/xarray/backends/rasterio_.py 56${PYSITELIB}/xarray/backends/rasterio_.py
54${PYSITELIB}/xarray/backends/rasterio_.pyc 57${PYSITELIB}/xarray/backends/rasterio_.pyc
55${PYSITELIB}/xarray/backends/rasterio_.pyo 58${PYSITELIB}/xarray/backends/rasterio_.pyo
56${PYSITELIB}/xarray/backends/scipy_.py 59${PYSITELIB}/xarray/backends/scipy_.py
57${PYSITELIB}/xarray/backends/scipy_.pyc 60${PYSITELIB}/xarray/backends/scipy_.pyc
58${PYSITELIB}/xarray/backends/scipy_.pyo 61${PYSITELIB}/xarray/backends/scipy_.pyo
 62${PYSITELIB}/xarray/backends/store.py
 63${PYSITELIB}/xarray/backends/store.pyc
 64${PYSITELIB}/xarray/backends/store.pyo
59${PYSITELIB}/xarray/backends/zarr.py 65${PYSITELIB}/xarray/backends/zarr.py
60${PYSITELIB}/xarray/backends/zarr.pyc 66${PYSITELIB}/xarray/backends/zarr.pyc
61${PYSITELIB}/xarray/backends/zarr.pyo 67${PYSITELIB}/xarray/backends/zarr.pyo
62${PYSITELIB}/xarray/coding/__init__.py 68${PYSITELIB}/xarray/coding/__init__.py
63${PYSITELIB}/xarray/coding/__init__.pyc 69${PYSITELIB}/xarray/coding/__init__.pyc
64${PYSITELIB}/xarray/coding/__init__.pyo 70${PYSITELIB}/xarray/coding/__init__.pyo
65${PYSITELIB}/xarray/coding/cftime_offsets.py 71${PYSITELIB}/xarray/coding/cftime_offsets.py
66${PYSITELIB}/xarray/coding/cftime_offsets.pyc 72${PYSITELIB}/xarray/coding/cftime_offsets.pyc
67${PYSITELIB}/xarray/coding/cftime_offsets.pyo 73${PYSITELIB}/xarray/coding/cftime_offsets.pyo
68${PYSITELIB}/xarray/coding/cftimeindex.py 74${PYSITELIB}/xarray/coding/cftimeindex.py
69${PYSITELIB}/xarray/coding/cftimeindex.pyc 75${PYSITELIB}/xarray/coding/cftimeindex.pyc
70${PYSITELIB}/xarray/coding/cftimeindex.pyo 76${PYSITELIB}/xarray/coding/cftimeindex.pyo
 77${PYSITELIB}/xarray/coding/frequencies.py
 78${PYSITELIB}/xarray/coding/frequencies.pyc
 79${PYSITELIB}/xarray/coding/frequencies.pyo
71${PYSITELIB}/xarray/coding/strings.py 80${PYSITELIB}/xarray/coding/strings.py
72${PYSITELIB}/xarray/coding/strings.pyc 81${PYSITELIB}/xarray/coding/strings.pyc
73${PYSITELIB}/xarray/coding/strings.pyo 82${PYSITELIB}/xarray/coding/strings.pyo
74${PYSITELIB}/xarray/coding/times.py 83${PYSITELIB}/xarray/coding/times.py
75${PYSITELIB}/xarray/coding/times.pyc 84${PYSITELIB}/xarray/coding/times.pyc
76${PYSITELIB}/xarray/coding/times.pyo 85${PYSITELIB}/xarray/coding/times.pyo
77${PYSITELIB}/xarray/coding/variables.py 86${PYSITELIB}/xarray/coding/variables.py
78${PYSITELIB}/xarray/coding/variables.pyc 87${PYSITELIB}/xarray/coding/variables.pyc
79${PYSITELIB}/xarray/coding/variables.pyo 88${PYSITELIB}/xarray/coding/variables.pyo
80${PYSITELIB}/xarray/conventions.py 89${PYSITELIB}/xarray/conventions.py
81${PYSITELIB}/xarray/conventions.pyc 90${PYSITELIB}/xarray/conventions.pyc
82${PYSITELIB}/xarray/conventions.pyo 91${PYSITELIB}/xarray/conventions.pyo
83${PYSITELIB}/xarray/convert.py 92${PYSITELIB}/xarray/convert.py
84${PYSITELIB}/xarray/convert.pyc 93${PYSITELIB}/xarray/convert.pyc
85${PYSITELIB}/xarray/convert.pyo 94${PYSITELIB}/xarray/convert.pyo
86${PYSITELIB}/xarray/core/__init__.py 95${PYSITELIB}/xarray/core/__init__.py
87${PYSITELIB}/xarray/core/__init__.pyc 96${PYSITELIB}/xarray/core/__init__.pyc
88${PYSITELIB}/xarray/core/__init__.pyo 97${PYSITELIB}/xarray/core/__init__.pyo
 98${PYSITELIB}/xarray/core/_typed_ops.py
 99${PYSITELIB}/xarray/core/_typed_ops.pyc
 100${PYSITELIB}/xarray/core/_typed_ops.pyi
 101${PYSITELIB}/xarray/core/_typed_ops.pyo
89${PYSITELIB}/xarray/core/accessor_dt.py 102${PYSITELIB}/xarray/core/accessor_dt.py
90${PYSITELIB}/xarray/core/accessor_dt.pyc 103${PYSITELIB}/xarray/core/accessor_dt.pyc
91${PYSITELIB}/xarray/core/accessor_dt.pyo 104${PYSITELIB}/xarray/core/accessor_dt.pyo
92${PYSITELIB}/xarray/core/accessor_str.py 105${PYSITELIB}/xarray/core/accessor_str.py
93${PYSITELIB}/xarray/core/accessor_str.pyc 106${PYSITELIB}/xarray/core/accessor_str.pyc
94${PYSITELIB}/xarray/core/accessor_str.pyo 107${PYSITELIB}/xarray/core/accessor_str.pyo
95${PYSITELIB}/xarray/core/alignment.py 108${PYSITELIB}/xarray/core/alignment.py
96${PYSITELIB}/xarray/core/alignment.pyc 109${PYSITELIB}/xarray/core/alignment.pyc
97${PYSITELIB}/xarray/core/alignment.pyo 110${PYSITELIB}/xarray/core/alignment.pyo
98${PYSITELIB}/xarray/core/arithmetic.py 111${PYSITELIB}/xarray/core/arithmetic.py
99${PYSITELIB}/xarray/core/arithmetic.pyc 112${PYSITELIB}/xarray/core/arithmetic.pyc
100${PYSITELIB}/xarray/core/arithmetic.pyo 113${PYSITELIB}/xarray/core/arithmetic.pyo
101${PYSITELIB}/xarray/core/combine.py 114${PYSITELIB}/xarray/core/combine.py
@@ -274,26 +287,29 @@ ${PYSITELIB}/xarray/tests/test_coding_ti @@ -274,26 +287,29 @@ ${PYSITELIB}/xarray/tests/test_coding_ti
274${PYSITELIB}/xarray/tests/test_coding_times.pyo 287${PYSITELIB}/xarray/tests/test_coding_times.pyo
275${PYSITELIB}/xarray/tests/test_combine.py 288${PYSITELIB}/xarray/tests/test_combine.py
276${PYSITELIB}/xarray/tests/test_combine.pyc 289${PYSITELIB}/xarray/tests/test_combine.pyc
277${PYSITELIB}/xarray/tests/test_combine.pyo 290${PYSITELIB}/xarray/tests/test_combine.pyo
278${PYSITELIB}/xarray/tests/test_computation.py 291${PYSITELIB}/xarray/tests/test_computation.py
279${PYSITELIB}/xarray/tests/test_computation.pyc 292${PYSITELIB}/xarray/tests/test_computation.pyc
280${PYSITELIB}/xarray/tests/test_computation.pyo 293${PYSITELIB}/xarray/tests/test_computation.pyo
281${PYSITELIB}/xarray/tests/test_concat.py 294${PYSITELIB}/xarray/tests/test_concat.py
282${PYSITELIB}/xarray/tests/test_concat.pyc 295${PYSITELIB}/xarray/tests/test_concat.pyc
283${PYSITELIB}/xarray/tests/test_concat.pyo 296${PYSITELIB}/xarray/tests/test_concat.pyo
284${PYSITELIB}/xarray/tests/test_conventions.py 297${PYSITELIB}/xarray/tests/test_conventions.py
285${PYSITELIB}/xarray/tests/test_conventions.pyc 298${PYSITELIB}/xarray/tests/test_conventions.pyc
286${PYSITELIB}/xarray/tests/test_conventions.pyo 299${PYSITELIB}/xarray/tests/test_conventions.pyo
 300${PYSITELIB}/xarray/tests/test_cupy.py
 301${PYSITELIB}/xarray/tests/test_cupy.pyc
 302${PYSITELIB}/xarray/tests/test_cupy.pyo
287${PYSITELIB}/xarray/tests/test_dask.py 303${PYSITELIB}/xarray/tests/test_dask.py
288${PYSITELIB}/xarray/tests/test_dask.pyc 304${PYSITELIB}/xarray/tests/test_dask.pyc
289${PYSITELIB}/xarray/tests/test_dask.pyo 305${PYSITELIB}/xarray/tests/test_dask.pyo
290${PYSITELIB}/xarray/tests/test_dataarray.py 306${PYSITELIB}/xarray/tests/test_dataarray.py
291${PYSITELIB}/xarray/tests/test_dataarray.pyc 307${PYSITELIB}/xarray/tests/test_dataarray.pyc
292${PYSITELIB}/xarray/tests/test_dataarray.pyo 308${PYSITELIB}/xarray/tests/test_dataarray.pyo
293${PYSITELIB}/xarray/tests/test_dataset.py 309${PYSITELIB}/xarray/tests/test_dataset.py
294${PYSITELIB}/xarray/tests/test_dataset.pyc 310${PYSITELIB}/xarray/tests/test_dataset.pyc
295${PYSITELIB}/xarray/tests/test_dataset.pyo 311${PYSITELIB}/xarray/tests/test_dataset.pyo
296${PYSITELIB}/xarray/tests/test_distributed.py 312${PYSITELIB}/xarray/tests/test_distributed.py
297${PYSITELIB}/xarray/tests/test_distributed.pyc 313${PYSITELIB}/xarray/tests/test_distributed.pyc
298${PYSITELIB}/xarray/tests/test_distributed.pyo 314${PYSITELIB}/xarray/tests/test_distributed.pyo
299${PYSITELIB}/xarray/tests/test_dtypes.py 315${PYSITELIB}/xarray/tests/test_dtypes.py
@@ -325,26 +341,29 @@ ${PYSITELIB}/xarray/tests/test_merge.pyc @@ -325,26 +341,29 @@ ${PYSITELIB}/xarray/tests/test_merge.pyc
325${PYSITELIB}/xarray/tests/test_merge.pyo 341${PYSITELIB}/xarray/tests/test_merge.pyo
326${PYSITELIB}/xarray/tests/test_missing.py 342${PYSITELIB}/xarray/tests/test_missing.py
327${PYSITELIB}/xarray/tests/test_missing.pyc 343${PYSITELIB}/xarray/tests/test_missing.pyc
328${PYSITELIB}/xarray/tests/test_missing.pyo 344${PYSITELIB}/xarray/tests/test_missing.pyo
329${PYSITELIB}/xarray/tests/test_nputils.py 345${PYSITELIB}/xarray/tests/test_nputils.py
330${PYSITELIB}/xarray/tests/test_nputils.pyc 346${PYSITELIB}/xarray/tests/test_nputils.pyc
331${PYSITELIB}/xarray/tests/test_nputils.pyo 347${PYSITELIB}/xarray/tests/test_nputils.pyo
332${PYSITELIB}/xarray/tests/test_options.py 348${PYSITELIB}/xarray/tests/test_options.py
333${PYSITELIB}/xarray/tests/test_options.pyc 349${PYSITELIB}/xarray/tests/test_options.pyc
334${PYSITELIB}/xarray/tests/test_options.pyo 350${PYSITELIB}/xarray/tests/test_options.pyo
335${PYSITELIB}/xarray/tests/test_plot.py 351${PYSITELIB}/xarray/tests/test_plot.py
336${PYSITELIB}/xarray/tests/test_plot.pyc 352${PYSITELIB}/xarray/tests/test_plot.pyc
337${PYSITELIB}/xarray/tests/test_plot.pyo 353${PYSITELIB}/xarray/tests/test_plot.pyo
 354${PYSITELIB}/xarray/tests/test_plugins.py
 355${PYSITELIB}/xarray/tests/test_plugins.pyc
 356${PYSITELIB}/xarray/tests/test_plugins.pyo
338${PYSITELIB}/xarray/tests/test_print_versions.py 357${PYSITELIB}/xarray/tests/test_print_versions.py
339${PYSITELIB}/xarray/tests/test_print_versions.pyc 358${PYSITELIB}/xarray/tests/test_print_versions.pyc
340${PYSITELIB}/xarray/tests/test_print_versions.pyo 359${PYSITELIB}/xarray/tests/test_print_versions.pyo
341${PYSITELIB}/xarray/tests/test_sparse.py 360${PYSITELIB}/xarray/tests/test_sparse.py
342${PYSITELIB}/xarray/tests/test_sparse.pyc 361${PYSITELIB}/xarray/tests/test_sparse.pyc
343${PYSITELIB}/xarray/tests/test_sparse.pyo 362${PYSITELIB}/xarray/tests/test_sparse.pyo
344${PYSITELIB}/xarray/tests/test_testing.py 363${PYSITELIB}/xarray/tests/test_testing.py
345${PYSITELIB}/xarray/tests/test_testing.pyc 364${PYSITELIB}/xarray/tests/test_testing.pyc
346${PYSITELIB}/xarray/tests/test_testing.pyo 365${PYSITELIB}/xarray/tests/test_testing.pyo
347${PYSITELIB}/xarray/tests/test_tutorial.py 366${PYSITELIB}/xarray/tests/test_tutorial.py
348${PYSITELIB}/xarray/tests/test_tutorial.pyc 367${PYSITELIB}/xarray/tests/test_tutorial.pyc
349${PYSITELIB}/xarray/tests/test_tutorial.pyo 368${PYSITELIB}/xarray/tests/test_tutorial.pyo
350${PYSITELIB}/xarray/tests/test_ufuncs.py 369${PYSITELIB}/xarray/tests/test_ufuncs.py
@@ -361,16 +380,19 @@ ${PYSITELIB}/xarray/tests/test_variable. @@ -361,16 +380,19 @@ ${PYSITELIB}/xarray/tests/test_variable.
361${PYSITELIB}/xarray/tests/test_variable.pyo 380${PYSITELIB}/xarray/tests/test_variable.pyo
362${PYSITELIB}/xarray/tests/test_weighted.py 381${PYSITELIB}/xarray/tests/test_weighted.py
363${PYSITELIB}/xarray/tests/test_weighted.pyc 382${PYSITELIB}/xarray/tests/test_weighted.pyc
364${PYSITELIB}/xarray/tests/test_weighted.pyo 383${PYSITELIB}/xarray/tests/test_weighted.pyo
365${PYSITELIB}/xarray/tutorial.py 384${PYSITELIB}/xarray/tutorial.py
366${PYSITELIB}/xarray/tutorial.pyc 385${PYSITELIB}/xarray/tutorial.pyc
367${PYSITELIB}/xarray/tutorial.pyo 386${PYSITELIB}/xarray/tutorial.pyo
368${PYSITELIB}/xarray/ufuncs.py 387${PYSITELIB}/xarray/ufuncs.py
369${PYSITELIB}/xarray/ufuncs.pyc 388${PYSITELIB}/xarray/ufuncs.pyc
370${PYSITELIB}/xarray/ufuncs.pyo 389${PYSITELIB}/xarray/ufuncs.pyo
371${PYSITELIB}/xarray/util/__init__.py 390${PYSITELIB}/xarray/util/__init__.py
372${PYSITELIB}/xarray/util/__init__.pyc 391${PYSITELIB}/xarray/util/__init__.pyc
373${PYSITELIB}/xarray/util/__init__.pyo 392${PYSITELIB}/xarray/util/__init__.pyo
 393${PYSITELIB}/xarray/util/generate_ops.py
 394${PYSITELIB}/xarray/util/generate_ops.pyc
 395${PYSITELIB}/xarray/util/generate_ops.pyo
374${PYSITELIB}/xarray/util/print_versions.py 396${PYSITELIB}/xarray/util/print_versions.py
375${PYSITELIB}/xarray/util/print_versions.pyc 397${PYSITELIB}/xarray/util/print_versions.pyc
376${PYSITELIB}/xarray/util/print_versions.pyo 398${PYSITELIB}/xarray/util/print_versions.pyo

cvs diff -r1.2 -r1.3 pkgsrc/math/py-xarray/distinfo (expand / switch to unified diff)

--- pkgsrc/math/py-xarray/distinfo 2020/04/11 13:47:08 1.2
+++ pkgsrc/math/py-xarray/distinfo 2021/05/07 19:14:36 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2020/04/11 13:47:08 adam Exp $ 1$NetBSD: distinfo,v 1.3 2021/05/07 19:14:36 adam Exp $
2 2
3SHA1 (xarray-0.15.1.tar.gz) = 40efe1711499dab9d2c47c32721eca416a75b30f 3SHA1 (xarray-0.18.0.tar.gz) = e897551fcf73496b6dce70e5c614351572bc8b0b
4RMD160 (xarray-0.15.1.tar.gz) = 215db3e091b5d6712390116a4006cda7fbab226b 4RMD160 (xarray-0.18.0.tar.gz) = 0cded616dc32ca5668cae5c7a77b433094429370
5SHA512 (xarray-0.15.1.tar.gz) = 8a2d7e9173c51c65ffe856fa83df730e0e7de9777726c6d6e8f7f4edcc512b3a980c7dc854c19d3bc4bec50e815ad776bd433a5750680f2851a2b0b1f505ea14 5SHA512 (xarray-0.18.0.tar.gz) = a971db1644a2a5312b1d4749e4df3fbfbadec9c5b5b2d4ea59e7b42b1a3ae2d9290c3afb190a7175097bcdd398589759bee15054f163dbee1871408566c7fb1e
6Size (xarray-0.15.1.tar.gz) = 1934184 bytes 6Size (xarray-0.18.0.tar.gz) = 2843270 bytes