14
0

9 Commits

Author SHA256 Message Date
bb306da904 Accepting request 1320343 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1320343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=64
2025-11-28 15:50:42 +00:00
d7f754ac67 - Update to 25.7.0
* Improved support for KWallet 6. (#728)
  * Removed cruft from Python 3.8. (#722)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=142
2025-11-27 13:27:07 +00:00
c225ba2ee2 Accepting request 1307742 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1307742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=63
2025-09-30 15:34:46 +00:00
bb918f464b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=140 2025-09-29 10:55:32 +00:00
e44e41b592 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=139
2025-09-29 10:42:27 +00:00
0ce8a623f4 Accepting request 1300741 from devel:languages:python
- Convert to libalternatives on SLE-16-based and newer systems only

OBS-URL: https://build.opensuse.org/request/show/1300741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=62
2025-08-22 15:46:56 +00:00
7a0eac99cb - Convert to libalternatives on SLE-16-based and newer systems only
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=137
2025-08-21 09:29:01 +00:00
5902e264e2 Accepting request 1291938 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1291938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=61
2025-07-15 14:42:31 +00:00
030db6d68c - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=135
2025-07-11 10:43:21 +00:00
4 changed files with 38 additions and 7 deletions

Binary file not shown.

3
keyring-25.7.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
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
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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.2.1
Version: 25.7.0
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.8}
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 56}
BuildRequires: %{python_module setuptools >= 77}
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
@@ -65,6 +65,7 @@ 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