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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e84e00c008073e1118cbcb0629bef8f9f5544dfd64f1bf39218903368611da8
size 8109595

3
pyhanko-0.26.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fed95cef2c407edc704428c43800512b4671608ae11ce3a05163dc20af5ad657
size 8112894

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.

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