15
0
2025-03-28 14:45:26 +00:00
committed by Git OBS Bridge
parent affe88d7e4
commit d7980ece36
4 changed files with 33 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Mar 28 08:51:34 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 0.3.1:
* nitropy.nk3.updates: Remove reboot during update
-------------------------------------------------------------------
Wed Mar 26 08:18:43 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 0.3.0:
* Bump minimum Python version from 3.9 to 3.9.2.
* nitrokey.nk3.updates:
- Remove UpdatePath, get_extra_information and
get_finalization_wait_retries from public API.
- Remove obsolete UpdateUi.request_repeated_update method.
- Show warning when updating from bootloader mode and if the
status command is not available.
- Reboot devices in firmware mode before the update to make
sure that the status is up to date.
- Add Warning enum, show_warning and raise_warning methods to
UpdateUi and ignore_warnings argument to UpdateUi.__init__.
* Add support for updates to Nitrokey 3 firmware v1.8.2.
* Add support for setting a minimum SDK version in firmware
update containers.
- Add an sdk field to nitrokey.trussed.FirmwareContainer.
- Check SDK version in nitrokey.nk3.updates.Updater.update.
- Add nitrokey.nk3.updates.Warning.SDK_VERSION variant.
-------------------------------------------------------------------
Tue Feb 18 10:18:49 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,12 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-nitrokey
Version: 0.2.4
Version: 0.3.1
Release: 0
Summary: Nitrokey Python SDK
License: Apache-2.0
URL: https://github.com/Nitrokey/nitrokey-sdk-py
Source: https://files.pythonhosted.org/packages/source/n/nitrokey/nitrokey-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.9.2}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core >= 1}
BuildRequires: %{python_module wheel}