- update to 0.7.0:
* Add privacy-preserving by-hash keyring lookup. When standard
key lookup fails, patatt now falls back to looking up keys at
a SHA256 hash-based path (by-hash/XX/YYY...), avoiding
exposure of email addresses in directory structures.
* Add comprehensive Sphinx documentation for ReadTheDocs
hosting at https://patatt.docs.kernel.org
* Add PEP 561 compliance with py.typed marker for better IDE
and type checker support.
* Add docstrings to all public classes and functions for
improved IDE integration.
* Convert path handling to use pathlib.Path for cleaner code
and better cross-platform compatibility.
* Refactor codebase to pass mypy --strict type checking.
* Add pytest test framework with unit tests.
* Use walrus operator for cleaner assign-and-check patterns.
* Improve SSH signing failure messages for better debugging.
* Hook now refuses to run on cover letter templates.
* Fix validation for OpenPGP signatures without embedded public
key data.
* Fix compatibility with Python versions before 3.12 (avoid
@deprecated decorator).
* Fix subprocess file descriptor leak.
* Avoid spuriously reading git config in certain conditions.
* Fix non-writable GNUPGHOME handling.
* Fix header line splitting at 75 characters instead of 78.
* Fix header line splitting at 75 characters instead of 78.
* Better fix for non-writable GNUPGHOME handling.
* Use NamedTemporaryFile for GPG keyring creation to fix issues
with non-writable GNUPGHOME.
OBS-URL: https://build.opensuse.org/request/show/1329247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-patatt?expand=0&rev=11
Description
No description provided
Languages
Public Key
100%