summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-06openpgp: Rename GPG-based environments to *GPGEnvironmentMichał Górny
2020-09-05Replace IOError/OSError whenever possibleMichał Górny
2020-09-05Do not call signal.strsignal() when not available (py<3.8)Michał Górny
2020-09-05Add gpg-wrap commandMichał Górny
2020-09-05openpgp: Verify key validity for signaturesMichał Górny
2020-09-05openpgp: Move listing keys to a separate methodMichał Górny
2020-09-05test_openpgp: Test using UID with no e-mail addressMichał Górny
2020-09-05Bump to 15.3Michał Górny
2020-09-05test_recursiveloader: Cache tmp_paths for read-only layoutsMichał Górny
2020-09-05compression: Fix compatibility with py<3.8 exceptionsMichał Górny
2020-09-05tox.ini: Require pytest>=5Michał Górny
2020-09-05Handle invalid compressed files when collecting ManifestsMichał Górny
2020-09-05Fix wrongly determining uncompressed sizeMichał Górny
2020-09-05pytest: Enable strict XFAIL handlingMichał Górny
2020-09-05Fix remaining PEP8 issues and extend PEP8 testing to testsMichał Górny
2020-09-05tests: Port test_recursiveloader to pytestMichał Górny
2020-09-05tests: Mark module-scope test dirs read-onlyMichał Górny
2020-08-31tests: Port test_profile to pytestMichał Górny
2020-08-30profile: Put profile names inside the eclassesMichał Górny
2020-08-30Bump to 15.2Michał Górny
2020-08-30Remove obsolete 'object' inheritanceMichał Górny
2020-08-30tests: Use module-scope fixtures whenever possibleMichał Górny
2020-08-30test_openpgp: Fix system env tests to respect GNUPGMichał Górny
2020-08-29tests: Test OpenPGPSystemEnvironment as wellMichał Górny
2020-08-29Remove io.open() py2-ismMichał Górny
2020-08-28Reformat gemato code and fix PEP8 complianceMichał Górny
2020-08-28tests: Port test_verify to pytestMichał Górny
2020-08-27Bump to 15.1Michał Górny
2020-08-27openpgp: Fix WKD→HKP fallback for missing requestsMichał Górny
2020-08-27tests: Convert test_util to pytestMichał Górny
2020-08-27tests: Extend OpenPGP un-expiration testsMichał Górny
2020-08-27tests: Convert test_manifest to pytestMichał Górny
2020-08-27tests: Rewrite test_hash to pytestMichał Górny
2020-08-27tests: Migrate test_find_top_level to pytestMichał Górny
2020-08-27Import names directly, fix coding style issuesMichał Górny
2020-08-27Add tests for keys lacking signaturesMichał Górny
2020-08-27test_compression: fix unused importsMichał Górny
2020-08-26tests: Convert test_compression to pytestMichał Górny
2020-08-26tox.ini: Tests on crippled envs as wellMichał Górny
2020-08-26tests: Properly skip test_openpgp.py::test_cli when no gpgMichał Górny
2020-08-26tests: Rewrite test_openpgp in pure pytestMichał Górny
2020-08-25Bump to 15.0Michał Górny
2020-08-25Remove remaining pyblake2 usesMichał Górny
2020-08-25setup.py: Remove py<3.6 depsMichał Górny
2020-08-25openpgp: Reimplement WKD support via requestsMichał Górny
2020-08-25openpgp: Introduce a helper method to get WKD URLMichał Górny
2020-08-25Remove compatibility code for py<3.6 supportMichał Górny
2020-08-25Stop pretending to test py<3.6Michał Górny
2020-08-25tox.ini: pypy3 shouldn't need pyblake2 anymoreMichał Górny
2020-08-25Stop testing Python 2Michał Górny