15
0

Accepting request 623575 from devel:languages:python

* remove unused import
 * use default root logger
 * fix docu
 * fix formating of logs
 * simplify api (forwarded request 623573 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/623575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-log?expand=0&rev=2
This commit is contained in:
2018-07-18 20:56:50 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57271008c12e2dc16d413373bedd7fd3ff17c57434e168650dc27dfb9c743392
size 9277

3
click-log-0.3.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16fd1ca3fc6b16c98cea63acf1ab474ea8e676849dc669d86afafb0ed7003124
size 9523

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-click-log
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-click-log
Version: 0.1.8
Version: 0.3.2
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,8 +50,8 @@ rm -rf click_log.egg-info
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst LICENSE
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%changelog