From 3e2aa17d4e84f80556c1fba372c9402fd60601011ea6bce74c964f11a947c434 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 4 Jul 2018 07:16:03 +0000 Subject: [PATCH 1/2] Accepting request 620571 from home:dmacvicar:branches:devel:languages:python - Update to 0.3.2 OBS-URL: https://build.opensuse.org/request/show/620571 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-log?expand=0&rev=3 --- click-log-0.1.8.tar.gz | 3 --- click-log-0.3.2.tar.gz | 3 +++ python-click-log.changes | 5 +++++ python-click-log.spec | 7 ++++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 click-log-0.1.8.tar.gz create mode 100644 click-log-0.3.2.tar.gz diff --git a/click-log-0.1.8.tar.gz b/click-log-0.1.8.tar.gz deleted file mode 100644 index 8f60684..0000000 --- a/click-log-0.1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57271008c12e2dc16d413373bedd7fd3ff17c57434e168650dc27dfb9c743392 -size 9277 diff --git a/click-log-0.3.2.tar.gz b/click-log-0.3.2.tar.gz new file mode 100644 index 0000000..63f77ba --- /dev/null +++ b/click-log-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16fd1ca3fc6b16c98cea63acf1ab474ea8e676849dc669d86afafb0ed7003124 +size 9523 diff --git a/python-click-log.changes b/python-click-log.changes index cb027e2..b7ad2e0 100644 --- a/python-click-log.changes +++ b/python-click-log.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 4 07:04:11 UTC 2018 - dmacvicar@suse.de + +- Update to 0.3.2 + ------------------------------------------------------------------- Fri Jun 30 17:38:38 UTC 2017 - aloisio@gmx.com diff --git a/python-click-log.spec b/python-click-log.spec index b8fad0a..3195a54 100644 --- a/python-click-log.spec +++ b/python-click-log.spec @@ -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,7 +18,7 @@ %{?!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 @@ -52,7 +52,8 @@ rm -rf click_log.egg-info %files %{python_files} %defattr(-,root,root,-) -%doc README.rst LICENSE +%doc README.rst +%license LICENSE %{python_sitelib}/* %changelog 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 2/2] 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}/*