python3Packages.securesystemslib: 0.31.0 -> 1.1.0

This commit is contained in:
wxt
2024-11-14 15:51:28 +08:00
parent c90513d3ec
commit 34baf7d963
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "securesystemslib";
version = "0.31.0";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,15 +28,10 @@ buildPythonPackage rec {
owner = "secure-systems-lab";
repo = "securesystemslib";
rev = "refs/tags/v${version}";
hash = "sha256-REi38rIVZmWawFGcrPl9QzSthW4jHZDr/0ug7kJRz3Y=";
hash = "sha256-PDivKunqQcGnER4eyWtGE5gvbqvhavXF7n/O2rTFTkI=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "hatchling==1.18.0" "hatchling"
'';
nativeBuildInputs = [ hatchling ];
build-system = [ hatchling ];
optional-dependencies = {
PySPX = [ pyspx ];