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:
parent
f4b3a466ce
commit
a68c6ed176
@ -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
3
keyring-10.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e6129e8c5bc80da34cc1942d30daad79ed40419fcaaa538278c3b2ff235b313
|
||||
size 40664
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user