- 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:
Dirk Mueller 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:197fd5903901030ef7b82fe247f43cfed2c157a28e7747d1cfcf4bc5e699dd03
size 53978

3
keyring-21.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c53e0e5ccde3ad34284a40ce7976b5b3a3d6de70344c3f8ee44364cc340976ec
size 55457

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>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-keyring
Version: 21.2.0
Version: 21.2.1
Release: 0
Summary: System keyring service access from Python
License: Python-2.0 AND MIT