pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-supervisor py-supervisor: updated to 3.3.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9b3f6bec2fb
branches:  trunk
changeset: 317502:f9b3f6bec2fb
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 08 09:42:26 2019 +0000

description:
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.

diffstat:

 sysutils/py-supervisor/Makefile |   8 ++++----
 sysutils/py-supervisor/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (43 lines):

diff -r 81959ed8cf2a -r f9b3f6bec2fb sysutils/py-supervisor/Makefile
--- a/sysutils/py-supervisor/Makefile   Tue Jan 08 09:39:24 2019 +0000
+++ b/sysutils/py-supervisor/Makefile   Tue Jan 08 09:42:26 2019 +0000
@@ -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 @@
 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
diff -r 81959ed8cf2a -r f9b3f6bec2fb sysutils/py-supervisor/distinfo
--- a/sysutils/py-supervisor/distinfo   Tue Jan 08 09:39:24 2019 +0000
+++ b/sysutils/py-supervisor/distinfo   Tue Jan 08 09:42:26 2019 +0000
@@ -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