* FAPI: support exists_ok for create_nv * Compatibility with python-cryptography 42 * scripts: update regex for #defines * cryptography: fixes for newer version of cryptography * docs/maintainers: add gpg key details * docs: fix whitespace error * docs: fix error on SECURITY.md not being used * cryptography: add module for using TPM keys with the cryptography module * encoding: add deprecation warning to tools_encdec * internal/crypto: fix _MyRSAPrivateNumbers with cryptograpy >= 42.0.1 * test: disable pcr_set_auth_value and pcr_set_auth_policy tests for swtpm - Drop patch python-tpm2-pytss-RSAPrivateNumbers.patch, included upstream. - Switch to pyproject macros. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tpm2-pytss?expand=0&rev=11
19 lines
732 B
Plaintext
19 lines
732 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="filename">tpm2-pytss</param>
|
|
<param name="revision">2.3.0</param>
|
|
<param name="scm">git</param>
|
|
<param name="submodules">disable</param>
|
|
<param name="url">https://github.com/tpm2-software/tpm2-pytss.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|