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:           Wed May 27 14:56:16 UTC 2020

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

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


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

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.6 pkgsrc/sysutils/py-supervisor/Makefile:1.7
--- pkgsrc/sysutils/py-supervisor/Makefile:1.6  Mon Mar  2 20:33:30 2020
+++ pkgsrc/sysutils/py-supervisor/Makefile      Wed May 27 14:56:15 2020
@@ -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/}
Index: pkgsrc/sysutils/py-supervisor/distinfo
diff -u pkgsrc/sysutils/py-supervisor/distinfo:1.6 pkgsrc/sysutils/py-supervisor/distinfo:1.7
--- pkgsrc/sysutils/py-supervisor/distinfo:1.6  Mon Mar  2 20:33:30 2020
+++ pkgsrc/sysutils/py-supervisor/distinfo      Wed May 27 14:56:16 2020
@@ -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

Index: pkgsrc/sysutils/py-supervisor/PLIST
diff -u pkgsrc/sysutils/py-supervisor/PLIST:1.2 pkgsrc/sysutils/py-supervisor/PLIST:1.3
--- pkgsrc/sysutils/py-supervisor/PLIST:1.2     Mon Mar  2 20:33:30 2020
+++ pkgsrc/sysutils/py-supervisor/PLIST Wed May 27 14:56:16 2020
@@ -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/e
 ${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_web.p
 ${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



Home | Main Index | Thread Index | Old Index