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

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Apr 28 14:08:25 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
Thu Mar 27 03:57:38 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
@@ -23,4 +38,4 @@ Fri Feb 21 14:49:43 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.c
-------------------------------------------------------------------
Tue Sep 17 01:29:06 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Initial release of 0.25.1.
- Initial release of 0.25.1.