python313Packages.policy-sentry: 0.14.1 -> 0.15.1 (#474078)

This commit is contained in:
Fabian Affolter
2025-12-25 17:18:51 +00:00
committed by GitHub
2 changed files with 9 additions and 13 deletions
@@ -11,7 +11,6 @@
markdown,
policy-sentry,
pytestCheckHook,
pythonOlder,
pyyaml,
schema,
setuptools,
@@ -19,22 +18,17 @@
buildPythonPackage rec {
pname = "cloudsplaining";
version = "0.8.1";
version = "0.8.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "salesforce";
repo = "cloudsplaining";
tag = version;
hash = "sha256-Ix4SlkGMtserksazXCk0XcDhmxNcfV/QCVsDJjWbu2k=";
hash = "sha256-Abp/uvH1IYO/rb2o+7uI0Ef6q7K6T0kN1mo+Qit438E=";
};
postPatch = ''
# Ignore pinned versions
sed -i "s/'\(.*\)\(==\|>=\).*'/'\1'/g" requirements.txt
'';
pythonRelaxDeps = true;
build-system = [ setuptools ];
@@ -4,27 +4,29 @@
buildPythonPackage,
click,
fetchFromGitHub,
hatchling,
orjson,
pytestCheckHook,
pyyaml,
requests,
schema,
setuptools,
}:
buildPythonPackage rec {
pname = "policy-sentry";
version = "0.14.1";
version = "0.15.1";
pyproject = true;
src = fetchFromGitHub {
owner = "salesforce";
repo = "policy_sentry";
tag = version;
hash = "sha256-o4l4jkh9ZNqc3Jovd10KUQLDBLn0sPWdgScq5Q2qd14=";
hash = "sha256-G7V3BqgJs9nyvhZ9xzNwP50yz+2SZfps/gsW6U8eisk=";
};
build-system = [ setuptools ];
pythonRelaxDeps = [ "beautifulsoup4" ];
build-system = [ hatchling ];
dependencies = [
beautifulsoup4