Hello community,

here is the log from the commit of package python-logzero for openSUSE:Factory 
checked in at 2020-11-07 21:01:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-logzero (Old)
 and      /work/SRC/openSUSE:Factory/.python-logzero.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-logzero"

Sat Nov  7 21:01:50 2020 rev:7 rq:846546 version:1.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-logzero/python-logzero.changes    
2019-04-08 20:53:18.098558031 +0200
+++ /work/SRC/openSUSE:Factory/.python-logzero.new.11331/python-logzero.changes 
2020-11-07 21:03:27.237829233 +0100
@@ -1,0 +2,13 @@
+Fri Oct 30 21:38:58 UTC 2020 - Sebastian Wagner <[email protected]>
+
+- update to version 1.6.2:
+ - no changelog available
+- update to version 1.6.0:
+ - JSON logging support ([PR 344][])
+ - Ability to easily change colors ([\#82][])
+ - Allow creating a root logger ([\#342][])
+ - Bugfix: file logging with lower loglevel than stream ([PR 338][])
+ - Running tests with Python up to 3.9
+ - Dependency updates
+
+-------------------------------------------------------------------

Old:
----
  logzero-1.5.0.tar.gz

New:
----
  logzero-1.6.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-logzero.spec ++++++
--- /var/tmp/diff_new_pack.ItiHDC/_old  2020-11-07 21:03:27.797828342 +0100
+++ /var/tmp/diff_new_pack.ItiHDC/_new  2020-11-07 21:03:27.801828335 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-logzero
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # 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-logzero
-Version:        1.5.0
+Version:        1.6.2
 Release:        0
 Summary:        A logging module for Python
 License:        MIT
@@ -33,19 +33,31 @@
 # SECTION test requirements
 BuildRequires:  %{python_module pytest}
 # /SECTION
+BuildRequires:  python3-Sphinx
 %python_subpackages
 
+%package -n python-logzero-doc
+Summary:        Documentation files for %name
+Group:          Development/Languages/Python
+
 %description
 * Logs to console and/or file.
 * Pretty formatting, including level-specific colors in the console.
 * Robust against str/bytes encoding problems, works with all kinds of 
character encodings and special characters.
 * Heavily inspired by the Tornado web framework.
 
+%description -n python-logzero-doc
+Documentation files for %name.
+
 %prep
 %setup -q -n logzero-%{version}
 
 %build
 %python_build
+pushd docs
+make html
+rm _build/html/.buildinfo
+popd
 
 %install
 %python_install
@@ -56,8 +68,11 @@
 %python_exec setup.py test
 
 %files %{python_files}
-%doc AUTHORS.rst README.rst HISTORY.rst
+%doc README.md HISTORY.md
 %%license LICENSE
 %{python_sitelib}/*
 
+%files -n python-logzero-doc
+%doc docs/_build/html
+
 %changelog

++++++ logzero-1.5.0.tar.gz -> logzero-1.6.2.tar.gz ++++++
++++ 2747 lines of diff (skipped)


Reply via email to