Merge pull request #280913 from r-ryantm/auto-update/python311Packages.google-cloud-bigquery

python311Packages.google-cloud-bigquery: 3.13.0 -> 3.16.0
This commit is contained in:
Weijia Wang 2024-01-20 20:57:55 +01:00 committed by GitHub
commit 78ec5258bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery";
version = "3.13.0";
version = "3.16.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-eUzPyTzLDgrWiUQviW+cgt5W2g/hihlVMbs3CWwmV9Y=";
hash = "sha256-HWq/Sx10DfF8tDoHh4mHKvgFmgsd2ZnzLqaevG97p+8=";
};
propagatedBuildInputs = [
@ -127,8 +127,6 @@ buildPythonPackage rec {
];
meta = with lib; {
# Not compatible with pyarrow13 yet.
broken = true;
description = "Google BigQuery API client library";
homepage = "https://github.com/googleapis/python-bigquery";
changelog = "https://github.com/googleapis/python-bigquery/blob/v${version}/CHANGELOG.md";