Accepting request 1165958 from devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/1165958
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=59
This commit is contained in:
Ana Guerrero 2024-04-07 20:04:43 +00:00 committed by Git OBS Bridge
commit 1a4578ed78
4 changed files with 17 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
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>

View File

@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-keyring%{psuffix}
Version: 24.3.1
Version: 25.1.0
Release: 0
Summary: System keyring service access from Python
License: MIT
@ -41,6 +41,8 @@ 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