From 97747e2f1bde9d6e090ad1e864eadc0733fff9ec8a2249a00b65aa461243b2c2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Nov 2023 19:30:35 +0000 Subject: [PATCH] - update to 24.3.0: * Added bash completion support. (#643) - Update to version 23.11.0 - Inject multibuild to prevent a build cycle - update to 23.6.0 - Added keyring-import-gi.patch: gi.require_version is called and not - reduce/fix build requires * All code now runs natively on both Python 2 and Python 3, * Renamed ``keyring.util.platform`` to ``keyring.util.platform_``. Introspection, not the obsolete python-gnomekeyring module OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=124 --- keyring-24.2.0.tar.gz | 3 --- keyring-24.3.0.tar.gz | 3 +++ python-keyring.changes | 22 ++++++++++++++-------- python-keyring.spec | 2 +- 4 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 keyring-24.2.0.tar.gz create mode 100644 keyring-24.3.0.tar.gz diff --git a/keyring-24.2.0.tar.gz b/keyring-24.2.0.tar.gz deleted file mode 100644 index 5d3dd0e..0000000 --- a/keyring-24.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca0746a19ec421219f4d713f848fa297a661a8a8c1504867e55bfb5e09091509 -size 59020 diff --git a/keyring-24.3.0.tar.gz b/keyring-24.3.0.tar.gz new file mode 100644 index 0000000..afbbc81 --- /dev/null +++ b/keyring-24.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e730ecffd309658a08ee82535a3b5ec4b4c8669a9be11efb66249d8e0aeb9a25 +size 59666 diff --git a/python-keyring.changes b/python-keyring.changes index b5bda2d..76694c0 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 27 19:29:51 UTC 2023 - Dirk Müller + +- update to 24.3.0: + * Added bash completion support. (#643) + ------------------------------------------------------------------- Wed Jul 19 07:31:09 UTC 2023 - ecsos @@ -66,7 +72,7 @@ Wed Nov 9 14:34:46 UTC 2022 - Ben Greiner ------------------------------------------------------------------- Tue Nov 8 17:17:53 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 23.11.0 +- Update to version 23.11.0 #603: In libsecret, check that the service is available before declaring viability. - Update to version 23.10.0 @@ -121,7 +127,7 @@ Sat Sep 17 08:34:37 UTC 2022 - Dirk Müller ------------------------------------------------------------------- Mon Aug 29 04:50:09 UTC 2022 - Steve Kowalik -- Inject multibuild to prevent a build cycle +- Inject multibuild to prevent a build cycle ------------------------------------------------------------------- Sun Jul 24 09:11:56 UTC 2022 - Dirk Müller @@ -132,7 +138,7 @@ Sun Jul 24 09:11:56 UTC 2022 - Dirk Müller ------------------------------------------------------------------- Wed Jun 15 20:24:08 UTC 2022 - Yogalakshmi Arunachalam -- update to 23.6.0 +- update to 23.6.0 #575: Only require importlib_metadata on older Pythons. #579: Add .with_keychain method on macOS for easy reference to alternate keychains. @@ -773,7 +779,7 @@ Fri Dec 11 14:45:37 UTC 2015 - michael@stroeder.com ------------------------------------------------------------------- Mon Sep 17 11:41:56 UTC 2015 - m0ses@samaxi.de -- Added keyring-import-gi.patch: gi.require_version is called and not +- Added keyring-import-gi.patch: gi.require_version is called and not found if gi is not imported ------------------------------------------------------------------- @@ -829,7 +835,7 @@ Tue Oct 14 09:57:54 UTC 2014 - kgronlund@suse.com ------------------------------------------------------------------- Thu Aug 28 13:05:31 UTC 2014 - dmueller@suse.com -- reduce/fix build requires +- reduce/fix build requires ------------------------------------------------------------------- Mon Mar 17 10:12:00 UTC 2014 - speilicke@suse.com @@ -875,7 +881,7 @@ Sun Dec 8 18:49:56 UTC 2013 - p.drouand@gmail.com See keyring.core._load_library_extensions for information on supplying a third-party backend. - Changes from 3.1 - * All code now runs natively on both Python 2 and Python 3, + * All code now runs natively on both Python 2 and Python 3, no 2to3 conversion is required. * Testsuite: clean up, and make more use of unittest2 methods. @@ -885,7 +891,7 @@ Fri Sep 27 07:11:55 UTC 2013 - dmueller@suse.com - update to 3.0.5: * Simplified the implementation of ``keyring.core.load_keyring``. It now uses ``__import__`` instead of loading modules explicitly. - * Renamed ``keyring.util.platform`` to ``keyring.util.platform_``. + * Renamed ``keyring.util.platform`` to ``keyring.util.platform_``. * Ensure that modules are actually imported even in Mercurial's Demand Import environment. * Removed support for Python 2.5. @@ -926,7 +932,7 @@ Wed Jul 3 15:45:06 UTC 2013 - dmueller@suse.com * SecretService: allow deleting items created using previous python-keyring versions. * Use secretstorage.get_default_collection if it's available. * Switch GnomeKeyring backend to use native libgnome-keyring via GObject - Introspection, not the obsolete python-gnomekeyring module + Introspection, not the obsolete python-gnomekeyring module * Use the SecretStorage library to implement the Secret Service backend (instead of using dbus directly) * Now the keyring supports prompting for and deleting passwords diff --git a/python-keyring.spec b/python-keyring.spec index ecc12cf..48ba70e 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-keyring%{psuffix} -Version: 24.2.0 +Version: 24.3.0 Release: 0 Summary: System keyring service access from Python License: MIT