14
0

- Update to 13.2.1:

* #335: Fix regression in command line client.
  * Keyring command-line interface now reads the password
   directly from stdin if stdin is connected to a pipe.
  * #329: Improve output of ``keyring --list-backends``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=67
This commit is contained in:
2018-07-09 13:43:02 +00:00
committed by Git OBS Bridge
parent c9caa62960
commit 6c0ae6e652
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jul 9 13:37:36 UTC 2018 - dmueller@suse.com
- Update to 13.2.1:
* #335: Fix regression in command line client.
* Keyring command-line interface now reads the password
directly from stdin if stdin is connected to a pipe.
* #329: Improve output of ``keyring --list-backends``.
-------------------------------------------------------------------
Sat Jun 23 06:58:48 UTC 2018 - tchvatal@suse.com