diff --git a/keyring-25.5.0.tar.gz b/keyring-25.5.0.tar.gz deleted file mode 100644 index 6a07812d9aea3cc4c440c69f1e8ab0d7d1d8edac..0000000000000000000000000000000000000000 Binary files a/keyring-25.5.0.tar.gz and /dev/null differ diff --git a/keyring-25.6.0.tar.gz b/keyring-25.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9f873ad4d9b02d9d7bbd420f928853b515304ba0 Binary files /dev/null and b/keyring-25.6.0.tar.gz differ diff --git a/python-keyring.spec b/python-keyring.spec index 7e3ab95037ede8c9d8033980855c8d42444392d0..0aa2616a1de8553f6e8b16f8e29950d2b9c05406 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-keyring -Version: 25.5.0 +Version: 25.6.0 Release: 1 Summary: Store and access your passwords safely. License: MIT License @@ -77,6 +77,14 @@ pytest %{_defaultdocdir}/* %changelog +* Wed Jul 02 2025 wangkai <13474090681@163.com> - 25.6.0-1 +- Update to 25.6.0: + * Don't log a warning when the `backend` config section is missing + * Use extend for proper workaround. + * Require Python 3.9 or later now that Python 3.8 is EOL. + * Include pyproject.toml in ruff.toml. + * Add Python 3.13 and 3.14 into the matrix. + * Thu Nov 07 2024 Ge Wang - 25.5.0-1 - Update to version 25.5.0