14
0

- update to 23.9.1:

* #593: Restore ``keyring.util.properties`` with deprecation warning for
    backward compatibility.
  * #588: Project now depends on ``jaraco.classes`` for class property support.
  * #581: Corrected regression in ``libsecret`` tests (``.collection`` property).
  * #587: Fix regression in ``libsecret``.
  * #448: ``SecretService`` and ``libsecret`` backends now support a
    new ``SelectableScheme``, allowing the keys for "username" and
    "service" to be overridden for compatibility with other schemes
    such as KeePassXC.
  * Introduced a new ``.with_properties`` method on backends to
    produce a new keyring with different properties. Use for example
    to get a keyring with a different ``keychain`` (macOS) or
    ``scheme`` (SecretService/libsecret). e.g.::
      keypass = keyring.get_keyring().with_properties(scheme='KeePassXC')
  * ``.with_keychain`` method on macOS is superseded by ``.with_properties``
    and so is now deprecated.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=102
This commit is contained in:
2022-09-17 08:35:16 +00:00
committed by Git OBS Bridge
parent 9f64cb51da
commit f298148c85
4 changed files with 25 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
%bcond_with test
%endif
Name: python-keyring%{psuffix}
Version: 23.7.0
Version: 23.9.1
Release: 0
Summary: System keyring service access from Python
License: MIT AND Python-2.0