pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/py-supervisor



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul 20 17:43:02 UTC 2017

Modified Files:
        pkgsrc/sysutils/py-supervisor: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/py-supervisor/Makefile \
    pkgsrc/sysutils/py-supervisor/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-supervisor/Makefile
diff -u pkgsrc/sysutils/py-supervisor/Makefile:1.1 pkgsrc/sysutils/py-supervisor/Makefile:1.2
--- pkgsrc/sysutils/py-supervisor/Makefile:1.1  Fri Apr 28 14:52:29 2017
+++ pkgsrc/sysutils/py-supervisor/Makefile      Thu Jul 20 17:43:02 2017
@@ -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
 
Index: pkgsrc/sysutils/py-supervisor/distinfo
diff -u pkgsrc/sysutils/py-supervisor/distinfo:1.1 pkgsrc/sysutils/py-supervisor/distinfo:1.2
--- pkgsrc/sysutils/py-supervisor/distinfo:1.1  Fri Apr 28 14:52:29 2017
+++ pkgsrc/sysutils/py-supervisor/distinfo      Thu Jul 20 17:43:02 2017
@@ -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