update version to 0.9.20
This commit is contained in:
parent
0cc5511a4a
commit
d3073e2a81
Binary file not shown.
BIN
concurrent-log-handler-0.9.20.tar.gz
Normal file
BIN
concurrent-log-handler-0.9.20.tar.gz
Normal file
Binary file not shown.
@ -1,19 +1,19 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-concurrent-log-handler
|
Name: python-concurrent-log-handler
|
||||||
Version: 0.9.19
|
Version: 0.9.20
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: RotatingFileHandler replacement with concurrency, gzip and Windows support
|
Summary: RotatingFileHandler replacement with concurrency, gzip and Windows support
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/Preston-Landers/concurrent-log-handler
|
URL: https://github.com/Preston-Landers/concurrent-log-handler
|
||||||
Source0: https://files.pythonhosted.org/packages/e8/01/5ac5cc47af19444435c5817fc1baaa7ca5fba2633320d76644e50ff4b913/concurrent-log-handler-0.9.19.tar.gz
|
Source0: https://files.pythonhosted.org/packages/ed/a9/bad30f1551680284309fa6293e75d2eb98c64b7278f4cb1e08175553f48a/concurrent-log-handler-0.9.20.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides an additional log handler for Python's standard logging
|
This package provides an additional log handler for Python's standard logging
|
||||||
|
|
||||||
%package -n python3-concurrent-log-handler
|
%package -n python3-concurrent-log-handler
|
||||||
Summary: RotatingFileHandler replacement with concurrency, gzip and Windows support
|
Summary: RotatingFileHandler replacement with concurrency, gzip and Windows support
|
||||||
Provides: python-concurrent-log-handler
|
Provides: python-concurrent-log-handler = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-concurrent-log-handler
|
%description -n python3-concurrent-log-handler
|
||||||
@ -26,7 +26,7 @@ Provides: python3-concurrent-log-handler-doc
|
|||||||
This package provides an additional log handler for Python's standard logging
|
This package provides an additional log handler for Python's standard logging
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n concurrent-log-handler-%{version} -p1
|
%autosetup -n concurrent-log-handler-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -66,6 +66,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 21 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.9.20-1
|
||||||
|
- Update package to version 0.9.20
|
||||||
|
|
||||||
* Wed May 11 2022 yaoxin <yaoxin30@h-partners.com> - 0.9.19-2
|
* Wed May 11 2022 yaoxin <yaoxin30@h-partners.com> - 0.9.19-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user