python312Packages.cloudsplaining: 0.6.3 -> 0.7.0 (#342260)

This commit is contained in:
Fabian Affolter
2024-09-16 22:15:34 +02:00
committed by GitHub
3 changed files with 9 additions and 6 deletions
@@ -19,16 +19,16 @@
buildPythonPackage rec {
pname = "cloudsplaining";
version = "0.6.3";
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "salesforce";
repo = "cloudsplaining";
rev = "refs/tags/${version}";
hash = "sha256-mRWfb14zKS141cYzShXY+OoHWfs9PB1oJu3spsvv6mI=";
hash = "sha256-ZraWGOiJNqVSmxnllaTvpk9+rUQRFcxFIdp91gpAQW0=";
};
postPatch = ''
@@ -4,6 +4,7 @@
buildPythonPackage,
click,
fetchFromGitHub,
orjson,
pytestCheckHook,
pythonOlder,
pyyaml,
@@ -14,7 +15,7 @@
buildPythonPackage rec {
pname = "policy-sentry";
version = "0.12.12";
version = "0.13.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +24,7 @@ buildPythonPackage rec {
owner = "salesforce";
repo = "policy_sentry";
rev = "refs/tags/${version}";
hash = "sha256-1LYcUlGoSalbdo4tiNIYbdA04IHRTImhdWScpiCZk50=";
hash = "sha256-OUe6NAz4w9/OXWQg4W+TmEI5qiSdEp+/tspQnIISTnc=";
};
build-system = [ setuptools ];
@@ -31,8 +32,9 @@ buildPythonPackage rec {
dependencies = [
beautifulsoup4
click
requests
orjson
pyyaml
requests
schema
];
@@ -23,6 +23,7 @@ python3.pkgs.buildPythonApplication rec {
"bc-python-hcl2"
"boto3"
"botocore"
"cloudsplaining"
"cyclonedx-python-lib"
"dpath"
"igraph"