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

chore(deps): update dependency ecmwf/cdsapi to v0.7.3 #24

Merged
merged 2 commits into from
Nov 7, 2024
Merged
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
6 changes: 3 additions & 3 deletions python-cdsapi/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = python-cdsapi
pkgdesc = Copernicus Common Data Store API (was Climate Data Store)
pkgver = 0.7.1
pkgver = 0.7.3
pkgrel = 1
url = https://github.com/ecmwf/cdsapi
arch = x86_64
Expand All @@ -11,7 +11,7 @@ pkgbase = python-cdsapi
makedepends = python-setuptools
depends = python-tqdm
depends = python-requests
source = https://files.pythonhosted.org/packages/source/c/cdsapi/cdsapi-0.7.1.tar.gz
b2sums = 21df9c20869d07153452c6355db73051a956006d52e1961db520e04066ffdadeab3098174a847f5af06267f7708e1349ab2b1f7c8051ee39408790ede2c9c518
source = https://files.pythonhosted.org/packages/source/c/cdsapi/cdsapi-0.7.3.tar.gz
b2sums = e4dec29df53588bc76518ee096572be812d2385429669cf4634d5e02a25def90f7a709e4d5e4abc23b54377ce0ae4dd9057a2637388c9f05226c2f3cff10357a

pkgname = python-cdsapi
4 changes: 2 additions & 2 deletions python-cdsapi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkgname=python-cdsapi
_name=${pkgname#python-}
pkgdesc="Copernicus Common Data Store API (was Climate Data Store)"
pkgver=0.7.1 # renovate: datasource=github-tags depName=ecmwf/cdsapi
pkgver=0.7.3 # renovate: datasource=github-tags depName=ecmwf/cdsapi
pkgrel=1
arch=('x86_64' 'armv7l' 'armv7h' 'aarch64')
url="https://github.com/ecmwf/cdsapi"
Expand All @@ -15,7 +15,7 @@ makedepends=('python-setuptools')
source=(
https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz
)
b2sums=('21df9c20869d07153452c6355db73051a956006d52e1961db520e04066ffdadeab3098174a847f5af06267f7708e1349ab2b1f7c8051ee39408790ede2c9c518')
b2sums=('e4dec29df53588bc76518ee096572be812d2385429669cf4634d5e02a25def90f7a709e4d5e4abc23b54377ce0ae4dd9057a2637388c9f05226c2f3cff10357a')

build() {
cd "$_name-$pkgver"
Expand Down