Skip to content

Commit

Permalink
python313Packages.sigstore: 3.5.3 -> 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Jan 24, 2025
1 parent 666e259 commit 2458d64
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pkgs/development/python-modules/sigstore/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
securesystemslib,
sigstore-protobuf-specs,
sigstore-rekor-types,
rfc3161-client,
tuf,
rfc8785,
pyasn1,
Expand All @@ -27,7 +28,7 @@

buildPythonPackage rec {
pname = "sigstore-python";
version = "3.5.3";
version = "3.6.1";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -36,10 +37,13 @@ buildPythonPackage rec {
owner = "sigstore";
repo = "sigstore-python";
tag = "v${version}";
hash = "sha256-pAzS/LU5me3qoJo6EmuSFPDO/lqRDKIl5hjFiysWTdM=";
hash = "sha256-BdVX2LWCsMx9r0bDTJjMdrvy4Hqn6hrw9wAcub0nRMk=";
};

pythonRelaxDeps = [ "sigstore-rekor-types" ];
pythonRelaxDeps = [
"sigstore-rekor-types"
"rfc3161-client"
];

build-system = [ flit-core ];

Expand All @@ -53,6 +57,7 @@ buildPythonPackage rec {
pyopenssl
pyasn1
rfc8785
rfc3161-client
platformdirs
requests
rich
Expand Down Expand Up @@ -88,6 +93,7 @@ buildPythonPackage rec {
"test_trust_root_bundled_get"
"test_fix_bundle_upgrades_bundle"
"test_trust_root_tuf_caches_and_requests"
"test_regression_verify_legacy_bundle"
];

passthru.updateScript = nix-update-script { };
Expand Down

0 comments on commit 2458d64

Please sign in to comment.