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

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Sep 24 09:21:13 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- 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.
-------------------------------------------------------------------
Thu Jun 17 14:52:19 UTC 2021 - Matej Cepl <mcepl@suse.com>