14
0

5 Commits

Author SHA256 Message Date
008db5d69c Accepting request 1269110 from devel:languages:python
- Support both lowercased and unnormalized metadata directory names.

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1269110
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyKCS11?expand=0&rev=6
2025-04-14 14:08:30 +00:00
0f0075d28e - Support both lowercased and unnormalized metadata directory names.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKCS11?expand=0&rev=13
2025-04-14 06:19:29 +00:00
8e75525812 - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKCS11?expand=0&rev=12
2025-03-25 04:40:45 +00:00
aef746dac0 Accepting request 1208652 from devel:languages:python
- 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 (forwarded request 1208649 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1208652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyKCS11?expand=0&rev=5
2024-10-17 16:41:02 +00:00
Richard Rahl
04b169c4d6 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKCS11?expand=0&rev=10
2024-10-17 14:20:21 +00:00
4 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb41216b29426da5512da7731b5f8122c00a1b90479e99135c0865ae3b407835
size 77107

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a596a2208c2c49016917c5cb7032344529a09f13bceeb1b7728a9d72546a15a9
size 79665

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Apr 14 06:19:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
-------------------------------------------------------------------
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> Sun Jun 2 21:11:10 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-PyKCS11 # spec file for package python-PyKCS11
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-PyKCS11 Name: python-PyKCS11
Version: 1.5.16 Version: 1.5.17
Release: 0 Release: 0
Summary: A Full PKCS#11 wrapper for Python Summary: A Full PKCS#11 wrapper for Python
License: GPL-2.0-or-later License: GPL-2.0-or-later
@@ -61,6 +61,6 @@ export $(python3 get_PYKCS11LIB.py)
%doc Changes.txt README.md %doc Changes.txt README.md
%license COPYING %license COPYING
%{python_sitearch}/PyKCS11 %{python_sitearch}/PyKCS11
%{python_sitearch}/PyKCS11-%{version}*-info %{python_sitearch}/[Pp]y[Kk][cC][Ss]11-%{version}.dist-info
%changelog %changelog