4 Commits

4 changed files with 7 additions and 38 deletions

BIN
keyring-25.2.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe01bd85eb3f8fb3dd0405defdeac9a5b4f6f0439edbb3149577f244a2e8245b
size 63516

View File

@@ -1,33 +1,3 @@
-------------------------------------------------------------------
Thu Nov 27 11:41:59 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 25.7.0
* Improved support for KWallet 6. (#728)
* Removed cruft from Python 3.8. (#722)
-------------------------------------------------------------------
Mon Sep 29 10:42:21 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 25.6.0:
* Avoid logging a warning when config does not specify a
backend.
* When parsing keyring_path from the config, the home directory
is now expanded from ~.
* In get_credential, now returns None when the indicated
username is not found.
* Fixed ValueError for AnonymousCredentials in CLI.
* Refined type spec and interfaces on credential objects.
Introduced AnonymousCredential to model a secret without a
username.
* Deprecated support for empty usernames. Now all backends will
reject an empty string as input for the 'username' field when
setting a password. Later this deprecation will become a more
visible user warning and even later an error. If this warning
is triggered in your environment, please consider using a
static value (even 'username') or comment in the issue and
describe the use-case that demands support for empty
usernames.
-------------------------------------------------------------------
Thu Aug 21 09:28:37 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-keyring
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,15 +31,15 @@
%endif
%{?sle15_python_module_pythons}
Name: python-keyring%{psuffix}
Version: 25.7.0
Version: 25.2.1
Release: 0
Summary: System keyring service access from Python
License: MIT
URL: https://github.com/jaraco/keyring
Source: https://files.pythonhosted.org/packages/source/k/keyring/keyring-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 77}
BuildRequires: %{python_module setuptools >= 56}
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
@@ -65,7 +65,6 @@ Requires: python-importlib-metadata >= 4.11.4
%endif
%if %{with test}
BuildRequires: %{python_module keyring = %{version}}
BuildRequires: %{python_module pyfakefs}
BuildRequires: %{python_module pytest >= 3.5}
%endif
%python_subpackages