Source-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 4.2.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/0f3697bb5ee2
branches: trunk
changeset: 432940:0f3697bb5ee2
user: adam <adam%pkgsrc.org@localhost>
date: Wed May 27 14:56:15 2020 +0000
description:
py-supervisor: updated to 4.2.0
4.2.0:
- When ``supervisord`` is run in the foreground, a new ``--silent`` option
suppresses the main log from being echoed to ``stdout`` as it normally
would.
- Parsing ``command=`` now supports a new expansion, ``%(numprocs)d``, that
expands to the value of ``numprocs=`` in the same section.
- Web UI buttons no longer use background images.
- The Web UI now has a link to view ``tail -f stderr`` for a process in
addition to the existing ``tail -f stdout`` link. Based on a
patch by OuroborosCoding.
- The HTTP server will now send an ``X-Accel-Buffering: no`` header in
logtail responses to fix Nginx proxy buffering.
- When ``supervisord`` reaps an unknown PID, it will now log a description
of the ``waitpid`` status.
- Fixed a bug introduced in 4.0.3 where ``supervisorctl tail -f foo | grep bar``
would fail with the error ``NoneType object has no attribute 'lower'``. This
only occurred on Python 2.7 and only when piped.
diffstat:
sysutils/py-supervisor/Makefile | 4 ++--
sysutils/py-supervisor/PLIST | 10 +++++-----
sysutils/py-supervisor/distinfo | 10 +++++-----
3 files changed, 12 insertions(+), 12 deletions(-)
diffs (58 lines):
diff -r f816147a57e0 -r 0f3697bb5ee2 sysutils/py-supervisor/Makefile
--- a/sysutils/py-supervisor/Makefile Wed May 27 14:53:46 2020 +0000
+++ b/sysutils/py-supervisor/Makefile Wed May 27 14:56:15 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/03/02 20:33:30 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/05/27 14:56:15 adam Exp $
-DISTNAME= supervisor-4.1.0
+DISTNAME= supervisor-4.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/supervisor/}
diff -r f816147a57e0 -r 0f3697bb5ee2 sysutils/py-supervisor/PLIST
--- a/sysutils/py-supervisor/PLIST Wed May 27 14:53:46 2020 +0000
+++ b/sysutils/py-supervisor/PLIST Wed May 27 14:56:15 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/03/02 20:33:30 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/05/27 14:56:16 adam Exp $
bin/echo_supervisord_conf-${PYVERSSUFFIX}
bin/pidproxy-${PYVERSSUFFIX}
bin/supervisorctl-${PYVERSSUFFIX}
@@ -136,7 +136,10 @@
${PYSITELIB}/supervisor/tests/fixtures/include.conf
${PYSITELIB}/supervisor/tests/fixtures/issue-1054.conf
${PYSITELIB}/supervisor/tests/fixtures/issue-1224.conf
-${PYSITELIB}/supervisor/tests/fixtures/issue-1231.conf
+${PYSITELIB}/supervisor/tests/fixtures/issue-1231a.conf
+${PYSITELIB}/supervisor/tests/fixtures/issue-1231b.conf
+${PYSITELIB}/supervisor/tests/fixtures/issue-1231c.conf
+${PYSITELIB}/supervisor/tests/fixtures/issue-1298.conf
${PYSITELIB}/supervisor/tests/fixtures/issue-565.conf
${PYSITELIB}/supervisor/tests/fixtures/issue-638.conf
${PYSITELIB}/supervisor/tests/fixtures/issue-663.conf
@@ -215,9 +218,6 @@
${PYSITELIB}/supervisor/tests/test_xmlrpc.py
${PYSITELIB}/supervisor/tests/test_xmlrpc.pyc
${PYSITELIB}/supervisor/tests/test_xmlrpc.pyo
-${PYSITELIB}/supervisor/ui/images/button_refresh.gif
-${PYSITELIB}/supervisor/ui/images/button_restart.gif
-${PYSITELIB}/supervisor/ui/images/button_stop.gif
${PYSITELIB}/supervisor/ui/images/icon.png
${PYSITELIB}/supervisor/ui/images/rule.gif
${PYSITELIB}/supervisor/ui/images/state0.gif
diff -r f816147a57e0 -r 0f3697bb5ee2 sysutils/py-supervisor/distinfo
--- a/sysutils/py-supervisor/distinfo Wed May 27 14:53:46 2020 +0000
+++ b/sysutils/py-supervisor/distinfo Wed May 27 14:56:15 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/03/02 20:33:30 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/05/27 14:56:16 adam Exp $
-SHA1 (supervisor-4.1.0.tar.gz) = 018a7250211f3a947f806be7fbe1ab6e9d639d35
-RMD160 (supervisor-4.1.0.tar.gz) = 1c3abbe97894c3ea946e48585736ae25f11ec69b
-SHA512 (supervisor-4.1.0.tar.gz) = 1ae343293707ebf33d0a0c0bda2c6cc78278e12737940a79e51b2365e7a20b07d9f5e50134ed2abbf8e7af1ebd8f1746002a159cde1cfc35e83fda0a77dae9c5
-Size (supervisor-4.1.0.tar.gz) = 459020 bytes
+SHA1 (supervisor-4.2.0.tar.gz) = f4f409c33771b1ac9954b3fd2d4ad092575b9f47
+RMD160 (supervisor-4.2.0.tar.gz) = c3938f714bc9aef35c94274d52d741297c1937b3
+SHA512 (supervisor-4.2.0.tar.gz) = 626d806f4b03be7cbff795afd1bdb3ff5ca5ecf44f035909ea1aa9360da9fa3047b2fe05543190bf1442f01dcdd403be19fcd907519bf7e26615900bc4bf9d0f
+Size (supervisor-4.2.0.tar.gz) = 456056 bytes
Home |
Main Index |
Thread Index |
Old Index