Daniel Garcia
2d13b6df7d
- Update to version 1.1.0: * SigstoreSigner: Re-enable compatibility with Sigstore (#781) - 1.0.0: Added * Signer: add public_key attribute to interface (#756) * VaultSigner: Signer implementation for HashiCorp Vault (#800) * CryptoSigner: support ecdsa keytype that is no longer in spec (#711) * CryptoSigner: add private_bytes property (#799) * CryptoSigner: add "file2" signer uri (#759) * test: use localstack to test AWSSigner (#777) Removed * CryptoSigner: remove "file" signer uri (#759) * migration script for legacy keys (#770) * SSlibSigner class and *_securesystemslib_key methods (#771) * legacy key key*, interface, util and schema modules (#772, #773, #776) * unused functions in hash, and formats module (#774, #776) * unused global key constants (#806) Changed * SSlibKey: strengthen input validation (#780, #795) * AWSSigner: support default scheme and add stronger input validation (#724, #778) * dsse: change Envelope.signatures type to dict (#743) * vendor: update ed25519 copy (#793) * docs: improve user and contributor docs (#744, #745, #746, #749, #759, #796) * test: improve and temporarily disable SigstoreSigner test (#779, #785) * ci: use dependabot groups, update weekly (#735) * ci: test macOS and Windows on latest Python only (#797) * Make securessystemslib.gpg internal (#792) Fixed * Fix check-upstream-ed25519 workflow permission (#706) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-securesystemslib?expand=0&rev=6
16 lines
506 B
Plaintext
16 lines
506 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/secure-systems-lab/securesystemslib</param>
|
|
<param name="scm">git</param>
|
|
<param name="version">1.1.0</param>
|
|
<param name="revision">v1.1.0</param>
|
|
</service>
|
|
<service mode="manual" name="set_version" />
|
|
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|