- update to 23.5.0:
* Require Python 3.7 or later. * #551: Fixed docs warnings. * #549: EnvironCredential now allows for equality comparison. * #529: macOS backend is no longer viable if the API module cannot be loaded. Prevents "symbol not found" errors on macOS 11 (Big Sur) and later when a "universal2" binary is not used (available for Python 3.8.7 and later). * #547: Tests no longer attempt to run macOS backends even on macOS when the backend is non-viable. * #542: Change get_credential to return generic Credential. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=93
This commit is contained in:
parent
c1e30050aa
commit
0ab6fd2f2b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6334aee6073db2fb1f30892697b1730105b5e9a77ce7e61fca6b435225493efe
|
|
||||||
size 53996
|
|
3
keyring-23.5.0.tar.gz
Normal file
3
keyring-23.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9012508e141a80bd1c0b6778d5c610dd9f8c464d75ac6774248500503f972fb9
|
||||||
|
size 54104
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 10 22:45:36 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 23.5.0:
|
||||||
|
* Require Python 3.7 or later.
|
||||||
|
* #551: Fixed docs warnings.
|
||||||
|
* #549: EnvironCredential now allows for equality
|
||||||
|
comparison.
|
||||||
|
* #529: macOS backend is no longer viable if the API module
|
||||||
|
cannot be loaded. Prevents "symbol not found" errors on
|
||||||
|
macOS 11 (Big Sur) and later when a "universal2" binary
|
||||||
|
is not used (available for Python 3.8.7 and later).
|
||||||
|
* #547: Tests no longer attempt to run macOS backends even
|
||||||
|
on macOS when the backend is non-viable.
|
||||||
|
* #542: Change get_credential to return generic Credential.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 24 09:21:13 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
Fri Sep 24 09:21:13 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-keyring
|
# spec file for package python-keyring
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-keyring
|
Name: python-keyring
|
||||||
Version: 23.2.1
|
Version: 23.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System keyring service access from Python
|
Summary: System keyring service access from Python
|
||||||
License: MIT AND Python-2.0
|
License: MIT AND Python-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user