summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-03-10 22:30:31 -0600
committerLuis Martinez2022-03-10 22:30:31 -0600
commit475568f61fc988646cf1435680fb31a62c791ebb (patch)
tree9d29758231f36e4f8e44ef8cd0639978d4936258
parent65b478ed8c8c10fc5850a8f4836256622f70ff73 (diff)
downloadaur-475568f61fc988646cf1435680fb31a62c791ebb.tar.gz
update to 2.34.2
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.md8
-rw-r--r--PKGBUILD4
3 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aaba52cfbc8..1770f25c6688 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-google-cloud-bigquery
pkgdesc = Google BigQuery API client library
- pkgver = 2.34.1
+ pkgver = 2.34.2
pkgrel = 1
url = https://github.com/googleapis/python-bigquery
changelog = CHANGELOG.md
@@ -29,7 +29,7 @@ pkgbase = python-google-cloud-bigquery
optdepends = python-fastparquet: fastparquet support
optdepends = python-snappy: fastparquet support
optdepends = python-llvmlite: fastparquet support
- source = python-google-cloud-bigquery-2.34.1.tar.gz::https://github.com/googleapis/python-bigquery/archive/v2.34.1.tar.gz
- sha256sums = 84314803eb7e8ebc4effe7e8960019e0993498a46d26121dd97fbe91960604f6
+ source = python-google-cloud-bigquery-2.34.2.tar.gz::https://github.com/googleapis/python-bigquery/archive/v2.34.2.tar.gz
+ sha256sums = 886f27b6ab1571dc15fd831f54dc0c7dffe8fbfa50905a3abc48189411fbdc4f
pkgname = python-google-cloud-bigquery
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48a1509462b1..8fff7ddb099d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,14 @@
[1]: https://pypi.org/project/google-cloud-bigquery/#history
+### [2.34.2](https://github.com/googleapis/python-bigquery/compare/v2.34.1...v2.34.2) (2022-03-05)
+
+
+### Bug Fixes
+
+* **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#1157](https://github.com/googleapis/python-bigquery/issues/1157)) ([0c15790](https://github.com/googleapis/python-bigquery/commit/0c15790720ff573a501cfe760dd74ee166e1a353))
+* **deps:** require proto-plus>=1.15.0 ([0c15790](https://github.com/googleapis/python-bigquery/commit/0c15790720ff573a501cfe760dd74ee166e1a353))
+
### [2.34.1](https://github.com/googleapis/python-bigquery/compare/v2.34.0...v2.34.1) (2022-03-02)
diff --git a/PKGBUILD b/PKGBUILD
index f681646dcc54..e565a067affb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=python-google-cloud-bigquery
-pkgver=2.34.1
+pkgver=2.34.2
pkgrel=1
pkgdesc="Google BigQuery API client library"
arch=('any')
@@ -36,7 +36,7 @@ optdepends=(
'python-llvmlite: fastparquet support')
changelog=CHANGELOG.md
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('84314803eb7e8ebc4effe7e8960019e0993498a46d26121dd97fbe91960604f6')
+sha256sums=('886f27b6ab1571dc15fd831f54dc0c7dffe8fbfa50905a3abc48189411fbdc4f')
build() {
cd "python-bigquery-$pkgver"