From 5ce3b3bed1620fbd6fd555f933eeb9570bbec0bf Mon Sep 17 00:00:00 2001 From: ArTourter Date: Sat, 4 Jan 2025 20:19:35 +0000 Subject: [PATCH] gis/python3-xarray: Updated for version 2025.01.0 Signed-off-by: ArTourter --- gis/python3-xarray/python3-xarray.SlackBuild | 4 ++-- gis/python3-xarray/python3-xarray.info | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gis/python3-xarray/python3-xarray.SlackBuild b/gis/python3-xarray/python3-xarray.SlackBuild index 9019bd5d877..c340596c6d9 100644 --- a/gis/python3-xarray/python3-xarray.SlackBuild +++ b/gis/python3-xarray/python3-xarray.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-xarray # Copyright 2018-2020 Benjamin Trigona-Harany -# Copyright 2022-2024 Gregory J. L. Tourte +# Copyright 2022-2025 Gregory J. L. Tourte # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-xarray -VERSION=${VERSION:-2024.10.0} +VERSION=${VERSION:-2025.01.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/python3-xarray/python3-xarray.info b/gis/python3-xarray/python3-xarray.info index ac8bebb5d50..b304918433e 100644 --- a/gis/python3-xarray/python3-xarray.info +++ b/gis/python3-xarray/python3-xarray.info @@ -1,8 +1,8 @@ PRGNAM="python3-xarray" -VERSION="2024.10.0" +VERSION="2025.01.0" HOMEPAGE="http://xarray.pydata.org" -DOWNLOAD="https://github.com/pydata/xarray/archive/v2024.10.0/xarray-2024.10.0.tar.gz" -MD5SUM="3bd079ce1de64c5a700558a14b7ab16d" +DOWNLOAD="https://github.com/pydata/xarray/archive/v2025.01.0/xarray-2025.01.0.tar.gz" +MD5SUM="92ab64f602a88f57be199c976a62bb98" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-pandas python3-setuptools-scm-opt"