mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python312Packages.google-cloud-bigquery: 3.21.0 -> 3.22.0
Changelog: https://github.com/googleapis/python-bigquery/blob/v3.22.0/CHANGELOG.md
This commit is contained in:
parent
18198ef6f4
commit
5d5ab9a63e
1 changed files with 5 additions and 3 deletions
|
@ -30,14 +30,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-cloud-bigquery";
|
pname = "google-cloud-bigquery";
|
||||||
version = "3.21.0";
|
version = "3.22.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-YmXDn51b31DxHLganCoGBdKF3zSsE53g0jM7ElCt0P8=";
|
hash = "sha256-lXWR5vlI18tKoPeo5OR7RhfNfwJp4opxw3lTw5tuikw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
@ -93,8 +93,10 @@ buildPythonPackage rec {
|
||||||
"test_arrow_extension_types_same_for_storage_and_REST_APIs_894"
|
"test_arrow_extension_types_same_for_storage_and_REST_APIs_894"
|
||||||
"test_list_rows_empty_table"
|
"test_list_rows_empty_table"
|
||||||
"test_list_rows_page_size"
|
"test_list_rows_page_size"
|
||||||
"test_list_rows_scalars"
|
"test_list_rows_range_csv"
|
||||||
|
"test_list_rows_range"
|
||||||
"test_list_rows_scalars_extreme"
|
"test_list_rows_scalars_extreme"
|
||||||
|
"test_list_rows_scalars"
|
||||||
"test_dry_run"
|
"test_dry_run"
|
||||||
"test_session"
|
"test_session"
|
||||||
# Mocking of _ensure_bqstorage_client fails
|
# Mocking of _ensure_bqstorage_client fails
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue