15
0

Accepting request 1246634 from home:glaubitz:branches:devel:languages:python

- Update to 0.2.4
  * The list methods of `NK3` and `NKPK` now only open the
    respective device, based on the USB vendor and product ID.
  * Use trusted publishing for PyPI.
  * Add support for `poetry-core` v2.
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1246634
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nitrokey?expand=0&rev=5
This commit is contained in:
2025-02-18 11:55:50 +00:00
committed by Git OBS Bridge
parent 2b4149c088
commit affe88d7e4
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Feb 18 10:18:49 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.2.4
* The list methods of `NK3` and `NKPK` now only open the
respective device, based on the USB vendor and product ID.
* Use trusted publishing for PyPI.
* Add support for `poetry-core` v2.
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Sun Nov 10 12:17:39 UTC 2024 - Dirk Müller <dmueller@suse.com>