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