Hello community,
here is the log from the commit of package python-Logbook for
openSUSE:Leap:15.2 checked in at 2020-05-13 13:48:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-Logbook (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-Logbook.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Logbook"
Wed May 13 13:48:02 2020 rev:11 rq:776313 version:1.5.3
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-Logbook/python-Logbook.changes
2020-01-15 15:46:05.615345667 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-Logbook.new.2738/python-Logbook.changes
2020-05-13 13:48:05.129404574 +0200
@@ -1,0 +2,40 @@
+Wed Jan 15 10:46:40 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 1.5.3
+ * Remove usage of deprecated collections API
+
+-------------------------------------------------------------------
+Tue Sep 24 09:17:59 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.5.2:
+ * Added support for asyncio and contextvars
+
+-------------------------------------------------------------------
+Sat Sep 14 15:30:16 UTC 2019 - John Vandenberg <[email protected]>
+
+- Use python_expand in %build to allow building only a single flavour
+
+-------------------------------------------------------------------
+Tue Mar 5 16:39:48 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to version 1.4.3:
+ * Use correct record delimiters (null for UNIX, newline for network) in
SyslogHandler (thanks Jonathan Kamens)
+ * Try to reconnect to SyslogHandler TCP sockets when they are disconnected
(thanks Jonathan Kamens)
+ * Use RFC 5424 format for networking logging in SyslogHandler (thanks
Jonathan Kamens)
+ * Fixed deprecated regular expression pattern (thanks Tsuyoshi Hombashi)
+ * Fixed TimedRotatingFileHandler rotation (thanks Tucker Beck)
+
+-------------------------------------------------------------------
+Fri Aug 10 13:23:32 UTC 2018 - [email protected]
+
+- Update to Version 1.4.0
+ * Added support for checking if trace logs have been emitted in TestHandler
(thanks @thedrow)
+ * Added support for controlling rotating file names -- Logbook now allows
users to
+ customize the formatting of rollover/rotating files (thanks Tucker Beck)
+ * Added support for compressed log files, supporting both gzip and brotli
compression
+ methods (thanks Maor Marcus)
+ * Fixed CPU usage for queuing handlers (thanks Adam Urbańczyk)
+- Remove cleanup of tests/*.pyc files and tests/__pycache__ from downloaded
source code
+- Fully enable tests
+- Add cython build of _speedups.c for each python version
+-------------------------------------------------------------------
Old:
----
Logbook-1.1.0.tar.gz
New:
----
Logbook-1.5.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Logbook.spec ++++++
--- /var/tmp/diff_new_pack.rMom3B/_old 2020-05-13 13:48:05.545405469 +0200
+++ /var/tmp/diff_new_pack.rMom3B/_new 2020-05-13 13:48:05.549405478 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-Logbook
#
-# Copyright (c) 2017 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
@@ -12,44 +12,44 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-# Tests require a network connection
-%bcond_with test
Name: python-Logbook
-Version: 1.1.0
+Version: 1.5.3
Release: 0
Summary: A logging replacement for Python
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: https://github.com/getlogbook/logbook
+URL: https://github.com/getlogbook/logbook
Source:
https://files.pythonhosted.org/packages/source/L/Logbook/Logbook-%{version}.tar.gz
-BuildRequires: fdupes
-BuildRequires: python-rpm-macros
+BuildRequires: %{python_module Brotli}
BuildRequires: %{python_module Cython}
-BuildRequires: %{python_module devel}
-BuildRequires: %{python_module setuptools}
-%if %{with test}
BuildRequires: %{python_module Jinja2}
BuildRequires: %{python_module SQLAlchemy}
+BuildRequires: %{python_module devel}
BuildRequires: %{python_module execnet >= 1.0.9}
BuildRequires: %{python_module gevent}
-BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module pytest >= 4.0}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pyzmq}
BuildRequires: %{python_module redis}
+BuildRequires: %{python_module setuptools}
+BuildRequires: dos2unix
+BuildRequires: fdupes
BuildRequires: python-mock
-%endif
+BuildRequires: python-rpm-macros
+BuildRequires: redis
+BuildRequires: util-linux
Recommends: python-Jinja2
Recommends: python-SQLAlchemy
Recommends: python-execnet >= 1.0.9
Recommends: python-gevent
-Recommends: python-redis
Recommends: python-pyzmq
-
+Recommends: python-redis
%python_subpackages
%description
@@ -57,27 +57,29 @@
%prep
%setup -q -n Logbook-%{version}
-sed -i 's/\r$//' LICENSE
-rm tests/*.pyc
-rm -r tests/__pycache__
+dos2unix LICENSE
%build
-export CFLAGS="%{optflags}"
-%python_build
+export CFLAGS="%{optflags} -fno-strict-aliasing"
+%{python_expand cython-%{$python_version} logbook/_speedups.pyx
+%{$python_build}
+rm logbook/_speedups.c
+}
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
-%if %{with test}
%check
export CFLAGS="%{optflags}"
-%python_exec setup.py test
-%endif
+%{_sbindir}/redis-server &
+# test_asyncio_context_management seems to fail in OBS
+%pytest -k 'not test_asyncio_context_management'
+kill %%1
%files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGES LICENSE
+%license LICENSE
+%doc CHANGES
%{python_sitearch}/*
%changelog
++++++ Logbook-1.1.0.tar.gz -> Logbook-1.5.3.tar.gz ++++++
++++ 11776 lines of diff (skipped)