Unverified Commit 3e317019 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents bd53e906 366e1bf1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = ''
+5 −3
Original line number Diff line number Diff line
@@ -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
  ];

+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ python3.pkgs.buildPythonApplication rec {
    "bc-python-hcl2"
    "boto3"
    "botocore"
    "cloudsplaining"
    "cyclonedx-python-lib"
    "dpath"
    "igraph"