!6 Upgrade to latest release [python-Logbook -> 1.6.0]
From: @Jason_828e Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
a983a71745
Binary file not shown.
BIN
Logbook-1.6.0.tar.gz
Normal file
BIN
Logbook-1.6.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-Logbook
|
Name: python-Logbook
|
||||||
Version: 1.5.3
|
Version: 1.6.0
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: A logging replacement for Python
|
Summary: A logging replacement for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: http://logbook.pocoo.org/
|
URL: http://logbook.pocoo.org/
|
||||||
Source0: https://files.pythonhosted.org/packages/2f/d9/16ac346f7c0102835814cc9e5b684aaadea101560bb932a2403bd26b2320/Logbook-1.5.3.tar.gz
|
Source0: https://files.pythonhosted.org/packages/26/86/aab9956e3a5a320aef2a9be78461544a94e778b30c9a22497fa03e952907/Logbook-1.6.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
Logbook is a logging system for Python that replaces the standard library’s logging module. It was designed with both complex and simple applications in mind and the idea to make logging fun
|
Logbook is a logging system for Python that replaces the standard library’s logging module. It was designed with both complex and simple applications in mind and the idea to make logging fun
|
||||||
@ -30,7 +30,7 @@ Provides: python3-logbook-doc
|
|||||||
Logbook is a logging system for Python that replaces the standard library’s logging module. It was designed with both complex and simple applications in mind and the idea to make logging fun
|
Logbook is a logging system for Python that replaces the standard library’s logging module. It was designed with both complex and simple applications in mind and the idea to make logging fun
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Logbook-1.5.3
|
%autosetup -n Logbook-1.6.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export DISABLE_LOGBOOK_CEXT=true
|
export DISABLE_LOGBOOK_CEXT=true
|
||||||
@ -67,13 +67,16 @@ mv %{buildroot}/filelist.lst .
|
|||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%files -n python3-logbook -f filelist.lst
|
%files -n python3-logbook -f filelist.lst
|
||||||
%dir %{python3_sitearch}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 01 2023 chenzixuan <chenzixuan@kylinos.cn> - 1.6.0-1
|
||||||
|
- Updated to latest 1.6.0 version
|
||||||
|
|
||||||
* Mon Jul 25 2022 liyanan <liyanan32@h-partners.com> - 1.5.3-3
|
* Mon Jul 25 2022 liyanan <liyanan32@h-partners.com> - 1.5.3-3
|
||||||
- Use python3_sitearch instead of python3_sitelib
|
- Use python3_sitearch instead of python3_sitelib
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user