Accepting request 641907 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/641907 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=32
This commit is contained in:
commit
c9e3ed2901
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6364bb8c233f28538df4928576f4e051229e0451651073ab20b315488da16a58
|
||||
size 43140
|
3
keyring-15.1.0.tar.gz
Normal file
3
keyring-15.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6232b972dfbd44fd9bd649242dbf17f616988b152d4268f9ca1dcc704b467381
|
||||
size 42891
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 12 03:19:07 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- specfile:
|
||||
* removed devel from noarch
|
||||
|
||||
- update to version 15.1.0:
|
||||
* #340: Add the Null keyring, disabled by default.
|
||||
* #340: Added --disable option to command-line interface.
|
||||
* #340: Now honor a PYTHON_KEYRING_BACKEND environment variable to
|
||||
select a backend. Environments may set to
|
||||
keyring.backends.null.Keyring to disable keyring.
|
||||
|
||||
- changes from version 15.0.0:
|
||||
* Removed deprecated keyring.util.escape module.
|
||||
* Fixed warning about using deprecated Abstract Base Classes from
|
||||
collections module.
|
||||
|
||||
- changes from version 14.0.0:
|
||||
* Removed getpassbackend module and alias in
|
||||
keyring.get_pass_get_password. Instead, just use:
|
||||
* keyring.get_password(getpass.getuser(), 'Python')
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 5 20:27:43 UTC 2018 - dmueller@suse.com
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user