Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gis/python3-xarray: Updated for version 2025.01.0 #9303

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gis/python3-xarray/python3-xarray.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Slackware build script for python3-xarray

# Copyright 2018-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2022-2024 Gregory J. L. Tourte <artourter@gmail.com>
# Copyright 2022-2025 Gregory J. L. Tourte <artourter@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions gis/python3-xarray/python3-xarray.info
Original file line number Diff line number Diff line change
@@ -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"
Expand Down