diff --git a/concurrent_log_handler-0.9.25.tar.gz b/concurrent_log_handler-0.9.25.tar.gz deleted file mode 100644 index b58b205bb0aabc719d66b1c14001e0dbaa8a8770..0000000000000000000000000000000000000000 Binary files a/concurrent_log_handler-0.9.25.tar.gz and /dev/null differ diff --git a/concurrent_log_handler-0.9.26.tar.gz b/concurrent_log_handler-0.9.26.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6b8d06111cc1ad46143dae75c7b35f91fe747edf Binary files /dev/null and b/concurrent_log_handler-0.9.26.tar.gz differ diff --git a/python-concurrent-log-handler.spec b/python-concurrent-log-handler.spec index 38e33f2738115ceeaea036fffeff5789919f4ee9..8210fbc57fb440e97de44ab441fde04db2ae131c 100644 --- a/python-concurrent-log-handler.spec +++ b/python-concurrent-log-handler.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-concurrent-log-handler -Version: 0.9.25 +Version: 0.9.26 Release: 1 Summary: RotatingFileHandler replacement with concurrency, gzip and Windows support License: Apache-2.0 @@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 13 2025 openeuler_bot - 0.9.26-1 +- Significant performance improvements, especially on the POSIX side (version: 0.9.26). + * Mon Aug 19 2024 yaoxin - 0.9.25-1 - Update to 0.9.25: * Updates to use pyproject.toml with a few other features