Accepting request 689757 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/689757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=35
This commit is contained in:
2019-03-29 19:39:17 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 28 21:08:23 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Thu Mar 28 15:05:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 18.0.1:
* #386: ExceptionInfo no longer retains a reference to the traceback.
-------------------------------------------------------------------
Wed Mar 6 08:40:32 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -18,9 +18,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-keyring
Version: 18.0.0
Version: 18.0.1
Release: 0
Summary: Store and access your passwords safely
Summary: System keyring service access from Python
License: Python-2.0 AND MIT
Group: Development/Languages/Python
URL: https://github.com/jaraco/keyring
@@ -40,7 +40,7 @@ BuildArch: noarch
%python_subpackages
%description
The Python keyring lib provides a easy way to access the system keyring service
The Python keyring lib provides a way to access the system keyring service
from python. It can be used in any application that needs safe password storage.
%prep