Skip to content

Commit

Permalink
Merge pull request #29 from DreamingRaven/renovate/ecmwf-cdsapi-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency ecmwf/cdsapi to v0.7.4
  • Loading branch information
DreamingRaven authored Nov 27, 2024
2 parents 8b35bbb + b04d635 commit 1749d0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.3
pkgver = 0.7.4
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.3.tar.gz
b2sums = e4dec29df53588bc76518ee096572be812d2385429669cf4634d5e02a25def90f7a709e4d5e4abc23b54377ce0ae4dd9057a2637388c9f05226c2f3cff10357a
source = https://files.pythonhosted.org/packages/source/c/cdsapi/cdsapi-0.7.4.tar.gz
b2sums = 182ffc6e20f2f40db807d3d708d2e07ed476676ed8a29e00863ff58be419546aaf766b56690d9bb999fe277b3b0a4baa2437e889100fcd2afc506f17c39e1407

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.3 # renovate: datasource=github-tags depName=ecmwf/cdsapi
pkgver=0.7.4 # 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=('e4dec29df53588bc76518ee096572be812d2385429669cf4634d5e02a25def90f7a709e4d5e4abc23b54377ce0ae4dd9057a2637388c9f05226c2f3cff10357a')
b2sums=('182ffc6e20f2f40db807d3d708d2e07ed476676ed8a29e00863ff58be419546aaf766b56690d9bb999fe277b3b0a4baa2437e889100fcd2afc506f17c39e1407')

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

0 comments on commit 1749d0d

Please sign in to comment.