14
0

Accepting request 546226 from home:mimi_vx:branches:devel:languages:python

- update to 10.5.0:
  * Added --list-backends option to command-line interface.
  * Removed logger from keyring
  * Set the appid for SecretService & KWallet to something meaningful

OBS-URL: https://build.opensuse.org/request/show/546226
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=61
This commit is contained in:
2017-11-28 17:08:29 +00:00
committed by Git OBS Bridge
parent f4b3a466ce
commit a68c6ed176
4 changed files with 18 additions and 13 deletions

View File

@@ -16,23 +16,24 @@
#
%bcond_without tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without tests
Name: python-keyring
Version: 10.4.0
Version: 10.5.0
Release: 0
Url: https://github.com/jaraco/keyring
Summary: Store and access your passwords safely
License: Python-2.0 and MIT
License: Python-2.0 AND MIT
Group: Development/Languages/Python
Url: https://github.com/jaraco/keyring
Source: https://files.pythonhosted.org/packages/source/k/keyring/keyring-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools_scm >= 1.15.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-SecretStorage
Requires: python-setuptools
BuildArch: noarch
%if %{with tests}
# Test requirements:
BuildRequires: %{python_module SecretStorage}
@@ -40,9 +41,6 @@ BuildRequires: %{python_module pytest}
# Python 2 test requirements:
BuildRequires: python-mock
%endif
Requires: python-SecretStorage
Requires: python-setuptools
BuildArch: noarch
%python_subpackages
%description
@@ -71,7 +69,6 @@ popd
%endif
%files %{python_files}
%defattr(-,root,root)
%doc README.rst CHANGES.rst
%python3_only %{_bindir}/keyring
%{python_sitelib}/keyring-%{version}-py*.egg-info