Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package yubikey-manager for openSUSE:Factory
checked in at 2021-05-10 15:38:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yubikey-manager (Old)
and /work/SRC/openSUSE:Factory/.yubikey-manager.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yubikey-manager"
Mon May 10 15:38:52 2021 rev:15 rq:891846 version:4.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/yubikey-manager/yubikey-manager.changes
2020-02-04 19:56:38.105436447 +0100
+++
/work/SRC/openSUSE:Factory/.yubikey-manager.new.2988/yubikey-manager.changes
2021-05-10 15:41:27.241068886 +0200
@@ -1,0 +2,24 @@
+Thu May 6 14:10:34 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 4.0.2
+ * Update device names
+ * Add read_info output to the --diagnose command, and show
+ exception types.
+ * Bugfix: Fix read_info for YubiKey Plus.
+ * Add support for YK5-based FIPS YubiKeys.
+ * Bugfix: Fix OTP device enumeration on Win32.
+ * Drop reliance on libusb and libykpersonalize.
+ * Support the "fido" and "otp" subcommands over NFC
+ * New "ykman --diagnose" command to aid in troubleshooting.
+ * New "ykman apdu" command for sending raw APDUs over the smart
+ card interface.
+ * New "yubikit" package added for custom development and advanced
+ scripting.
+ * OpenPGP: Add support for KDF enabled YubiKeys.
+ * Static password: Add support for FR, IT, UK and BEPO keyboard
+ layouts.
+- Drop now unneeded python3-six, python3-usb and
+ libykpers-1-1 dependencies
+- python3-pyOpenSSL is optional, so move from Requires to Recommends
+
+-------------------------------------------------------------------
Old:
----
yubikey-manager-3.1.1.tar.gz
yubikey-manager-3.1.1.tar.gz.sig
New:
----
yubikey-manager-4.0.2.tar.gz
yubikey-manager-4.0.2.tar.gz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yubikey-manager.spec ++++++
--- /var/tmp/diff_new_pack.aAbLFH/_old 2021-05-10 15:41:27.797066712 +0200
+++ /var/tmp/diff_new_pack.aAbLFH/_new 2021-05-10 15:41:27.797066712 +0200
@@ -1,7 +1,7 @@
#
# spec file for package yubikey-manager
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: yubikey-manager
-Version: 3.1.1
+Version: 4.0.2
Release: 0
Summary: Python 3 library and command line tool for configuring a
YubiKey
License: BSD-2-Clause
@@ -28,23 +28,24 @@
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: python3-click
-BuildRequires: python3-cryptography
-BuildRequires: python3-fido2
+BuildRequires: python3-cryptography >= 3.0
+BuildRequires: python3-fido2 >= 0.9
BuildRequires: python3-pip
-BuildRequires: python3-pyOpenSSL
BuildRequires: python3-pyscard
BuildRequires: python3-setuptools
-BuildRequires: python3-six
-BuildRequires: python3-usb
-BuildRequires: pkgconfig(ykpers-1)
-Requires: libykpers-1-1
+# TEST DEPENDENCIES
+BuildRequires: python3-pyOpenSSL
+BuildRequires: python3-makefun >= 1.9.5
+BuildRequires: python3-pytest
+%if 0%{?suse_version} <= 1500
+# dataclasses is required for tests if python < 3.7
+BuildRequires: python3-dataclasses
+%endif
Requires: python3-click
Requires: python3-cryptography
Requires: python3-fido2
-Requires: python3-pyOpenSSL
Requires: python3-pyscard
-Requires: python3-six
-Requires: python3-usb
+Recommends: python3-pyOpenSSL
Provides: python3-yubikey-manager
BuildArch: noarch
@@ -56,7 +57,7 @@
connection transports an programming various types of credentials.
%prep
-%autosetup
+%autosetup -p1
%build
%python3_build
@@ -67,7 +68,7 @@
install -Dpm0644 man/ykman.1 %{buildroot}%{_mandir}/man1/ykman.1
%check
-python3 setup.py test
+python3 -m pytest
%files
%license COPYING*
++++++ yubikey-manager-3.1.1.tar.gz -> yubikey-manager-4.0.2.tar.gz ++++++
++++ 31042 lines of diff (skipped)