summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2023-10-09 16:17:11 +0200
committerMario Finelli2023-10-09 16:17:11 +0200
commitcb67914b4e128dc08b60328d5545715c4a4f637e (patch)
treed0bc4153e5acb3bd297dc39f294ed86278df49c4
parent57894655670d5f5c971557bbc4bd4faf4bdbdffd (diff)
downloadaur-python-google-cloud-compute.tar.gz
upgpkg: python-google-cloud-compute 1.14.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea219fbca36c..3c8846af249f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-google-cloud-compute
pkgdesc = Google Cloud Compute python SDK
- pkgver = 1.12.0
+ pkgver = 1.14.1
pkgrel = 1
url = https://github.com/googleapis/python-compute
arch = any
@@ -16,7 +16,7 @@ pkgbase = python-google-cloud-compute
depends = python-google-auth
depends = python-grpcio
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/g/google-cloud-compute/google-cloud-compute-1.12.0.tar.gz
- sha256sums = 7792f4fc688a5427ea1f1f14192c7b04b0a58607f47c68f0fead29f0de61e97e
+ source = https://files.pythonhosted.org/packages/source/g/google-cloud-compute/google-cloud-compute-1.14.1.tar.gz
+ sha256sums = acd987647d7c826aa97b4418141c740ead5e8811d3349315f2f89a30c01c7f4b
pkgname = python-google-cloud-compute
diff --git a/PKGBUILD b/PKGBUILD
index f5eec766b782..dacf876b325b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=google-cloud-compute
pkgname=python-$_name
-pkgver=1.12.0
+pkgver=1.14.1
pkgrel=1
pkgdesc="Google Cloud Compute python SDK"
url=https://github.com/googleapis/python-compute
@@ -13,7 +13,7 @@ depends=(python python-google-api-core python-proto-plus python-protobuf
makedepends=(python-setuptools python-wheel python-installer python-build)
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('7792f4fc688a5427ea1f1f14192c7b04b0a58607f47c68f0fead29f0de61e97e')
+sha256sums=('acd987647d7c826aa97b4418141c740ead5e8811d3349315f2f89a30c01c7f4b')
build() {
cd "$_name-$pkgver"