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:
Ondřej Súkup 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

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 28 12:22:03 UTC 2017 - mimi.vx@gmail.com
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 23 05:19:34 UTC 2017 - tbechtold@suse.com Wed Aug 23 05:19:34 UTC 2017 - tbechtold@suse.com

View File

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