Hello community, here is the log from the commit of package yubikey-manager for openSUSE:Factory checked in at 2018-01-10 23:38:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yubikey-manager (Old) and /work/SRC/openSUSE:Factory/.yubikey-manager.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yubikey-manager" Wed Jan 10 23:38:44 2018 rev:2 rq:563327 version:0.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yubikey-manager/yubikey-manager.changes 2018-01-02 16:34:50.343449490 +0100 +++ /work/SRC/openSUSE:Factory/.yubikey-manager.new/yubikey-manager.changes 2018-01-10 23:38:52.593583612 +0100 @@ -1,0 +2,30 @@ +Wed Jan 3 19:16:35 UTC 2018 - [email protected] + +- Version 0.5.0 (released 2017-12-15) + - API breaking changes: + - OATH: New API more similar to yubioath-android + - CLI breaking changes: + - OATH: Touch prompt now written to stderr instead of stdout + - OATH: -a|--algorithm option to list command removed + - OATH: Columns in code command are now dymanically spaced depending on contents + - OATH: delete command now requires confirmation or -f|--force argument + - OATH: IDs printed by list command now include TOTP period if not 30 + - Changed outputs: + - INFO: "Device name" output changed to "Device type" + - PIV: "Management key is stored on device" output changed to "Management key is stored on the YubiKey" + - PIV: "All PIV data have been cleared from the device" output changed to "All PIV data have been cleared from your YubiKey" + - PIV: "The current management key is stored on the device" prompt changed to "The current management key is stored on the YubiKey" + - SLOT: "blank to use device serial" prompt changed to "blank to use YubiKey serial number" + - SLOT: "Using device serial" output changed to "Using YubiKey device serial" + - Lots of failure case outputs changed + - New features: + - Support for multiple devices via new top-level option -d|--device + - New top-level option -l|--log-level to enable logging + - OATH: Support for remembering passwords locally. + - OATH: New option -s|--single for code command + - PIV: set-pin-retries command now warns that PIN and PUK will be reset to factory defaults, and prints those defaults after resetting + - API bug fixes: + - OATH: valid_from and valid_to for Code are now absolute instead of relative to the credential period + - OATH: period for non-TOTP Code is now None + +------------------------------------------------------------------- Old: ---- yubikey-manager-0.4.6.tar.gz yubikey-manager-0.4.6.tar.gz.sig New: ---- yubikey-manager-0.5.0.tar.gz yubikey-manager-0.5.0.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yubikey-manager.spec ++++++ --- /var/tmp/diff_new_pack.aw8rCl/_old 2018-01-10 23:38:54.349501236 +0100 +++ /var/tmp/diff_new_pack.aw8rCl/_new 2018-01-10 23:38:54.349501236 +0100 @@ -1,7 +1,7 @@ # # spec file for package yubikey-manager # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # 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: 0.4.6 +Version: 0.5.0 Release: 0 Summary: Python 3 library and command line tool for configuring a YubiKey License: BSD-2-Clause @@ -26,7 +26,7 @@ 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: pkg-config +BuildRequires: pkgconfig BuildRequires: python3-pip BuildRequires: python3-setuptools >= 0.6b3 BuildRequires: pkgconfig(python3) >= 3.1.0 @@ -36,11 +36,11 @@ Requires: libykpers-1-1 Requires: python3-click Requires: python3-cryptography +Requires: python3-pyOpenSSL Requires: python3-pyscard Requires: python3-six Requires: python3-usb - -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Provides: python3-yubikey-manager BuildArch: noarch %description @@ -61,7 +61,6 @@ %fdupes %{buildroot} %files -%defattr(-,root,root) %doc COPYING NEWS %{_bindir}/ykman %{python3_sitelib} ++++++ yubikey-manager-0.4.6.tar.gz -> yubikey-manager-0.5.0.tar.gz ++++++ ++++ 3159 lines of diff (skipped)
