From 1ea386e9c1becac7c1fe593f036ae09873881367ee7f2876d4306fb556895c05 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Apr 2024 19:39:16 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-keyring?expand=0&rev=128 --- keyring-24.3.1.tar.gz | 3 --- keyring-25.1.0.tar.gz | 3 +++ python-keyring.changes | 11 +++++++++++ python-keyring.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 keyring-24.3.1.tar.gz create mode 100644 keyring-25.1.0.tar.gz diff --git a/keyring-24.3.1.tar.gz b/keyring-24.3.1.tar.gz deleted file mode 100644 index 8746d6f..0000000 --- a/keyring-24.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3327b6ffafc0e8befbdb597cacdb4928ffe5c1212f7645f186e6d9957a898db -size 60454 diff --git a/keyring-25.1.0.tar.gz b/keyring-25.1.0.tar.gz new file mode 100644 index 0000000..deae97f --- /dev/null +++ b/keyring-25.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7230ea690525133f6ad536a9b5def74a4bd52642abe594761028fc044d7c7893 +size 60191 diff --git a/python-keyring.changes b/python-keyring.changes index fead5a3..b0cf065 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Apr 6 19:38:28 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-keyring.spec b/python-keyring.spec index e503f3d..7749475 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -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