pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-xarray-einstats



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan  6 10:57:25 UTC 2025

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

Log Message:
py-xarray-einstats: updated to 0.8.0

0.8.0

New features

Add numpy.linalg.pinv wrapper

Maintenance and fixes

Update to handle modified behaviour of numpy.linalg.solve


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/py-xarray-einstats/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-xarray-einstats/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-einstats/Makefile
diff -u pkgsrc/math/py-xarray-einstats/Makefile:1.2 pkgsrc/math/py-xarray-einstats/Makefile:1.3
--- pkgsrc/math/py-xarray-einstats/Makefile:1.2 Mon Oct 14 06:45:53 2024
+++ pkgsrc/math/py-xarray-einstats/Makefile     Mon Jan  6 10:57:25 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2024/10/14 06:45:53 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/01/06 10:57:25 adam Exp $
 
-DISTNAME=      xarray_einstats-0.7.0
+DISTNAME=      xarray_einstats-0.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xarray-einstats/}
@@ -11,8 +11,8 @@ COMMENT=      Stats, linear algebra and einop
 LICENSE=       apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.4:../../devel/py-flit_core
-DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.22:../../math/py-numpy
-DEPENDS+=      ${PYPKGPREFIX}-scipy>=1.8:../../math/py-scipy
+DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.23:../../math/py-numpy
+DEPENDS+=      ${PYPKGPREFIX}-scipy>=1.9:../../math/py-scipy
 DEPENDS+=      ${PYPKGPREFIX}-xarray>=2022.09.0:../../math/py-xarray
 
 USE_LANGUAGES= # none

Index: pkgsrc/math/py-xarray-einstats/distinfo
diff -u pkgsrc/math/py-xarray-einstats/distinfo:1.1 pkgsrc/math/py-xarray-einstats/distinfo:1.2
--- pkgsrc/math/py-xarray-einstats/distinfo:1.1 Mon Aug  5 20:39:56 2024
+++ pkgsrc/math/py-xarray-einstats/distinfo     Mon Jan  6 10:57:25 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/08/05 20:39:56 adam Exp $
+$NetBSD: distinfo,v 1.2 2025/01/06 10:57:25 adam Exp $
 
-BLAKE2s (xarray_einstats-0.7.0.tar.gz) = ec0de7c45404a03540d6dda14fe344223dcc565d83631400cf31303ace7e1651
-SHA512 (xarray_einstats-0.7.0.tar.gz) = 593a55dfc0ad7ccc9bfa6b5e7e7f067966ae035ee91a7af442a29e57604423ffb3d5d393bae4c451a65bcb3db6d7f8f52e6bce5638491ff57de33dea9cbe9ef5
-Size (xarray_einstats-0.7.0.tar.gz) = 29439 bytes
+BLAKE2s (xarray_einstats-0.8.0.tar.gz) = 73a99e5bd3af0754fad27d7d3868513085de134c10d7897af3f83d267abb2fb1
+SHA512 (xarray_einstats-0.8.0.tar.gz) = b0fc419ed7dc1e796550a35216614a569d59bb8494e430ed71cb214d7e44a80947770e8ae163d77489f35ca2690271ed2802fcf886f5c14ec42fad763e2cce6a
+Size (xarray_einstats-0.8.0.tar.gz) = 30225 bytes



Home | Main Index | Thread Index | Old Index