python310Packages.google-cloud-datacatalog: 3.9.3 -> 3.10.0

Changelog: https://github.com/googleapis/python-datacatalog/blob/v3.10.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2022-12-28 14:50:00 +01:00
parent c0f32aa42e
commit e159d8c9f0

View File

@ -1,39 +1,41 @@
{ lib
, buildPythonPackage
, fetchPypi
, libcst
, google-api-core
, grpc-google-iam-v1
, libcst
, mock
, proto-plus
, protobuf
, pytest-asyncio
, pytestCheckHook
, mock
, pythonOlder
}:
buildPythonPackage rec {
pname = "google-cloud-datacatalog";
version = "3.9.3";
version = "3.10.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-JgGs4lqOruHohIy6GaUGSHr0vd+lFsI5u4PVZwt7tdo=";
hash = "sha256-5j8daEVqDEQKHU/XbZ9U6qp0Aaye0KUzJMyj9fiJtRs=";
};
propagatedBuildInputs = [
libcst
google-api-core
grpc-google-iam-v1
libcst
proto-plus
];
protobuf
] ++ google-api-core.optional-dependencies.grpc;
checkInputs = [
mock
pytest-asyncio
pytestCheckHook
mock
];
pythonImportsCheck = [