Update package to version 1.7.0
This commit is contained in:
parent
a983a71745
commit
3d335936d1
Binary file not shown.
BIN
Logbook-1.7.0.tar.gz
Normal file
BIN
Logbook-1.7.0.tar.gz
Normal file
Binary file not shown.
@ -1,18 +1,18 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-Logbook
|
||||
Version: 1.6.0
|
||||
Version: 1.7.0
|
||||
Release: 1
|
||||
Summary: A logging replacement for Python
|
||||
License: BSD-3-Clause
|
||||
URL: http://logbook.pocoo.org/
|
||||
Source0: https://files.pythonhosted.org/packages/26/86/aab9956e3a5a320aef2a9be78461544a94e778b30c9a22497fa03e952907/Logbook-1.6.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/46/b3/e5e58e5ebb8465eb691fe1227ac4904211d6c7b9dbade0a7ff544e9ec5e0/Logbook-1.7.0.tar.gz
|
||||
BuildArch: noarch
|
||||
%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
|
||||
|
||||
%package -n python3-logbook
|
||||
Summary: A logging replacement for Python
|
||||
Provides: python-Logbook
|
||||
Provides: python-Logbook = %{version}-%{release}
|
||||
# Base build requires
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
@ -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
|
||||
|
||||
%prep
|
||||
%autosetup -n Logbook-1.6.0
|
||||
%autosetup -n Logbook-%{version}
|
||||
|
||||
%build
|
||||
export DISABLE_LOGBOOK_CEXT=true
|
||||
@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 03 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.7.0-1
|
||||
- Update package to version 1.7.0
|
||||
|
||||
* Tue Aug 01 2023 chenzixuan <chenzixuan@kylinos.cn> - 1.6.0-1
|
||||
- Updated to latest 1.6.0 version
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user