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..5c5b3be 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 @@ -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