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 Sep 14 08:34:23 UTC 2024

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

Log Message:
py-xarray: updated to 2024.9.0

v2024.09.0 (Sept 11, 2024)

This release drops support for Python 3.9, and adds support for grouping by :ref:`multiple arrays <groupby.multiple>`, while providing numerous performance improvements and bug fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/math/py-xarray/Makefile
cvs rdiff -u -r1.16 -r1.17 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.23 pkgsrc/math/py-xarray/Makefile:1.24
--- pkgsrc/math/py-xarray/Makefile:1.23 Sat Aug  3 07:23:53 2024
+++ pkgsrc/math/py-xarray/Makefile      Sat Sep 14 08:34:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2024/08/03 07:23:53 adam Exp $
+# $NetBSD: Makefile,v 1.24 2024/09/14 08:34:23 adam Exp $
 
-DISTNAME=      xarray-2024.7.0
+DISTNAME=      xarray-2024.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xarray/}
@@ -13,13 +13,13 @@ LICENSE=    apache-2.0
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=42:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.23:../../math/py-numpy
+DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.24:../../math/py-numpy
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=23.1:../../devel/py-packaging
-DEPENDS+=      ${PYPKGPREFIX}-pandas>=2.0:../../math/py-pandas
+DEPENDS+=      ${PYPKGPREFIX}-pandas>=2.1:../../math/py-pandas
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  38
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/py-xarray/distinfo
diff -u pkgsrc/math/py-xarray/distinfo:1.16 pkgsrc/math/py-xarray/distinfo:1.17
--- pkgsrc/math/py-xarray/distinfo:1.16 Sat Aug  3 07:23:53 2024
+++ pkgsrc/math/py-xarray/distinfo      Sat Sep 14 08:34:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2024/08/03 07:23:53 adam Exp $
+$NetBSD: distinfo,v 1.17 2024/09/14 08:34:23 adam Exp $
 
-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
+BLAKE2s (xarray-2024.9.0.tar.gz) = 1d2553633ec8c0ebcb4464686ef05ab13653d848d5f2a8b9a65479164b04a539
+SHA512 (xarray-2024.9.0.tar.gz) = 179e1a6689095a091c49d6fe3b34e72afbfcfbf4d10056a695e4804cee2fc5e6da1ff9b3073ecce790618031286a2f383f00042d38c49e94a672ee6c2214b85b
+Size (xarray-2024.9.0.tar.gz) = 3747432 bytes



Home | Main Index | Thread Index | Old Index