summaryrefslogtreecommitdiff
path: root/sysutils/py-supervisor
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-07-20 17:43:02 +0000
committeradam <adam@pkgsrc.org>2017-07-20 17:43:02 +0000
commit589119ea63d2e3ff9d71cba5f9702a3dddb43b94 (patch)
tree12b8d2389552514a32597ab00eecb0de68542897 /sysutils/py-supervisor
parentdcb2ad9bec0ac109e3dc66b80f4dec0deee8a3d7 (diff)
downloadpkgsrc-589119ea63d2e3ff9d71cba5f9702a3dddb43b94.tar.gz
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 (limited to 'sysutils/py-supervisor')
-rw-r--r--sysutils/py-supervisor/Makefile6
-rw-r--r--sysutils/py-supervisor/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/py-supervisor/Makefile b/sysutils/py-supervisor/Makefile
index e930b1397e3..fd32559a9b1 100644
--- a/sysutils/py-supervisor/Makefile
+++ b/sysutils/py-supervisor/Makefile
@@ -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 @@ HOMEPAGE= http://supervisord.org/
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 --git a/sysutils/py-supervisor/distinfo b/sysutils/py-supervisor/distinfo
index ea26ba42d50..9d22e19ed22 100644
--- a/sysutils/py-supervisor/distinfo
+++ b/sysutils/py-supervisor/distinfo
@@ -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