14
0

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKCS11?expand=0&rev=12
This commit is contained in:
2025-03-25 04:40:45 +00:00
committed by Git OBS Bridge
commit 8e75525812
6 changed files with 139 additions and 0 deletions

43
python-PyKCS11.changes Normal file
View File

@@ -0,0 +1,43 @@
-------------------------------------------------------------------
Tue Mar 25 04:40:30 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Wed Oct 16 20:44:26 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 1.5.17:
* Add AES in counter mode support (CKM_AES_CTR)
* Add simple derivation mechanisms support (CMK_CONCATENATE_*)
* Fix reference counting in PyKCS11Lib.load()
* remove python 2 support from ckbytelist
* minor improvements
-------------------------------------------------------------------
Sun Jun 2 21:11:10 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Clean up the spec
- Unfortunately, the tests are still not run
(gh#LudovicRousseau/PyKCS11#115).
-------------------------------------------------------------------
Fri May 24 16:22:04 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
- update to 1.5.16:
* add support of CKA_MODIFIABLE and CKA_DESTROYABLE attributes
* minor improvments
-------------------------------------------------------------------
Fri May 17 01:54:18 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
- update to 1.5.15:
* Fix an exception when PYKCS11LIB is not defined
* Correctly fix swig 4.2.0 issue
* cache PKCS#11 dll name after it's been succsessfully loaded
* Fix a problem when the library load failed
- switch to github url, as pypi doesn't have the new version
-------------------------------------------------------------------
Tue Mar 26 08:31:54 UTC 2024 - Richard Rahl <rrahl0@proton.me>
- initial packaging