12 Commits

Author SHA256 Message Date
a5f8db4497 - 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/package/show/devel:languages:python/python-patatt?expand=0&rev=22
2026-01-26 09:07:38 +00:00
67842562b8 - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patatt?expand=0&rev=20
2025-06-09 14:26:56 +00:00
fce2d72971 - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patatt?expand=0&rev=18
2025-06-03 09:03:42 +00:00
20c2fe366c add +%{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patatt?expand=0&rev=16
2023-07-27 07:34:52 +00:00
d27fbf191b * Split at 75 characters instead of 78
- add keyring for validation

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patatt?expand=0&rev=14
2023-06-01 10:11:18 +00:00
5cb181043e - update to 0.6.3:
* Split at 75 characters isntead of 78

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patatt?expand=0&rev=13
2023-06-01 10:09:47 +00:00
3c8bbebf4b up to 0.6.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patatt?expand=0&rev=11
2022-09-07 10:39:39 +00:00
f527aca1e2 Accepting request 994685 from home:jirislaby:branches:devel:languages:python
- update to 0.5.0
  * Handle gpg.[ssh].program configuration parameters
  * patatt: man page typo fix
  * Add support for openssh signatures
  * Always set the i= field
  * gnupg: Add gpg status output to debug logging
  * keyring: Add key from Kees Cook
  * validation: Report lack of signature

OBS-URL: https://build.opensuse.org/request/show/994685
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patatt?expand=0&rev=9
2022-08-12 08:19:47 +00:00
70bb4c2d24 Accepting request 979478 from home:jirislaby:branches:devel:languages:python
- update to 0.4.9
 * install-hook: make sure the hooks path exists
 * Always prefer files passed as params
 * Use a symlink to make the new key default
 * Add patatt install-hook subcommand

OBS-URL: https://build.opensuse.org/request/show/979478
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patatt?expand=0&rev=7
2022-05-27 16:12:32 +00:00
aa33e3660f Accepting request 898918 from home:jirislaby:branches:devel:languages:python
- update to 0.4.6
 * Catch NoKeyError before ValidationError
 * Throw a NoKeyError when no matching PGP key
 * Make instructions for automatic signing more reliable
 * Handle MIME encoded-word & other header manglings
 * Add "frequently seen commentary"

OBS-URL: https://build.opensuse.org/request/show/898918
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patatt?expand=0&rev=5
2021-06-10 08:24:37 +00:00
850ce0a189 Accepting request 897085 from home:jirislaby:branches:devel:languages:python
- update to 0.4.4
  * Fix lookups for uncommitted keys

OBS-URL: https://build.opensuse.org/request/show/897085
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patatt?expand=0&rev=3
2021-06-03 09:19:00 +00:00
d83be91158 Accepting request 895691 from home:jirislaby
add  python-patatt, required for b4

OBS-URL: https://build.opensuse.org/request/show/895691
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patatt?expand=0&rev=1
2021-05-27 12:23:51 +00:00