py-logbook: updated to 1.4.3

Version 1.4.3
- Fixed Pypi release for 1.4.2

Version 1.4.2
- Use correct record delimiters (null for UNIX, newline for network) in SyslogHandler
- Try to reconnect to SyslogHandler TCP sockets when they are disconnected
- Use RFC 5424 format for networking logging in SyslogHandler
This commit is contained in:
adam 2019-01-22 10:36:24 +00:00
parent c9f1b336b5
commit 251907efcf
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2018/10/15 08:59:11 adam Exp $
# $NetBSD: Makefile,v 1.4 2019/01/22 10:36:24 adam Exp $
DISTNAME= Logbook-1.4.1
DISTNAME= Logbook-1.4.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=L/Logbook/}

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2018/10/15 08:59:12 adam Exp $
$NetBSD: distinfo,v 1.4 2019/01/22 10:36:24 adam Exp $
SHA1 (Logbook-1.4.1.tar.gz) = 978de9537f0907e00f6dc37556cf0b07963bd7f5
RMD160 (Logbook-1.4.1.tar.gz) = f15f90da5ebbd052ac29ffc2205c29f6e0a4f9fb
SHA512 (Logbook-1.4.1.tar.gz) = 2de0f67270cc6be54f9d26a5967dda37da57bd7d83af7404832ea7a23fd484eac324850cdd3ebec7147d831328eb84573adea9c9ee96d906c7d3445aa024b5f5
Size (Logbook-1.4.1.tar.gz) = 84599 bytes
SHA1 (Logbook-1.4.3.tar.gz) = 950414e1fe38d7570f1756f9c47c0cd15b7a69d2
RMD160 (Logbook-1.4.3.tar.gz) = c22699437dcc02363652703f5792896138f9a1e8
SHA512 (Logbook-1.4.3.tar.gz) = e029798635eef8c92557a76d906368295d4a7a74dce4ab5cfb91676479f54f346be09297c1da1a90cb2d50d42363f33ed36854ec32ab56b27e6ef724dee87fc6
Size (Logbook-1.4.3.tar.gz) = 85559 bytes