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