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 2022-12-23 10:21:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yubikey-manager (Old)
and /work/SRC/openSUSE:Factory/.yubikey-manager.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yubikey-manager"
Fri Dec 23 10:21:22 2022 rev:21 rq:1044283 version:4.0.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/yubikey-manager/yubikey-manager.changes
2022-12-06 14:23:09.773518117 +0100
+++
/work/SRC/openSUSE:Factory/.yubikey-manager.new.1563/yubikey-manager.changes
2022-12-23 10:21:23.659443559 +0100
@@ -2 +2 @@
-Sat Dec 3 17:13:35 UTC 2022 - Dirk Müller <[email protected]>
+Mon Dec 19 18:58:06 UTC 2022 - Torsten Gruner <[email protected]>
@@ -4,16 +4,3 @@
-- update to 5.0.0:
- * Various cleanups and improvements to the API.
- * Improvements to the handling of YubiKeys and connections.
- * Command aliases for ykman 3.x (introduced in ykman 4.0) have now been
dropped.
- * Installers for ykman are now provided for Windows (amd64) and MacOS
(universal2).
- * Logging has been improved, and a new TRAFFIC level has been introduced.
- * The codebase has been improved for scripting usage, either directly as a
- Python module, or via the new "ykman script" command.
- * PIV: Add support for dotted-string OIDs when parsing RFC4514 strings.
- * PIV: Drop support for signing certificates and CSRs with SHA-1.
- * FIDO: Credential management commands have been improved to deal with
- ambiguity in certain cases.
- * OATH: Access Keys ("remembered" passwords) are now stored in the system
- keyring.
- * OpenPGP: Commands have been added to manage PINs.
-- add keyring
+- Keep this version until version 5.0.0 or
+ yubikey-manager-qt v1.2.4 and yubioath-desktop v5.1.0 was fixed
+- Some small .spec file fixes
@@ -22 +9 @@
-Thu Oct 6 13:10:53 UTC 2022 - Torsten Gruner <[email protected]>
+Wed Oct 5 20:03:36 UTC 2022 - Torsten Gruner <[email protected]>
Old:
----
yubikey-manager.keyring
yubikey_manager-5.0.0.tar.gz
yubikey_manager-5.0.0.tar.gz.sig
New:
----
yubikey-manager-4.0.9.tar.gz
yubikey-manager-4.0.9.tar.gz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yubikey-manager.spec ++++++
--- /var/tmp/diff_new_pack.y8BCWR/_old 2022-12-23 10:21:24.127446233 +0100
+++ /var/tmp/diff_new_pack.y8BCWR/_new 2022-12-23 10:21:24.135446279 +0100
@@ -17,41 +17,38 @@
Name: yubikey-manager
-Version: 5.0.0
+Version: 4.0.9
Release: 0
Summary: Python 3 library and command line tool for configuring a
YubiKey
License: BSD-2-Clause
Group: Productivity/Security
URL: https://developers.yubico.com/yubikey-manager/Releases
-Source0:
https://developers.yubico.com/yubikey-manager/Releases/yubikey_manager-%{version}.tar.gz
-Source1:
https://developers.yubico.com/yubikey-manager/Releases/yubikey_manager-%{version}.tar.gz.sig
-Source3: yubikey-manager.keyring
+Source0:
https://developers.yubico.com/yubikey-manager/Releases/%{name}-%{version}.tar.gz
+Source1:
https://developers.yubico.com/yubikey-manager/Releases/%{name}-%{version}.tar.gz.sig
BuildRequires: fdupes
BuildRequires: pkgconfig
-BuildRequires: python3-click >= 8.0
+BuildRequires: python3-click
BuildRequires: python3-cryptography >= 3.0
-BuildRequires: python3-fido2 >= 1.0
-BuildRequires: python3-keyring >= 23.4
-BuildRequires: python3-makefun >= 1.9.5
+BuildRequires: python3-fido2 >= 0.9
BuildRequires: python3-pip
+BuildRequires: python3-pyscard
+BuildRequires: python3-setuptools
# TEST DEPENDENCIES
BuildRequires: python3-pyOpenSSL
-BuildRequires: python3-pyscard >= 2.0
+BuildRequires: python3-makefun >= 1.9.5
BuildRequires: python3-pytest
-BuildRequires: python3-setuptools
-Requires: python3-click >= 8.0
-Requires: python3-cryptography >= 3.0
-Requires: python3-fido2 >= 1.0
-Requires: python3-keyring >= 23.4
-Requires: python3-pyscard >= 2.0
-Recommends: python3-pyOpenSSL
-Provides: python3-yubikey-manager
-BuildArch: noarch
%if 0%{?suse_version} <= 1540
# dataclasses is required for tests if python < 3.7
BuildRequires: python3-dataclasses >= 0.8
Requires: python3-dataclasses >= 0.8
%endif
+Requires: python3-click
+Requires: python3-cryptography
+Requires: python3-fido2 >= 0.9
+Requires: python3-pyscard
+Recommends: python3-pyOpenSSL
+Provides: python3-yubikey-manager
+BuildArch: noarch
%description
Python 3 library and command line tool for configuring a YubiKey.
@@ -61,7 +58,7 @@
connection transports an programming various types of credentials.
%prep
-%autosetup -p1 -n yubikey_manager-%{version}
+%autosetup -p1
%build
%python3_build
@@ -78,7 +75,9 @@
%license COPYING*
%doc NEWS*
%{_bindir}/ykman
-%{python3_sitelib}
+%{python3_sitelib}/ykman
+%{python3_sitelib}/yubikey_manager-*.egg-info
+%{python3_sitelib}/yubikit
%{_mandir}/man1/*
%changelog