python312Packages.google-cloud-dlp: 3.18.1 -> 3.22.0

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-dlp-v3.22.0/packages/google-cloud-dlp/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-09-04 11:06:23 +02:00
parent 35ff1783b7
commit d9ea4bf018
@@ -15,19 +15,20 @@
buildPythonPackage rec {
pname = "google-cloud-dlp";
version = "3.18.1";
version = "3.22.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-KYqhwSa9Z+1s41Ve+GGbnR0BfSZE5UwAqgmqEWfxOC0=";
pname = "google_cloud_dlp";
inherit version;
hash = "sha256-SabiX00pD91acxz83PdkDnPynLp5L9MAqKGY/IIUDAU=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
google-api-core
proto-plus
protobuf
@@ -41,7 +42,7 @@ buildPythonPackage rec {
];
disabledTests = [
# Test requires credentials
# Tests require credentials
"test_inspect_content"
"test_list_dlp_jobs"
];