14
0

Accepting request 641840 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/641840
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=71
This commit is contained in:
Tomáš Chvátal
2018-10-14 08:49:34 +00:00
committed by Git OBS Bridge
parent 186b759960
commit e6d0d227b3
4 changed files with 29 additions and 7 deletions

View File

@@ -12,21 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-keyring
Version: 13.2.1
Version: 15.1.0
Release: 0
Summary: Store and access your passwords safely
License: Python-2.0 AND MIT
Group: Development/Languages/Python
Url: https://github.com/jaraco/keyring
URL: https://github.com/jaraco/keyring
Source: https://files.pythonhosted.org/packages/source/k/keyring/keyring-%{version}.tar.gz
BuildRequires: %{python_module SecretStorage}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module entrypoints}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest >= 3.5}