diff --git a/keyring-23.13.1.tar.gz b/keyring-23.13.1.tar.gz deleted file mode 100644 index 06648448a1d2891c69bbaa58fe7ed41534f16bd2..0000000000000000000000000000000000000000 Binary files a/keyring-23.13.1.tar.gz and /dev/null differ diff --git a/keyring-24.0.0.tar.gz b/keyring-24.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fb425f8e41f4a9816039d148c2b06be57f2c079a Binary files /dev/null and b/keyring-24.0.0.tar.gz differ diff --git a/python-keyring.spec b/python-keyring.spec index 10af5a3d17c1126ea803c3df3b8a0bfd70732a85..6005c7a518e449d7d1a69e2f16b3626a3fb2d89a 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-keyring -Version: 23.13.1 +Version: 24.0.0 Release: 1 Summary: Store and access your passwords safely. License: MIT License @@ -93,6 +93,12 @@ pytest %{_docdir}/* %changelog +* Thu Nov 07 2024 songliyang - 24.0.0-1 +- upgrade to version 24.0.0 +- Mark multiprocess tests as xfail for now. Ref #634. +- Add diagnose command. Fixes #633. +- Update platform_ to return pathlib objects. Extract function for _config_path. + * Wed Jun 14 2023 yaoxin - 23.13.1-1 - Update to 23.13.1