- update to 23.7.0:

* #582: Suppress KeyringErrors for devpi client.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=98
This commit is contained in:
Dirk Mueller 2022-07-24 09:13:11 +00:00 committed by Git OBS Bridge
parent 22800060f4
commit b1606c4346
4 changed files with 10 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jul 24 09:11:56 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 23.7.0:
* #582: Suppress KeyringErrors for devpi client.
-------------------------------------------------------------------
Wed Jun 15 20:24:08 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

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