Age | Commit message (Collapse) | Author |
|
tpm2-tss-git
tpm2-tss 3.1.0 produces "tpm2_pytss.TSS2_Exception.TSS2_Exception:
tpm:warn(2.0): out of memory for object contexts" test suite failures due to a
bug, cf. https://github.com/tpm2-software/tpm2-pytss/issues/168 and
https://github.com/tpm2-software/tpm2-tss/issues/2084
|
|
libtss2-mu.so
Added in upstream commit
https://github.com/tpm2-software/tpm2-pytss/commit/97c0b813cdc9f75547122fbf89ad862e657f7448
|
|
This checkdepends is no longer required since upstream commit
https://github.com/tpm2-software/tpm2-pytss/commit/51d1401759c4da042ad55888281e39e0539117da
|
|
Required since upstream commit
https://github.com/tpm2-software/tpm2-pytss/commit/4d9b4f2e00b141749d1e33569471090a1d3dd43b
|
|
python-cryptography
Required since upstream commit dfbb821081d6aef04f6dece33e64532cc4b4fe2b.
|
|
- Upstream now uses python-pytest with the pytest-forked plugin to run tests in
separate subprocesses (because they export differing test-specific
environment variables).
- Upstream integrated libtss2-rc.so, so add it as a libdep.
|
|
python-pkgconfig, switch to swtpm
- Add further libdepends on libraries that have been integrated upstream in the
meantime.
- Upstream now depends on python-pkgconfig to set the include paths during
build.
- Upstream now supports swtpm in addition to ibm-sw-tpm2, use it as the new
default checkdepends like we do for the other tpm2-software projects.
|
|
The rewrite is a work in progress, only the ESAPI is supported at the moment.
- SWIG has been replaced by CFFI.
- The test suite has been rewritten to use the unittest module.
|
|
makedepends
|
|
|
|
reproducibility
Don't generate bytecode for test files so that it doesn't matter whether the
test suite was run when the package was built or not.
|
|
- Upstream commit dfdd363dde3d6d45ad09e9e946ff3243b0b63121 added a
checkdepends on python-cryptography.
- Upstream commit 91800f045a673bc3c7e87dce106f20e682ca41e0 removed the
tests from the installation.
|
|
Accoring to the Python package guidelines modules should have a
"python-" prefix.
|