diff --git a/nitrokey-0.2.4.tar.gz b/nitrokey-0.2.4.tar.gz deleted file mode 100644 index 57f29fa..0000000 --- a/nitrokey-0.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c395c39f3931a062c8390cbb32d7025ddc0ceebd64afab2152118ac33a9d087 -size 115252 diff --git a/nitrokey-0.3.1.tar.gz b/nitrokey-0.3.1.tar.gz new file mode 100644 index 0000000..e67869e --- /dev/null +++ b/nitrokey-0.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfdb476ef830f032b1eb0bec025f114d1bc4e10676e89f1e30abb0dab47e17e +size 117587 diff --git a/python-nitrokey.changes b/python-nitrokey.changes index 71773a4..c75c87f 100644 --- a/python-nitrokey.changes +++ b/python-nitrokey.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Fri Mar 28 08:51:34 UTC 2025 - Johannes Kastl + +- update to 0.3.1: + * nitropy.nk3.updates: Remove reboot during update + +------------------------------------------------------------------- +Wed Mar 26 08:18:43 UTC 2025 - Johannes Kastl + +- 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 diff --git a/python-nitrokey.spec b/python-nitrokey.spec index b7f8ed5..7f586cd 100644 --- a/python-nitrokey.spec +++ b/python-nitrokey.spec @@ -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}