14
0

- update to 0.26.0:

* Some outdated algos for encrypting the security handler seed
    in a public-key encrypted PDF were dropped to get rid of
    oscrypto as a direct dependency of pyhanko. It is still
    pulled in via pyhanko-certvalidator, but it is no longer used
    for any cryptographic operations (which is significant,
    because of compatibility issues on systems that no longer
    ship OpenSSL 1.1.1)
  * Relax uharfbuzz upper bound to <0.47.0.
  * Make defusedxml a regular dependency
  * Expose signature_mechanism parameter in PKCS#11 API.
- Initial release of 0.25.1.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyHanko?expand=0&rev=8
This commit is contained in:
2025-04-28 14:09:08 +00:00
committed by Git OBS Bridge
parent 1ba4472d4b
commit 8dbf4034aa
4 changed files with 21 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pyHanko
Version: 0.25.3
Version: 0.26.0
Release: 0
Summary: Tools for stamping and signing PDF files
License: MIT
@@ -50,6 +50,7 @@ Requires: python-pyhanko-certvalidator
Requires: python-qrcode
Requires: python-requests
Requires: python-tzlocal
Requires: python-uharfbuzz
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch