diff --git a/keyring-23.2.1.tar.gz b/keyring-23.2.1.tar.gz deleted file mode 100644 index 5c3a444..0000000 --- a/keyring-23.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6334aee6073db2fb1f30892697b1730105b5e9a77ce7e61fca6b435225493efe -size 53996 diff --git a/keyring-23.5.0.tar.gz b/keyring-23.5.0.tar.gz new file mode 100644 index 0000000..ab59072 --- /dev/null +++ b/keyring-23.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9012508e141a80bd1c0b6778d5c610dd9f8c464d75ac6774248500503f972fb9 +size 54104 diff --git a/python-keyring.changes b/python-keyring.changes index 39c25ed..08db47e 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jan 10 22:45:36 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-keyring.spec b/python-keyring.spec index 97cab3c..5e1a781 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-keyring -Version: 23.2.1 +Version: 23.5.0 Release: 0 Summary: System keyring service access from Python License: MIT AND Python-2.0