* Small release with mostly internal changes. * SigstoreSigner now has a convenience function for creating a signing identity for GitHub Actions workflow * Linting refactoring, switched to ruff * Modern annotations used in most of the code base - Actually run the testsuite. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-securesystemslib?expand=0&rev=12
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>
|