Sync from SUSE:SLFO:Main python-keyring revision 8a25e9780e19d4fc6a787d6c9043e797

This commit is contained in:
Adrian Schröter 2024-12-13 11:40:40 +01:00
parent 128ac3099d
commit d238586948
4 changed files with 54 additions and 15 deletions

BIN
keyring-24.2.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
keyring-25.2.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue May 14 08:11:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 25.2.1:
* Fix typo in CLI creds mode.
-------------------------------------------------------------------
Fri May 10 13:32:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 25.2.0:
* Added options for 'keyring get' command to support credential
retrieval and emit as JSON.
-------------------------------------------------------------------
Sat Apr 6 19:38:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 25.1.0:
* Replace ExceptionRaisedContext with ExceptionTrap.
* When completion is unavailable, exit with non-zero status and
emit message to stderr.
* Removed check for config in XDG_DATA_HOME on Linux systems.
* In platform config support, remove support for Windows XP,
now 10 years sunset.
-------------------------------------------------------------------
Sat Mar 16 09:03:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 24.3.1:
* Minor fixes to account for emergent typing and linter
concerns.
-------------------------------------------------------------------
Mon Nov 27 19:29:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 24.3.0:
* Added bash completion support. (#643)
-------------------------------------------------------------------
Wed Jul 19 07:31:09 UTC 2023 - ecsos <ecsos@opensuse.org>
@ -66,7 +103,7 @@ Wed Nov 9 14:34:46 UTC 2022 - Ben Greiner <code@bnavigator.de>
-------------------------------------------------------------------
Tue Nov 8 17:17:53 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 +158,7 @@ Sat Sep 17 08:34:37 UTC 2022 - Dirk Müller <dmueller@suse.com>
-------------------------------------------------------------------
Mon Aug 29 04:50:09 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <dmueller@suse.com>
@ -132,7 +169,7 @@ Sun Jul 24 09:11:56 UTC 2022 - Dirk Müller <dmueller@suse.com>
-------------------------------------------------------------------
Wed Jun 15 20:24:08 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 +810,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 +866,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 +912,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 +922,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 +963,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

View File

@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-keyring
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-keyring%{psuffix}
Version: 24.2.0
Version: 25.2.1
Release: 0
Summary: System keyring service access from Python
License: MIT
@ -41,9 +41,11 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-SecretStorage >= 3.2
Requires: python-jaraco.classes
Requires: python-jaraco.context
Requires: python-jaraco.functools
Requires: python-jeepney >= 0.4.2
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
%if 0%{python_version_nodots} < 310