python310Packages.google-cloud-bigquery-logging: 1.0.7 -> 1.1.0

Changelog: https://github.com/googleapis/python-bigquery-logging/blob/v1.1.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2022-12-28 13:09:14 +01:00
parent da853fc1fd
commit 849e8145ef

View File

@ -5,6 +5,7 @@
, grpc-google-iam-v1
, mock
, proto-plus
, protobuf
, pytest-asyncio
, pytestCheckHook
, pythonOlder
@ -12,21 +13,22 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-logging";
version = "1.0.7";
version = "1.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-F8PP/Vs+sOVDEwIUvWnO6C4+rQvVTtWKMPnREwKEQ0I=";
hash = "sha256-TGK5ghwhVBN0VBMj84Jjt4gpsXQC+HKAr5yP756PbDM=";
};
propagatedBuildInputs = [
google-api-core
grpc-google-iam-v1
proto-plus
];
protobuf
] ++ google-api-core.optional-dependencies.grpc;
checkInputs = [
mock