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..5a5c064a0ef0b464f123db28bd999e8edb69a14d 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..fca0d239ee8e4267370b5db87c4c0f2174270f12 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 +* Tue Jun 4 2024 wuzhaomin - 24.0.0-1 +- Update to 24.0.0 +- Remove unnecessary and incorrect copyright notice. Fixes jaraco/skeleton#78. +- Replace flake8 with ruff. Fixes jaraco/skeleton#79 and sheds debt. +- Add diagnose command. Fixes #633. + * Wed Jun 14 2023 yaoxin - 23.13.1-1 - Update to 23.13.1