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

@ -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
View File

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

View File

@ -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

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}