Merge pull request #194330 from r-ryantm/auto-update/python310Packages.google-cloud-videointelligence

python310Packages.google-cloud-videointelligence: 2.8.1 -> 2.8.2
This commit is contained in:
Fabian Affolter 2022-10-04 09:07:08 +02:00 committed by GitHub
commit 1e785d26fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,20 +7,32 @@
, proto-plus , proto-plus
, pytestCheckHook , pytestCheckHook
, pytest-asyncio , pytest-asyncio
, pythonOlder
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-cloud-videointelligence"; pname = "google-cloud-videointelligence";
version = "2.8.1"; version = "2.8.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-I86T4Zw7y4pn5ixy+RM6LBMTEGuv7LR2uE2mwoEeCh0="; hash = "sha256-NqElDocBlpARYFTK4k47kCsC/7D1048rNYrrARHeWmg=";
}; };
propagatedBuildInputs = [ google-api-core proto-plus ]; propagatedBuildInputs = [
google-api-core
proto-plus
];
checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ]; checkInputs = [
google-cloud-testutils
mock
pytestCheckHook
pytest-asyncio
];
disabledTests = [ disabledTests = [
# require credentials # require credentials