!12 Upgrade to latest release [python-concurrent-log-handler -> 0.9.23]

From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-05-09 01:32:46 +00:00 committed by Gitee
commit a1e4e8e7de
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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 <wubijie@kylinos.cn> - 0.9.23-1
- Update package to version 0.9.23
* Wed Apr 12 2023 wubijie <wubijie@kylinos.cn> - 0.9.22-1
- Update package to version 0.9.22