summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2021-12-13 09:41:48 -0700
committerBenjamin Denhartog2021-12-13 10:09:03 -0700
commitf1974e14b2afc25e4fc683d9354ef666473b55f2 (patch)
tree399eb2e5941d9ed446f13bbbf020c2b2df213584
parentfbd78f392feb8041e0e97d4d7bf365fdc02a00af (diff)
downloadaur-f1974e14b2afc25e4fc683d9354ef666473b55f2.tar.gz
fix: add patch for collections.abc import error
python 3.10 was promoted to community, which causes an error when invoking google-cloud-sdk due to various imports which do not account for the difference between the python2 and python3 library change (various symbols from the root of the `collections` library were moved under `collections.abc`). Closes: sudoforge/pkgbuilds#50 Change-Id: I9cc5fe48d2a6124a0c86515cdcb9b82c325ca5b5 GitOrigin-RevId: a5e6d2808458b8e1b6e54a07b77103f1b81d0eb0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7bf41249204..d4cd8fa2a443 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = google-cloud-sdk-app-engine-python-extras
pkgdesc = A google-cloud-sdk component that provides extra libraries for the Python runtime for AppEngine.
pkgver = 366.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://cloud.google.com/sdk/
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 207663999f35..3a5169b685b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=google-cloud-sdk-app-engine-python-extras
pkgver=366.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A google-cloud-sdk component that provides extra libraries for the Python runtime for AppEngine."
url="https://cloud.google.com/sdk/"
license=("Apache")