From cc8346eb97c0df9f892669713f0192ec2b649367313f94dd2d1f9384bef40e24 Mon Sep 17 00:00:00 2001 From: Richard Rahl Date: Tue, 12 Aug 2025 10:06:29 +0000 Subject: [PATCH] Accepting request 1299014 from home:rrahl0 - update to version 1.5.18: * add CKM_EXTRACT_KEY_FROM_KEY mechanism * add CKM_EDDSA and CK_EDDSA_PARAMS support * C_Initialize(): allow OS locking * PyKCS11.load() & .unload(): make the methods tread-safe * bugfix: store CKM_CONCATENATE_BASE_AND_KEY parameter in mechanism context * IsNum(): CKA_HW_FEATURE_TYPE is also a numeric value * improve support for multi-part encryption/decryption * fix some Python typing issues * Fix issue with vendor defined (CKM_VENDOR_DEFINED) mechanisms * fix/ignore all pylint warnings * use pytest for running tests * minor improvements OBS-URL: https://build.opensuse.org/request/show/1299014 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKCS11?expand=0&rev=15 --- python-PyKCS11-1.5.17.tar.gz | 3 --- python-PyKCS11-1.5.18.tar.gz | 3 +++ python-PyKCS11.changes | 17 +++++++++++++++++ python-PyKCS11.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 python-PyKCS11-1.5.17.tar.gz create mode 100644 python-PyKCS11-1.5.18.tar.gz diff --git a/python-PyKCS11-1.5.17.tar.gz b/python-PyKCS11-1.5.17.tar.gz deleted file mode 100644 index 8e63d59..0000000 --- a/python-PyKCS11-1.5.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a596a2208c2c49016917c5cb7032344529a09f13bceeb1b7728a9d72546a15a9 -size 79665 diff --git a/python-PyKCS11-1.5.18.tar.gz b/python-PyKCS11-1.5.18.tar.gz new file mode 100644 index 0000000..8c98626 --- /dev/null +++ b/python-PyKCS11-1.5.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c20818e8217be45fb557445b6f55d68a3a6ffb97bfb899c10f79aa660a74d9 +size 112903 diff --git a/python-PyKCS11.changes b/python-PyKCS11.changes index 1efef55..cdd436b 100644 --- a/python-PyKCS11.changes +++ b/python-PyKCS11.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Aug 12 09:20:14 UTC 2025 - Richard Rahl + +- update to version 1.5.18: + * add CKM_EXTRACT_KEY_FROM_KEY mechanism + * add CKM_EDDSA and CK_EDDSA_PARAMS support + * C_Initialize(): allow OS locking + * PyKCS11.load() & .unload(): make the methods tread-safe + * bugfix: store CKM_CONCATENATE_BASE_AND_KEY parameter in mechanism context + * IsNum(): CKA_HW_FEATURE_TYPE is also a numeric value + * improve support for multi-part encryption/decryption + * fix some Python typing issues + * Fix issue with vendor defined (CKM_VENDOR_DEFINED) mechanisms + * fix/ignore all pylint warnings + * use pytest for running tests + * minor improvements + ------------------------------------------------------------------- Mon Apr 14 06:19:19 UTC 2025 - Steve Kowalik diff --git a/python-PyKCS11.spec b/python-PyKCS11.spec index 7199da7..f792eba 100644 --- a/python-PyKCS11.spec +++ b/python-PyKCS11.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyKCS11 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-PyKCS11 -Version: 1.5.17 +Version: 1.5.18 Release: 0 Summary: A Full PKCS#11 wrapper for Python License: GPL-2.0-or-later