summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2021-06-02upgpkg: python-tpm2-pytss-git 0.1.9.r338.e0155c1-1: add libdepends on ↵Jonas Witschel
libtss2-mu.so Added in upstream commit https://github.com/tpm2-software/tpm2-pytss/commit/97c0b813cdc9f75547122fbf89ad862e657f7448
2021-05-24upgpkg: python-tpm2-pytss-git 0.1.9.r333.af63031-1: remove python-pytest-forkedJonas Witschel
This checkdepends is no longer required since upstream commit https://github.com/tpm2-software/tpm2-pytss/commit/51d1401759c4da042ad55888281e39e0539117da
2021-05-17upgpkg: python-tpm2-pytss-git 0.1.9.r265.6c55684-1: add python-asn1crypto depJonas Witschel
Required since upstream commit https://github.com/tpm2-software/tpm2-pytss/commit/4d9b4f2e00b141749d1e33569471090a1d3dd43b
2021-04-14upgpkg: python-tpm2-pytss-git 0.1.9.r145.dfbb821-1: add depends on ↵Jonas Witschel
python-cryptography Required since upstream commit dfbb821081d6aef04f6dece33e64532cc4b4fe2b.
2021-03-12upgpkg: python-tpm2-pytss-git 0.1.9.r84.444a053-1: use pytestJonas Witschel
- 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.
2021-03-10upgpkg: python-tpm2-pytss-git 0.1.9.r74.ce18532-1: add libdepends, ↵Jonas Witschel
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.
2021-03-04upgpkg: python-tpm2-pytss-git 0.1.9.r44.0f25670-1: complete upstream rewriteJonas Witschel
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.
2021-01-19upgpkg: python-tpm2-pytss-git 0.1.9.r21.2f9ebdf-1: move python-setuptools to ↵Jonas Witschel
makedepends
2020-07-23upgpkg: python-tpm2-pytss-git 0.1.6.r10.04c057c-1: remove superfluous libdependsJonas Witschel
2020-07-23upgpkg: python-tpm2-pytss-git 0.1.6.r10.04c057c-1: add libdepends, improve ↵Jonas Witschel
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.
2020-04-02upgpkg: python-tpm2-pytss-git 0.1.0.r8.f30f04f-1: add python-cryptographyJonas Witschel
- Upstream commit dfdd363dde3d6d45ad09e9e946ff3243b0b63121 added a checkdepends on python-cryptography. - Upstream commit 91800f045a673bc3c7e87dce106f20e682ca41e0 removed the tests from the installation.
2020-03-10Rename tpm2-pytss-git to python-tpm2-pytss-gitJonas Witschel
Accoring to the Python package guidelines modules should have a "python-" prefix.