diff options
author | Iztok Fister Jr. <iztok@iztok.dev> | 2024-09-06 20:22:37 +0800 |
---|---|---|
committer | Celeste <20312-Celeste@users.gitlab.alpinelinux.org> | 2024-09-06 13:31:25 +0000 |
commit | c02bc5a39b4e3efaba272f78552e52ad8c9ce6b6 (patch) | |
tree | da65cfcc459812e6954fd47a9ad1d5a36e3f295e | |
parent | 619b636a4e50c73561352e24f4fe660f661c030c (diff) | |
download | aports-c02bc5a39b4e3efaba272f78552e52ad8c9ce6b6.zip |
community/py3-cdsapi: upgrade to 0.7.2
-rw-r--r-- | community/py3-cdsapi/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-cdsapi/APKBUILD b/community/py3-cdsapi/APKBUILD index 833bcd4a8e6..f98bfe3c8c0 100644 --- a/community/py3-cdsapi/APKBUILD +++ b/community/py3-cdsapi/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu> pkgname=py3-cdsapi _pkgorig=cdsapi -pkgver=0.7.1 +pkgver=0.7.2 pkgrel=0 pkgdesc="Python API to access the Copernicus Climate Data Store" url="https://github.com/ecmwf/cdsapi" arch="noarch" license="Apache-2.0" -depends="py3-requests py3-tqdm py3-setuptools" +depends="py3-cads-api-client py3-requests py3-tqdm py3-setuptools" makedepends="py3-gpep517 py3-wheel" checkdepends="py3-pytest-xdist" subpackages="$pkgname-pyc" @@ -34,5 +34,5 @@ package() { } sha512sums=" -8c8e5c4e97bfd787832e5358e3e9cc6aa6c1157f9246d8fc57f0506985a79c5ea4f20ed1454bb702dbcacecd07fed3a91cb33e22ddcb6ef5d5ae347c49ed71e0 py3-cdsapi-0.7.1.tar.gz +2d764abcd8b77c5305c2f059b65fb6b8c432b79633f890756bf861af3fc4daa886333926fe26ccbdf20fe4e7e278ebb324a46f01a957c1130cd1f620d80a8c39 py3-cdsapi-0.7.2.tar.gz " |