From 1ea386e9c1becac7c1fe593f036ae09873881367ee7f2876d4306fb556895c05 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Apr 2024 19:39:16 +0000 Subject: [PATCH 1/3] - 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 From 0fcf0b00e57077a6de84c1a382566da33c85645ab1c59ce47e9eea8b3872fe74 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 7 Apr 2024 09:19:54 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=129 --- python-keyring.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-keyring.spec b/python-keyring.spec index 7749475..f4e2021 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -41,6 +41,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-SecretStorage >= 3.2 Requires: python-jaraco.classes +Requires: python-jaraco.context Requires: python-jeepney >= 0.4.2 Requires(post): update-alternatives Requires(postun): update-alternatives From 1c8c3039e27edee196283c0d7346e6cb3c0e32555b5322b404aff3979221ffb4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 7 Apr 2024 09:29:42 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=130 --- python-keyring.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-keyring.spec b/python-keyring.spec index f4e2021..5c5b3be 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -42,6 +42,7 @@ 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