summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--0001-fix-console-io-syntax-warning.patch11
-rw-r--r--0001-set-python2-for-dev-appserver-py.patch (renamed from 0002-set-python2-for-dev-appserver-py.patch)0
-rw-r--r--0002-set-python2-for-endpointscfg-py.patch (renamed from 0003-set-python2-for-endpointscfg-py.patch)0
-rw-r--r--PKGBUILD10
5 files changed, 9 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cc8eb019b33..bcced21b8f61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = google-cloud-sdk
pkgdesc = A set of command-line tools for the Google Cloud Platform. Includes gcloud (with beta and alpha commands), gsutil, and bq.
- pkgver = 288.0.0
+ pkgver = 289.0.0
pkgrel = 1
url = https://cloud.google.com/sdk/
arch = x86_64
@@ -10,14 +10,12 @@ pkgbase = google-cloud-sdk
optdepends = python-crcmod: [gsutil] verify the integrity of GCS object contents
options = !strip
options = staticlibs
- source = https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-sdk_288.0.0.orig.tar.gz
+ source = https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-sdk_289.0.0.orig.tar.gz
source = google-cloud-sdk.sh
- source = 0001-fix-console-io-syntax-warning.patch
- source = 0002-set-python2-for-dev-appserver-py.patch
- source = 0003-set-python2-for-endpointscfg-py.patch
- sha256sums = 2d5ba2acc122b86a1260b958cbf19fa18daf487a2a719eb4d881f9561abb4f00
+ source = 0001-set-python2-for-dev-appserver-py.patch
+ source = 0002-set-python2-for-endpointscfg-py.patch
+ sha256sums = 11ea966bd007df4163c91aadecf612cc465acf2e9e0e69a25b59552bb4ace1de
sha256sums = a54f88947a2593fae4aa8f65e42de4ad735583ae743735305c0f36710a794295
- sha256sums = b3faeb3af2922510048d12063fa215610f12879f5cc9f8b78786c7d9f2957c70
sha256sums = 62ec7f56e09168d375823e9e99fcdcfbf40b0fffdd75f35cf91122c5902c82e9
sha256sums = ff6065ce2e54ac654605bd5fe554313b1d0def2c31ce56ff39429098dd1e39fe
diff --git a/0001-fix-console-io-syntax-warning.patch b/0001-fix-console-io-syntax-warning.patch
deleted file mode 100644
index 17e29a38b7e7..000000000000
--- a/0001-fix-console-io-syntax-warning.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/lib/googlecloudsdk/core/console/console_io.py 2020-01-23 18:07:11.746083781 -0800
-+++ b/lib/googlecloudsdk/core/console/console_io.py 2020-01-23 18:06:51.028805396 -0800
-@@ -541,7 +541,7 @@
-
- while True:
- answer = _GetInput()
-- if answer is None or (answer is '' and default is not None):
-+ if answer is None or (answer == '' and default is not None):
- # Return default if we failed to read from stdin.
- # Return default if the user hit enter and there is a valid default,
- # or raise OperationCancelledError if default is the cancel option.
diff --git a/0002-set-python2-for-dev-appserver-py.patch b/0001-set-python2-for-dev-appserver-py.patch
index 9332d42de003..9332d42de003 100644
--- a/0002-set-python2-for-dev-appserver-py.patch
+++ b/0001-set-python2-for-dev-appserver-py.patch
diff --git a/0003-set-python2-for-endpointscfg-py.patch b/0002-set-python2-for-endpointscfg-py.patch
index 93e590a6a284..93e590a6a284 100644
--- a/0003-set-python2-for-endpointscfg-py.patch
+++ b/0002-set-python2-for-endpointscfg-py.patch
diff --git a/PKGBUILD b/PKGBUILD
index f68039a53c9e..ce029a3b3f2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=288.0.0
+pkgver=289.0.0
pkgrel=1
pkgdesc="A set of command-line tools for the Google Cloud Platform. Includes gcloud (with beta and alpha commands), gsutil, and bq."
url="https://cloud.google.com/sdk/"
@@ -21,13 +21,11 @@ options=('!strip' 'staticlibs')
source=(
"https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/${pkgname}_${pkgver}.orig.tar.gz"
"google-cloud-sdk.sh"
- "0001-fix-console-io-syntax-warning.patch"
- "0002-set-python2-for-dev-appserver-py.patch"
- "0003-set-python2-for-endpointscfg-py.patch"
+ "0001-set-python2-for-dev-appserver-py.patch"
+ "0002-set-python2-for-endpointscfg-py.patch"
)
-sha256sums=('2d5ba2acc122b86a1260b958cbf19fa18daf487a2a719eb4d881f9561abb4f00'
+sha256sums=('11ea966bd007df4163c91aadecf612cc465acf2e9e0e69a25b59552bb4ace1de'
'a54f88947a2593fae4aa8f65e42de4ad735583ae743735305c0f36710a794295'
- 'b3faeb3af2922510048d12063fa215610f12879f5cc9f8b78786c7d9f2957c70'
'62ec7f56e09168d375823e9e99fcdcfbf40b0fffdd75f35cf91122c5902c82e9'
'ff6065ce2e54ac654605bd5fe554313b1d0def2c31ce56ff39429098dd1e39fe')