pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/py-supervisor 3.3.2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/4bd1f68e70a2
branches: trunk
changeset: 365579:4bd1f68e70a2
user: adam <adam%pkgsrc.org@localhost>
date: Thu Jul 20 17:43:02 2017 +0000
description:
3.3.2:
Fixed a bug introduced in 3.3.0 where the supervisorctl reload command would crash supervisord with the error OSError: [Errno 9] Bad file descriptor if the kqueue poller was used. Patch by Jared
Suttles.
Fixed a bug introduced in 3.3.0 where supervisord could get stuck in a polling loop after the web interface was used, causing high CPU usage. Patch by Jared Suttles.
Fixed a bug where if supervisord attempted to start but aborted due to another running instance of supervisord with the same config, the pidfile of the running instance would be deleted. Patch by
coldnight.
Fixed a bug where supervisorctl fg would swallow most XML-RPC faults. fg now prints the fault and exits.
Parsing the config file will now fail with an error message if a process or group name contains a forward slash character (/) since it would break the URLs used by the web interface.
supervisorctl reload now shows an error message if an argument is given. Patch by Joel Krauska.
supervisorctl commands avail, reread, and version now show an error message if an argument is given.
diffstat:
sysutils/py-supervisor/Makefile | 6 +++---
sysutils/py-supervisor/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r 3be58a8c1324 -r 4bd1f68e70a2 sysutils/py-supervisor/Makefile
--- a/sysutils/py-supervisor/Makefile Thu Jul 20 17:23:16 2017 +0000
+++ b/sysutils/py-supervisor/Makefile Thu Jul 20 17:43:02 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/04/28 14:52:29 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/07/20 17:43:02 adam Exp $
-DISTNAME= supervisor-3.3.1
+DISTNAME= supervisor-3.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_PYPI:=s/supervisor/}
@@ -10,7 +10,7 @@
COMMENT= System for controlling process state under UNIX
LICENSE= original-bsd
-DEPENDS+= ${PYPKGPREFIX}-meld3-[0-9]*:../../www/py-meld3
+DEPENDS+= ${PYPKGPREFIX}-meld3>=0.6.5:../../www/py-meld3
# TEST_DEPENDS
BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
diff -r 3be58a8c1324 -r 4bd1f68e70a2 sysutils/py-supervisor/distinfo
--- a/sysutils/py-supervisor/distinfo Thu Jul 20 17:23:16 2017 +0000
+++ b/sysutils/py-supervisor/distinfo Thu Jul 20 17:43:02 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/04/28 14:52:29 wiz Exp $
+$NetBSD: distinfo,v 1.2 2017/07/20 17:43:02 adam Exp $
-SHA1 (supervisor-3.3.1.tar.gz) = d8dc4e7a091301cef1a212ac8ea9c12e3d157e29
-RMD160 (supervisor-3.3.1.tar.gz) = 01f6e5f847b9e4513cd801f78c3e48780832a1d7
-SHA512 (supervisor-3.3.1.tar.gz) = e67d4e7b01f6f98a595e7524c5318e780b422a7f8f932f205c6a4d74c3c9e058b265b1732e944e5b467daa6ceffde7d1aae1f1af12c2b7c53728739edb10f740
-Size (supervisor-3.3.1.tar.gz) = 415246 bytes
+SHA1 (supervisor-3.3.2.tar.gz) = bfdaf044341692a385e95cd31ccbe598a1c7be13
+RMD160 (supervisor-3.3.2.tar.gz) = 902d8c77b0ee43e7714ad436798eefe9eed04238
+SHA512 (supervisor-3.3.2.tar.gz) = 959f045d8da5a263a6990fdc4a93154684c74cca5f49aeb733b86da046a8a3a56981062d16f0ab8177c0e0bb41f137c62e1ae6a52582e76bbe0adb2b8185202c
+Size (supervisor-3.3.2.tar.gz) = 417348 bytes
Home |
Main Index |
Thread Index |
Old Index