Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pynitrokey for 
openSUSE:Factory checked in at 2025-02-26 17:17:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pynitrokey (Old)
 and      /work/SRC/openSUSE:Factory/.python-pynitrokey.new.1873 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pynitrokey"

Wed Feb 26 17:17:12 2025 rev:14 rq:1248470 version:0.7.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pynitrokey/python-pynitrokey.changes      
2024-11-11 14:57:33.584991884 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pynitrokey.new.1873/python-pynitrokey.changes
    2025-02-26 17:18:31.063199199 +0100
@@ -1,0 +2,45 @@
+Tue Feb 25 19:55:14 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- update to 0.7.4:
+  * Nethsm: Read host from NETHSM_HOST if not set on the command
+    line (#617)
+  * Nethsm: Fix add-key command (#627)
+  * PIV: fix admin authentication with 1.8.1 (#625)
+
+-------------------------------------------------------------------
+Fri Jan 10 14:02:47 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- update to 0.7.3:
+  - Fix type hints for Python 3.11 and older by @robin-nitrokey in
+    #611
+
+-------------------------------------------------------------------
+Thu Jan  9 11:57:02 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- update to 0.7.2:
+  - Update click and click-aliases dependencies by @robin-nitrokey
+    in #597
+  - Update cryptography dependency by @robin-nitrokey in #596
+  - fido2: Limit VID/PID for Nitrokey FIDO2 commands by
+    @robin-nitrokey in #604
+  - Support Python 3.13 by @mmerklinger in #607
+  - fido2 verify: Add support for Nitrokey Passkey by
+    @robin-nitrokey in #603
+- update to 0.7.1:
+  - Restrict hidapi dependency and release v0.7.1 by
+    @robin-nitrokey in #602
+- update to 0.7.0:
+  - Add confirm option to allow automated updates on nk3 devices by
+    @anotherbridge in #575
+  - Use config field availability information from the sdk by
+    @sosthene-nitrokey in #577
+  - Remove asn1crypto by @sosthene-nitrokey in #582
+  - fixed URL for Nitrokey3/Linux/udev rules troubleshooting by
+    @hardcodes in #586
+  - Make pyscard dependency optional by @sosthene-nitrokey in #580
+  - Fix deprecation warning with TripleDES by @sosthene-nitrokey in
+    #589
+  - remove unused .gitlab-ci.yml by @daringer in #590
+  - Remove unused dependencies by @robin-nitrokey in #591
+
+-------------------------------------------------------------------

Old:
----
  pynitrokey-0.6.0.tar.gz

New:
----
  pynitrokey-0.7.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pynitrokey.spec ++++++
--- /var/tmp/diff_new_pack.SsW4B6/_old  2025-02-26 17:18:32.415255783 +0100
+++ /var/tmp/diff_new_pack.SsW4B6/_new  2025-02-26 17:18:32.415255783 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pynitrokey
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-pynitrokey
-Version:        0.6.0
+Version:        0.7.4
 Release:        0
 Summary:        Python Library for Nitrokey devices
 License:        Apache-2.0 OR MIT
@@ -26,29 +26,26 @@
 Source:         
https://files.pythonhosted.org/packages/source/p/pynitrokey/pynitrokey-%{version}.tar.gz
 Source1:        LICENSE-MIT
 Source2:        LICENSE-APACHE
-BuildRequires:  %{python_module certifi >= 14.5.14}
+BuildRequires:  %{python_module flit}
+BuildRequires:  %{python_module pip}
+#
 BuildRequires:  %{python_module cffi}
 BuildRequires:  %{python_module click >= 8.1.6}
-BuildRequires:  %{python_module click-aliases}
-BuildRequires:  %{python_module cryptography >= 41.0.4 with 
%python-cryptography < 44}
+BuildRequires:  %{python_module click-aliases >= 1.0.5 with 
%python-click-aliases < 2}
+BuildRequires:  %{python_module cryptography >= 41.0.4 with 
%python-cryptography < 45}
 BuildRequires:  %{python_module ecdsa}
-BuildRequires:  %{python_module fido2 >= 1.1.0 with %python-fido2 < 2}
-BuildRequires:  %{python_module flit}
-BuildRequires:  %{python_module frozendict >= 2.3.4}
+BuildRequires:  %{python_module fido2 >= 1.2.0 with %python-fido2 < 2}
+# https://github.com/Nitrokey/pynitrokey/issues/601
+BuildRequires:  %{python_module hidapi >= 0.14.0.post1 with %python-hidapi < 
0.14.0.post4}
 BuildRequires:  %{python_module nethsm >= 1.2.1 with %python-nethsm < 2}
-BuildRequires:  %{python_module nitrokey}
+BuildRequires:  %{python_module nitrokey >= 0.2.1 with %python-nitrokey < 0.3}
 BuildRequires:  %{python_module nkdfu}
-BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module protobuf >= 3.17.3}
-BuildRequires:  %{python_module pyserial}
-BuildRequires:  %{python_module python-dateutil >= 2.7.0}
 BuildRequires:  %{python_module pyusb}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module semver}
-BuildRequires:  %{python_module spsdk >= 2.0 with %python-spsdk < 2.2}
 BuildRequires:  %{python_module tlv8}
 BuildRequires:  %{python_module tqdm}
-BuildRequires:  %{python_module typing_extensions >= 4.3.0}
 BuildRequires:  fdupes
 BuildRequires:  intelhex
 BuildRequires:  python-rpm-macros
@@ -56,27 +53,22 @@
 BuildRequires:  %{python_module pytest}
 # /SECTION
 Requires:       intelhex
-Requires:       python-certifi >= 14.5.14
 Requires:       python-cffi
 Requires:       python-click >= 8.1.6
-Requires:       python-click-aliases
-Requires:       python-cryptography
 Requires:       python-ecdsa
-Requires:       python-frozendict >= 2.3.4
-Requires:       python-nitrokey
 Requires:       python-nkdfu
 Requires:       python-protobuf >= 3.17.3
-Requires:       python-pyserial
-Requires:       python-python-dateutil >= 2.7.0
 Requires:       python-pyusb
 Requires:       python-requests
 Requires:       python-semver
 Requires:       python-tlv8
 Requires:       python-tqdm
-Requires:       python-typing_extensions >= 4.3.0
-Requires:       python-urllib3 >= 1.26.7
-Requires:       (python-fido2 >= 1.1.0 with python-fido2 < 2)
+Requires:       (python-click-aliases >= 1.0.5 with python-click-aliases < 2)
+Requires:       (python-cryptography >= 41.0.4 with python-cryptography < 45)
+Requires:       (python-fido2 >= 1.2.0 with python-fido2 < 2)
+Requires:       (python-hidapi >= 0.14.0.post1 with python-hidapi < 
0.14.0.post4)
 Requires:       (python-nethsm >= 1.2.1 with python-nethsm < 2)
+Requires:       (python-nitrokey >= 0.2.1 with python-nitrokey < 0.3)
 Requires:       (python-spsdk >= 2.0 with python-spsdk < 2.2)
 Requires(post): update-alternatives
 Requires(postun): update-alternatives

++++++ pynitrokey-0.6.0.tar.gz -> pynitrokey-0.7.4.tar.gz ++++++
++++ 5251 lines of diff (skipped)

Reply via email to