python313Packages.cloudsplaining: 0.8.1 -> 0.8.2

Changelog: https://github.com/salesforce/cloudsplaining/releases/tag/0.8.2
This commit is contained in:
Fabian Affolter
2025-12-25 18:10:58 +01:00
parent 890f5fab91
commit 17615f54fb
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "cloudsplaining";
version = "0.8.1";
version = "0.8.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,13 +28,10 @@ buildPythonPackage rec {
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 ];