14
0

Accepting request 794535 from home:pgajdos:python

Too soon?

OBS-URL: https://build.opensuse.org/request/show/794535
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=80
This commit is contained in:
Tomáš Chvátal
2020-04-16 10:27:32 +00:00
committed by Git OBS Bridge
parent 7871c12f9c
commit ee812d94f0
4 changed files with 71 additions and 12 deletions

View File

@@ -1,3 +1,62 @@
-------------------------------------------------------------------
Thu Apr 16 08:27:33 UTC 2020 - pgajdos@suse.com
- version update to 21.2.0
v21.2.0
-------
* #372: Chainer now deterministically resolves at a lower
priority than the Fail keyring (when there are no backends
to chain).
* #372: Fail keyring now raises a ``NoKeyringError`` for
easier selectability.
* #405: Keyring now logs at DEBUG rather than INFO during
backend startup.
v21.1.1
-------
* Refreshed package metadata.
v21.1.0
-------
* #380: In SecretService backend, close connections after
using them.
v21.0.0
-------
* Require Python 3.6 or later.
v20.0.1
-------
* #417: Fix TypeError when backend fails to initialize.
v20.0.0
-------
* Extracted ``keyring.testing`` package to contain supporting
functionality for plugin backends. ``keyring.tests`` has been
removed from the package.
v19.3.0
-------
* Switch to `importlib.metadata
<https://docs.python.org/3/library/importlib.metadata.html>`_
for loading entry points. Removes one dependency on Python 3.8.
* Added new ``KeyringBackend.set_properties_from_env``.
* #382: Add support for alternate persistence scopes for Windows
backend. Set ``.persist`` to "local machine" or "session"
to enable the alternate scopes or "enterprise" to use the
default scope.
* #404: Improve import times when a backend is specifically
configured by lazily calling ``get_all_keyring``.
19.2.0
------
* Add support for get_credential() with the SecretService backend.
19.1.0
------
* #369: macOS Keyring now honors a ``KEYCHAIN_PATH``
environment variable. If set, Keyring will use that
keychain instead of the default.
19.0.2
------
* Refresh package skeleton.
* Adopt `black <https://pypi.org/project/black>`_ code style.
19.0.1
------
* Merge with 18.0.1.
-------------------------------------------------------------------
Thu Mar 28 21:08:23 UTC 2019 - Jan Engelhardt <jengelh@inai.de>