condorcore-keyring/libkeyringctl
David Runge 29dc5d228d
Import Iterable and Iterator depending on Python version
libkeyringctl/{keyring,sequoia,util}.py:
As Iterable and Iterator are only used for type hints, switch to using
typing.{Iterable,Iterator} instead of
collections.abc.{Iterable,Iterator} for Python < 3.9.0, as older Python
interpreters will otherwise raise TypeError.
2022-04-14 16:59:22 +02:00
..
__init__.py chore(keyringctl): modularize the code for overview and testing 2021-11-30 22:54:12 +01:00
ci.py feature(keyringctl): rework ci module to execute full lint for new certs 2021-11-30 22:54:16 +01:00
cli.py feature(keyringctl): add option to filter listing by trust 2021-11-30 22:54:17 +01:00
git.py feature(keyringctl): rework ci module to execute full lint for new certs 2021-11-30 22:54:16 +01:00
keyring.py Import Iterable and Iterator depending on Python version 2022-04-14 16:59:22 +02:00
sequoia.py Import Iterable and Iterator depending on Python version 2022-04-14 16:59:22 +02:00
trust.py fix(trust): do not count revoked main keys for packager trust 2022-02-25 21:36:35 +01:00
types.py feature(keyringctl): add option to filter listing by trust 2021-11-30 22:54:17 +01:00
util.py Import Iterable and Iterator depending on Python version 2022-04-14 16:59:22 +02:00
verify.py feature(keyringctl): add clean functionality to match import-clean 2021-12-08 20:50:45 +01:00