14
0

- update to 21.2.1:

* #426: Restored lenience on startup when entry point
    metadata is missing.
  * #423: Avoid RecursionError when initializing backends
    when a limit is supplied.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=84
This commit is contained in:
2020-06-02 16:33:36 +00:00
committed by Git OBS Bridge
parent 190bda1f65
commit 2397031c33
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jun 2 16:32:46 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 21.2.1:
* #426: Restored lenience on startup when entry point
metadata is missing.
* #423: Avoid RecursionError when initializing backends
when a limit is supplied.
-------------------------------------------------------------------
Thu May 28 07:16:57 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>