Skip to content

Commit

Permalink
Merge pull request #22 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.1
  • Loading branch information
DreamingRaven authored Aug 27, 2024
2 parents 6e3ceef + a6941bf commit f9225e8
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.0
pkgver = 0.7.1
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.0.tar.gz
b2sums = 2a954e36114120236185739b66351fc2a4108d34b1dda0d86b4fda0281810ff09fb601221d7d4a5a3cadf1ddb799b51789b8ae1a7fcaeec9e897f831c1106857
source = https://files.pythonhosted.org/packages/source/c/cdsapi/cdsapi-0.7.1.tar.gz
b2sums = 21df9c20869d07153452c6355db73051a956006d52e1961db520e04066ffdadeab3098174a847f5af06267f7708e1349ab2b1f7c8051ee39408790ede2c9c518

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.0 # renovate: datasource=github-tags depName=ecmwf/cdsapi
pkgver=0.7.1 # 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=('2a954e36114120236185739b66351fc2a4108d34b1dda0d86b4fda0281810ff09fb601221d7d4a5a3cadf1ddb799b51789b8ae1a7fcaeec9e897f831c1106857')
b2sums=('21df9c20869d07153452c6355db73051a956006d52e1961db520e04066ffdadeab3098174a847f5af06267f7708e1349ab2b1f7c8051ee39408790ede2c9c518')

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

0 comments on commit f9225e8

Please sign in to comment.