From d78eb3089da26d25ea583ca7239acad202a6ad568f3df3f665800d307d0eb757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 9 Jul 2025 08:43:02 +0000 Subject: [PATCH] Accepting request 1291384 from security OBS-URL: https://build.opensuse.org/request/show/1291384 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nitrokey?expand=0&rev=10 --- nitrokey-0.3.1.tar.gz | 3 --- nitrokey-0.3.2.tar.gz | 3 +++ python-nitrokey.changes | 6 ++++++ python-nitrokey.spec | 5 +++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 nitrokey-0.3.1.tar.gz create mode 100644 nitrokey-0.3.2.tar.gz diff --git a/nitrokey-0.3.1.tar.gz b/nitrokey-0.3.1.tar.gz deleted file mode 100644 index e67869e..0000000 --- a/nitrokey-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dfdb476ef830f032b1eb0bec025f114d1bc4e10676e89f1e30abb0dab47e17e -size 117587 diff --git a/nitrokey-0.3.2.tar.gz b/nitrokey-0.3.2.tar.gz new file mode 100644 index 0000000..fa874bc --- /dev/null +++ b/nitrokey-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240828ac0d95f961e0aadc24f1f10f8ddc28a20ed0df193ddda2922749b11e44 +size 117590 diff --git a/python-nitrokey.changes b/python-nitrokey.changes index 37f0d3f..f859b0f 100644 --- a/python-nitrokey.changes +++ b/python-nitrokey.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 9 04:56:36 UTC 2025 - Johannes Kastl + +- update to 0.3.2: + Add support fido2 v2 + ------------------------------------------------------------------- Fri Mar 28 14:57:14 UTC 2025 - Matej Cepl diff --git a/python-nitrokey.spec b/python-nitrokey.spec index d67c8c2..8327729 100644 --- a/python-nitrokey.spec +++ b/python-nitrokey.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-nitrokey -Version: 0.3.1 +Version: 0.3.2 Release: 0 Summary: Nitrokey Python SDK License: Apache-2.0 @@ -26,6 +26,7 @@ URL: https://github.com/Nitrokey/nitrokey-sdk-py Source0: https://files.pythonhosted.org/packages/source/n/nitrokey/nitrokey-%{version}.tar.gz Source99: python-nitrokey.rpmlintrc BuildRequires: %{python_module base >= 3.9.2} +BuildRequires: %{python_module fido2 >= 1.1.2 with %python-fido2 < 3} BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry-core >= 1} BuildRequires: %{python_module wheel} @@ -33,13 +34,13 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-crcmod Requires: python-cryptography -Requires: python-fido2 Requires: python-hidapi Requires: python-protobuf Requires: python-pyserial Requires: python-requests Requires: python-semver Requires: python-tlv8 +Requires: (python-fido2 >= 1.1.2 with python-fido2 < 3) BuildArch: noarch %python_subpackages