2025-04-28 14:09:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2025-03-26 07:43:33 +00:00
|
|
|
-------------------------------------------------------------------
|
2025-03-27 03:58:11 +00:00
|
|
|
Thu Mar 27 03:57:38 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
2025-03-26 07:43:33 +00:00
|
|
|
|
|
|
|
- Normalize metadata directory name.
|
2025-03-27 03:58:11 +00:00
|
|
|
- Add BuildRequires on Pillow for the testsuite.
|
2025-03-26 07:43:33 +00:00
|
|
|
|
2025-02-21 21:31:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 21 14:49:43 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.25.3
|
|
|
|
* Workflow dependency bumps
|
|
|
|
* Set ``aiohttp`` upper bound to ``3.12``
|
|
|
|
* Bump ``pyhanko-certvalidator`` to ``0.26.5``
|
|
|
|
* Bump ``certomancer`` to ``0.12.3``
|
|
|
|
- from version 0.25.2
|
|
|
|
* Bump minimal ``cryptography`` version to ``43.0.3``.
|
|
|
|
* Update ``uharfbuzz`` upper bound to ``0.42.0``.
|
|
|
|
* Add Python 3.13 to the package metadata & include it in CI.
|
|
|
|
* Some test dependencies bumped.
|
|
|
|
* Properly propagate ``strict=False`` in post-signing instructions.
|
|
|
|
- Use Python 3.11 on SLE-15 by default
|
|
|
|
|
2024-09-17 01:30:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 17 01:29:06 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
2025-04-28 14:09:08 +00:00
|
|
|
- Initial release of 0.25.1.
|