14
0
2025-07-09 08:43:02 +00:00
committed by Git OBS Bridge
parent 1667a3dad5
commit 4a259a38a4
4 changed files with 12 additions and 5 deletions

View File

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

3
nitrokey-0.3.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 9 04:56:36 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 0.3.2:
Add support fido2 v2
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 28 14:57:14 UTC 2025 - Matej Cepl <mcepl@cepl.eu> Fri Mar 28 14:57:14 UTC 2025 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-nitrokey Name: python-nitrokey
Version: 0.3.1 Version: 0.3.2
Release: 0 Release: 0
Summary: Nitrokey Python SDK Summary: Nitrokey Python SDK
License: Apache-2.0 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 Source0: https://files.pythonhosted.org/packages/source/n/nitrokey/nitrokey-%{version}.tar.gz
Source99: python-nitrokey.rpmlintrc Source99: python-nitrokey.rpmlintrc
BuildRequires: %{python_module base >= 3.9.2} 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 pip}
BuildRequires: %{python_module poetry-core >= 1} BuildRequires: %{python_module poetry-core >= 1}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
@@ -33,13 +34,13 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-crcmod Requires: python-crcmod
Requires: python-cryptography Requires: python-cryptography
Requires: python-fido2
Requires: python-hidapi Requires: python-hidapi
Requires: python-protobuf Requires: python-protobuf
Requires: python-pyserial Requires: python-pyserial
Requires: python-requests Requires: python-requests
Requires: python-semver Requires: python-semver
Requires: python-tlv8 Requires: python-tlv8
Requires: (python-fido2 >= 1.1.2 with python-fido2 < 3)
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages