forked from pool/python-click-log
Accepting request 623573 from home:mimi_vx:branches:devel:languages:python
* remove unused import * use default root logger * fix docu * fix formating of logs * simplify api OBS-URL: https://build.opensuse.org/request/show/623573 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-log?expand=0&rev=4
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
Wed Jul 4 07:04:11 UTC 2018 - dmacvicar@suse.de
|
||||
|
||||
- Update to 0.3.2
|
||||
* remove unused import
|
||||
* use default root logger
|
||||
* fix docu
|
||||
* fix formating of logs
|
||||
* simplify api
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 30 17:38:38 UTC 2017 - aloisio@gmx.com
|
||||
|
||||
@@ -23,7 +23,7 @@ Release: 0
|
||||
Summary: Logging integration for Click
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/click-contrib/click-log
|
||||
URL: https://github.com/click-contrib/click-log
|
||||
Source: https://files.pythonhosted.org/packages/source/c/click-log/click-log-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base}
|
||||
BuildRequires: %{python_module click}
|
||||
@@ -31,7 +31,6 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-click
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -51,7 +50,6 @@ rm -rf click_log.egg-info
|
||||
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
|
||||
Reference in New Issue
Block a user