forked from pool/python-Logbook
- 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) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
92530f0c2a
commit
3d9f5feac9
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Logbook
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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
|
||||
@@ -12,13 +12,13 @@
|
||||
# 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-%{**}}
|
||||
Name: python-Logbook
|
||||
Version: 1.4.0
|
||||
Version: 1.4.3
|
||||
Release: 0
|
||||
Summary: A logging replacement for Python
|
||||
License: BSD-3-Clause
|
||||
@@ -59,7 +59,7 @@ An alternative logging implementation for python.
|
||||
sed -i 's/\r$//' LICENSE
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||
cython-%{python2_version} logbook/_speedups.pyx
|
||||
%python2_build
|
||||
rm logbook/_speedups.c
|
||||
|
Reference in New Issue
Block a user