python310Packages.google-cloud-os-config: 1.12.4 -> 1.13.0

Changelog: https://github.com/googleapis/python-os-config/blob/v1.13.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2022-12-28 16:50:39 +01:00
parent ba0f01af45
commit 72a9d062f0

View File

@ -2,8 +2,7 @@
, buildPythonPackage
, fetchPypi
, google-api-core
, libcst
, mock
, protobuf
, proto-plus
, pytestCheckHook
, pytest-asyncio
@ -12,26 +11,25 @@
buildPythonPackage rec {
pname = "google-cloud-os-config";
version = "1.12.4";
version = "1.13.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-SmzCo/nh6FbTt+7lw4XAyF5gwDHQCOz8Nbl05/AkDfY=";
hash = "sha256-CHAiHhXjrLMz7On7Gm5H4fIY3Sq8R2whsI9+D9xXDIM=";
};
propagatedBuildInputs = [
google-api-core
libcst
proto-plus
];
protobuf
] ++ google-api-core.optional-dependencies.grpc;
checkInputs = [
mock
pytestCheckHook
pytest-asyncio
pytestCheckHook
];
pythonImportsCheck = [