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:           Sat Aug  3 07:23:54 UTC 2024

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

Log Message:
py-xarray: updated to 2024.7.0

v2024.07.0 (Jul 30, 2024)

This release extends the API for groupby operations with various `grouper
objects <groupby.groupers_>`, and includes improvements to the documentation
and numerous bugfixes.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/math/py-xarray/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/py-xarray/PLIST
cvs rdiff -u -r1.15 -r1.16 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.22 pkgsrc/math/py-xarray/Makefile:1.23
--- pkgsrc/math/py-xarray/Makefile:1.22 Fri Jun 14 20:11:58 2024
+++ pkgsrc/math/py-xarray/Makefile      Sat Aug  3 07:23:53 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2024/06/14 20:11:58 adam Exp $
+# $NetBSD: Makefile,v 1.23 2024/08/03 07:23:53 adam Exp $
 
-DISTNAME=      xarray-2024.6.0
+DISTNAME=      xarray-2024.7.0
 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.11 pkgsrc/math/py-xarray/PLIST:1.12
--- pkgsrc/math/py-xarray/PLIST:1.11    Fri Jun 14 20:11:58 2024
+++ pkgsrc/math/py-xarray/PLIST Sat Aug  3 07:23:53 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2024/06/14 20:11:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2024/08/03 07:23:53 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -233,6 +233,9 @@ ${PYSITELIB}/xarray/core/weighted.pyo
 ${PYSITELIB}/xarray/datatree_/datatree/__init__.py
 ${PYSITELIB}/xarray/datatree_/datatree/__init__.pyc
 ${PYSITELIB}/xarray/datatree_/datatree/__init__.pyo
+${PYSITELIB}/xarray/groupers.py
+${PYSITELIB}/xarray/groupers.pyc
+${PYSITELIB}/xarray/groupers.pyo
 ${PYSITELIB}/xarray/indexes/__init__.py
 ${PYSITELIB}/xarray/indexes/__init__.pyc
 ${PYSITELIB}/xarray/indexes/__init__.pyo

Index: pkgsrc/math/py-xarray/distinfo
diff -u pkgsrc/math/py-xarray/distinfo:1.15 pkgsrc/math/py-xarray/distinfo:1.16
--- pkgsrc/math/py-xarray/distinfo:1.15 Fri Jun 14 20:11:58 2024
+++ pkgsrc/math/py-xarray/distinfo      Sat Aug  3 07:23:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/06/14 20:11:58 adam Exp $
+$NetBSD: distinfo,v 1.16 2024/08/03 07:23:53 adam Exp $
 
-BLAKE2s (xarray-2024.6.0.tar.gz) = 58b630f4a35be75baa5ec976944253d0ea1ab7d300051445477892be806b7724
-SHA512 (xarray-2024.6.0.tar.gz) = b6f24f834d71cca84f6a485858571a17bcb250915d4f84c886c9e16fc240ae3c3e91d573726e8a09f1dbe269abbfae97498868476eef1a90813ddb29c6a6db62
-Size (xarray-2024.6.0.tar.gz) = 3715179 bytes
+BLAKE2s (xarray-2024.7.0.tar.gz) = bb0f9c0511d4faa9b430e5d2ba4ba77996d2443bafdb7af45e7a5feb05f237ea
+SHA512 (xarray-2024.7.0.tar.gz) = 6a094dacdd8f09fb4674c67e03e1df67d0651053088fe39912713842dddb397cf5b5629193df170a4738dc8f75e96ae26582c73fac4679a1439e9d015dfcfcd1
+Size (xarray-2024.7.0.tar.gz) = 3728663 bytes



Home | Main Index | Thread Index | Old Index