mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
python311Packages.google-cloud-bigquery-datatransfer: 3.12.0 -> 3.12.1
Changelog: https://github.com/googleapis/python-bigquery-datatransfer/blob/v3.12.1/CHANGELOG.md
This commit is contained in:
parent
49dd200502
commit
378b8fc2c7
@ -14,14 +14,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-bigquery-datatransfer";
|
||||
version = "3.12.0";
|
||||
version = "3.12.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-5jxcN69FPuAZ7xiBcBu5+aE+q4OU9OlM+i9bd6vMnJI=";
|
||||
hash = "sha256-uEWnQIGs4yybuukzgrAqaduFYKNW9h/WouX2MzSVgUg=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -43,6 +43,11 @@ buildPythonPackage rec {
|
||||
"google.cloud.bigquery_datatransfer_v1"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Tests require project ID
|
||||
"test_list_data_sources"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "BigQuery Data Transfer API client library";
|
||||
homepage = "https://github.com/googleapis/python-bigquery-datatransfer";
|
||||
|
Loading…
Reference in New Issue
Block a user