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: Tue Jan 8 09:42:26 UTC 2019
Modified Files:
pkgsrc/sysutils/py-supervisor: Makefile distinfo
Log Message:
py-supervisor: updated to 3.3.5
3.3.5:
Fixed a race condition where supervisord would cancel a shutdown already in progress if it received SIGHUP. Now, supervisord will ignore SIGHUP if shutdown is already in progress.
Fixed a bug where searching for a relative command ignored changes to PATH made in environment=.
childutils.ProcessCommunicationsProtocol now does an explit flush() after writing to stdout.
A more descriptive error message is now emitted if a name in the config file contains a disallowed character.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/sysutils/py-supervisor/Makefile:1.5
--- pkgsrc/sysutils/py-supervisor/Makefile:1.4 Mon Feb 26 09:11:47 2018
+++ pkgsrc/sysutils/py-supervisor/Makefile Tue Jan 8 09:42:26 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/02/26 09:11:47 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/01/08 09:42:26 adam Exp $
-DISTNAME= supervisor-3.3.4
+DISTNAME= supervisor-3.3.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/supervisor/}
@@ -11,13 +11,13 @@ COMMENT= System for controlling process
LICENSE= original-bsd
DEPENDS+= ${PYPKGPREFIX}-meld3>=0.6.5:../../www/py-meld3
-# TEST_DEPENDS
-BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
# as of 3.3.1, explicitly only supports 2.x
PYTHON_VERSIONS_ACCEPTED= 27
REPLACE_PYTHON+= supervisor/scripts/*.py
+
SUBST_CLASSES+= python
SUBST_SED.python+= -e "s,<<PYTHON>>,${PYTHONBIN},"
SUBST_FILES.python+= supervisor/tests/fixtures/*.py
Index: pkgsrc/sysutils/py-supervisor/distinfo
diff -u pkgsrc/sysutils/py-supervisor/distinfo:1.4 pkgsrc/sysutils/py-supervisor/distinfo:1.5
--- pkgsrc/sysutils/py-supervisor/distinfo:1.4 Mon Feb 26 09:11:47 2018
+++ pkgsrc/sysutils/py-supervisor/distinfo Tue Jan 8 09:42:26 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/02/26 09:11:47 adam Exp $
+$NetBSD: distinfo,v 1.5 2019/01/08 09:42:26 adam Exp $
-SHA1 (supervisor-3.3.4.tar.gz) = be3db68b6a7f95b38c5659b1635ac9a482308d6a
-RMD160 (supervisor-3.3.4.tar.gz) = f4306256bb3114f4165f0ac163e2f6f841bb96a1
-SHA512 (supervisor-3.3.4.tar.gz) = fab141b52a548a3efd26f175798b1b8fbb46ce465aa48c3281cb80584b829ecef90ae1355e4106632d13c84363ae03f081d69fb4148303ff387ab7d4e778d21a
-Size (supervisor-3.3.4.tar.gz) = 419794 bytes
+SHA1 (supervisor-3.3.5.tar.gz) = ac5c766e7446dbf2911bd080e11b6b93cf72738c
+RMD160 (supervisor-3.3.5.tar.gz) = 17a597a23d121f9c830a0104add78540d97e6a55
+SHA512 (supervisor-3.3.5.tar.gz) = 66c43d40c216e5c3120e083407c848295fa1e59d6d9da916a4bae5c37d4d13208c3bf7c0c8b8a5d570270eb44fac0b1bbcceddb2e84e4f3fc1b6241b43116af7
+Size (supervisor-3.3.5.tar.gz) = 421220 bytes
Home |
Main Index |
Thread Index |
Old Index