Go to file
Dominique Leuenberger 06ae266517 Accepting request 1004358 from devel:languages:python
- 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/request/show/1004358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=47
2022-09-18 15:31:58 +00:00
_multibuild - Inject multibuild to prevent a build cycle 2022-08-29 04:51:03 +00:00
.gitattributes Accepting request 19976 from home:adrianSuSE 2009-09-07 09:09:43 +00:00
.gitignore Accepting request 19976 from home:adrianSuSE 2009-09-07 09:09:43 +00:00
keyring-23.9.1.tar.gz - update to 23.9.1: 2022-09-17 08:35:16 +00:00
python-keyring.changes - update to 23.9.1: 2022-09-17 08:35:16 +00:00
python-keyring.spec - update to 23.9.1: 2022-09-17 08:35:16 +00:00
support-new-importlib.patch - Update to 23.2.1: 2021-09-24 09:22:36 +00:00