diff --git a/concurrent-log-handler-0.9.22.tar.gz b/concurrent-log-handler-0.9.22.tar.gz deleted file mode 100644 index caad94c..0000000 Binary files a/concurrent-log-handler-0.9.22.tar.gz and /dev/null differ diff --git a/concurrent-log-handler-0.9.23.tar.gz b/concurrent-log-handler-0.9.23.tar.gz new file mode 100644 index 0000000..a252c2e Binary files /dev/null and b/concurrent-log-handler-0.9.23.tar.gz differ diff --git a/python-concurrent-log-handler.spec b/python-concurrent-log-handler.spec index b89ce07..2529436 100644 --- a/python-concurrent-log-handler.spec +++ b/python-concurrent-log-handler.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-concurrent-log-handler -Version: 0.9.22 +Version: 0.9.23 Release: 1 Summary: RotatingFileHandler replacement with concurrency, gzip and Windows support License: Apache-2.0 URL: https://github.com/Preston-Landers/concurrent-log-handler -Source0: https://files.pythonhosted.org/packages/52/3c/ec366916ca870460be521074bc7462544815cef47afaacdc37f6d1ce050d/concurrent-log-handler-0.9.22.tar.gz +Source0: https://files.pythonhosted.org/packages/15/b0/76d81143baf5bd320b6d976a30d401375f2b170efe99d4adc261ae5a6a90/concurrent-log-handler-0.9.23.tar.gz BuildArch: noarch %description @@ -17,7 +17,6 @@ Provides: python-concurrent-log-handler = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools Requires: python3-portalocker - %description -n python3-concurrent-log-handler This package provides an additional log handler for Python's standard logging @@ -71,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri May 05 2023 wubijie - 0.9.23-1 +- Update package to version 0.9.23 + * Wed Apr 12 2023 wubijie - 0.9.22-1 - Update package to version 0.9.22