From 0d0266af9f45eca2e8547f799d8bdda356a972f0ee3a8e509a6e72b7f011bc74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 18 Jul 2018 08:09:21 +0000 Subject: [PATCH] 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 --- python-click-log.changes | 5 +++++ python-click-log.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-click-log.changes b/python-click-log.changes index b7ad2e0..a0d0691 100644 --- a/python-click-log.changes +++ b/python-click-log.changes @@ -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 diff --git a/python-click-log.spec b/python-click-log.spec index 3195a54..b8704c6 100644 --- a/python-click-log.spec +++ b/python-click-log.spec @@ -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}/*