python313Packages.sigstore: 3.6.4 -> 4.0.0
Changelog: https://github.com/sigstore/sigstore-python/blob/4.0.0/CHANGELOG.md
This commit is contained in:
@@ -7,38 +7,36 @@
|
||||
flit-core,
|
||||
id,
|
||||
importlib-resources,
|
||||
nix-update-script,
|
||||
platformdirs,
|
||||
pretend,
|
||||
pyasn1,
|
||||
pydantic,
|
||||
pyjwt,
|
||||
pyopenssl,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
requests,
|
||||
rfc3161-client,
|
||||
rfc8785,
|
||||
rich,
|
||||
nix-update-script,
|
||||
securesystemslib,
|
||||
sigstore-models,
|
||||
sigstore-protobuf-specs,
|
||||
sigstore-rekor-types,
|
||||
rfc3161-client,
|
||||
tuf,
|
||||
rfc8785,
|
||||
pyasn1,
|
||||
platformdirs,
|
||||
writableTmpDirAsHomeHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sigstore-python";
|
||||
version = "3.6.4";
|
||||
version = "4.0.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sigstore";
|
||||
repo = "sigstore-python";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-yxMNUKFwfNVE/vmkKUx4nhgwzp0cQk2o9IWI8U8to9g=";
|
||||
hash = "sha256-KAHGg2o5t8qfbvLGTzaVoV7AcMkgi3rXxyOQgSASl7A=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@@ -64,6 +62,7 @@ buildPythonPackage rec {
|
||||
requests
|
||||
rich
|
||||
securesystemslib
|
||||
sigstore-models
|
||||
sigstore-protobuf-specs
|
||||
sigstore-rekor-types
|
||||
tuf
|
||||
|
||||
Reference in New Issue
Block a user