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}/*