Update package to version 6.7.0
This commit is contained in:
parent
3079f66b5c
commit
24958ad3ee
Binary file not shown.
BIN
colorlog-6.7.0.tar.gz
Normal file
BIN
colorlog-6.7.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-colorlog
|
||||
Version: 6.6.0
|
||||
Version: 6.7.0
|
||||
Release: 1
|
||||
Summary: Add colours to the output of Python's logging module.
|
||||
License: MIT
|
||||
URL: https://github.com/borntyping/python-colorlog
|
||||
Source0: https://files.pythonhosted.org/packages/8e/8f/1537ebed273d43edd3bb21f1e5861549b7cfcb1d47523d7277cab988cec2/colorlog-6.6.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/78/6b/4e5481ddcdb9c255b2715f54c863629f1543e97bc8c309d1c5c131ad14f2/colorlog-6.7.0.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: python3-colorama
|
||||
@ -15,10 +15,9 @@ Add colours to the output of Python's `logging` module.
|
||||
|
||||
%package -n python3-colorlog
|
||||
Summary: Add colours to the output of Python's logging module.
|
||||
Provides: python-colorlog
|
||||
Provides: python-colorlog = %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
%description -n python3-colorlog
|
||||
Add colours to the output of Python's `logging` module.
|
||||
|
||||
@ -29,7 +28,7 @@ Provides: python3-colorlog-doc
|
||||
Add colours to the output of Python's `logging` module.
|
||||
|
||||
%prep
|
||||
%autosetup -n colorlog-6.6.0
|
||||
%autosetup -n colorlog-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -69,6 +68,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 24 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 6.7.0-1
|
||||
- Update package to version 6.7.0
|
||||
|
||||
* Tue Aug 9 2022 wenzhiwei <wenzhiwei@kylinos.cn> - 6.6.0-1
|
||||
- Update to 6.6.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user