14
0

- Update to 23.2.1:

* #530: In libsecret tests, use a session collection to allow tests
    to pass on Debian.
  * #521: Add libsecret backend.
  * #519: macOS backend APIs updated to newer, non-legacy APIs.
- Add patch support-new-importlib.patch:
  * Support new importlib-metadata.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=92
This commit is contained in:
2021-09-24 09:22:36 +00:00
committed by Git OBS Bridge
parent 34cf29c9b8
commit c1e30050aa
5 changed files with 29 additions and 6 deletions

View File

@@ -19,14 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-keyring
Version: 23.0.1
Version: 23.2.1
Release: 0
Summary: System keyring service access from Python
License: MIT AND Python-2.0
Group: Development/Languages/Python
URL: https://github.com/jaraco/keyring
Source: https://files.pythonhosted.org/packages/source/k/keyring/keyring-%{version}.tar.gz
# Patch: fix-kwallet-tests.patch
Patch0: support-new-importlib.patch
BuildRequires: %{python_module SecretStorage >= 3}
BuildRequires: %{python_module entrypoints}
BuildRequires: %{python_module importlib-metadata}