16
0

- update to 0.9.3:

* When determining the capabilities on an object, fall back to
    fetching flags one by one if fetching them all at once
    doesn't work. This mitigates issues with some tokens that
    don't handle errors on multi-attribute fetches in a compliant
    way.
- update to 0.9.1:
  * Add Python 3.14 to the CI matrix and release workflows.
  * Expand ATTRIBUTE_TYPES for GOSTR support.
  * Expose CK_SESSION_HANDLE as readonly

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-pkcs11?expand=0&rev=2
This commit is contained in:
2026-01-26 08:08:07 +00:00
committed by Git OBS Bridge
parent 0bdc6f7162
commit aec6f9f56e
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jan 26 08:07:45 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 0.9.3:
* When determining the capabilities on an object, fall back to
fetching flags one by one if fetching them all at once
doesn't work. This mitigates issues with some tokens that
don't handle errors on multi-attribute fetches in a compliant
way.
- update to 0.9.1:
* Add Python 3.14 to the CI matrix and release workflows.
* Expand ATTRIBUTE_TYPES for GOSTR support.
* Expose CK_SESSION_HANDLE as readonly
-------------------------------------------------------------------
Wed Sep 3 04:16:18 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>