From f298148c85a32df8db031d1bbd9b9f1ddf2ce29f19403a2091af3d9f73db34dd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 17 Sep 2022 08:35:16 +0000 Subject: [PATCH] - 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 --- keyring-23.7.0.tar.gz | 3 --- keyring-23.9.1.tar.gz | 3 +++ python-keyring.changes | 21 +++++++++++++++++++++ python-keyring.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 keyring-23.7.0.tar.gz create mode 100644 keyring-23.9.1.tar.gz diff --git a/keyring-23.7.0.tar.gz b/keyring-23.7.0.tar.gz deleted file mode 100644 index c14bb87..0000000 --- a/keyring-23.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:782e1cd1132e91bf459fcd243bcf25b326015c1ac0b198e4408f91fa6791062b -size 54979 diff --git a/keyring-23.9.1.tar.gz b/keyring-23.9.1.tar.gz new file mode 100644 index 0000000..90ae341 --- /dev/null +++ b/keyring-23.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e4f6572238d2615a82fcaa485e608b84b503cf080dc924c43bbbacb11c1c18 +size 56514 diff --git a/python-keyring.changes b/python-keyring.changes index 2c4d933..e4ea5a8 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Sep 17 08:34:37 UTC 2022 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Mon Aug 29 04:50:09 UTC 2022 - Steve Kowalik diff --git a/python-keyring.spec b/python-keyring.spec index e620e13..aae89ae 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -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