14
0

Accepting request 1247672 from home:glaubitz:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1247672
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyHanko?expand=0&rev=3
This commit is contained in:
2025-02-21 21:31:29 +00:00
committed by Git OBS Bridge
parent 4af2a32fc5
commit 6ca4e24bac
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Tue Sep 17 01:29:06 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>