Hello community,
here is the log from the commit of package python-verboselogs for
openSUSE:Factory checked in at 2018-07-31 16:01:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-verboselogs (Old)
and /work/SRC/openSUSE:Factory/.python-verboselogs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-verboselogs"
Tue Jul 31 16:01:12 2018 rev:2 rq:626384 version:1.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-verboselogs/python-verboselogs.changes
2018-06-02 11:59:27.363919214 +0200
+++
/work/SRC/openSUSE:Factory/.python-verboselogs.new/python-verboselogs.changes
2018-07-31 16:01:13.311732103 +0200
@@ -1,0 +2,5 @@
+Sun Jul 29 12:19:49 UTC 2018 - [email protected]
+
+- Remove personal opinions from description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-verboselogs.spec ++++++
--- /var/tmp/diff_new_pack.JMKezv/_old 2018-07-31 16:01:13.783732906 +0200
+++ /var/tmp/diff_new_pack.JMKezv/_new 2018-07-31 16:01:13.783732906 +0200
@@ -13,16 +13,17 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-verboselogs
Version: 1.7
Release: 0
-License: MIT
Summary: Verbose logging level for Python's logging module
-Url: https://verboselogs.readthedocs.io
+License: MIT
Group: Development/Languages/Python
+Url: https://verboselogs.readthedocs.io
Source:
https://files.pythonhosted.org/packages/source/v/verboselogs/verboselogs-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
@@ -30,9 +31,9 @@
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module mock >= 1.0.1}
+BuildRequires: %{python_module pylint}
BuildRequires: %{python_module pytest >= 2.6.1}
BuildRequires: %{python_module pytest-cov >= 2.2.1}
-BuildRequires: %{python_module pylint}
# /SECTION
Recommends: python-pylint
BuildArch: noarch
@@ -47,10 +48,7 @@
- The NOTICE level sits between the predefined WARNING and INFO levels.
- The SPAM level sits between the predefined DEBUG and NOTSET levels.
-The code to do this is simple and short, but I still don't want to copy/paste
-it to every project I'm working on, hence this package. It's currently tested
-on Python 2.6, 2.7, 3.4, 3.5 and PyPy.
-
+It is currently tested on Python 2.6, 2.7, 3.4, 3.5 and PyPy.
%prep
%setup -q -n verboselogs-%{version}