py-supervisor: updated to 4.2.4

4.2.4 (2021-12-30)

Fixed a bug where the --identifier command line argument was ignored. It was broken since at least 3.0a7 (released in 2009) and probably earlier. Patch by Julien Le Cléach.

4.2.3 (2021-12-27)

Fixed a race condition where an rpcinterface extension that subscribed to events would not see the correct process state if it accessed the the state attribute on a Subprocess instance immediately in the event callback. Patch by Chao Wang.
Added the setuptools package to the list of dependencies in setup.py because it is a runtime dependency. Patch by Louis Sautier.
The web interface will now return a 404 Not Found response if a log file is missing. Previously, it would return 410 Gone. It was changed because 410 is intended to mean that the condition is likely to be permanent. A log file missing is usually temporary, e.g. a process that was never started will not have a log file but will have one as soon as it is started.
This commit is contained in:
adam 2021-12-31 13:28:23 +00:00
parent 3dd7e6267e
commit bb81bf9232
3 changed files with 18 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 2021/02/27 09:59:54 adam Exp $
# $NetBSD: Makefile,v 1.10 2021/12/31 13:28:23 adam Exp $
DISTNAME= supervisor-4.2.2
DISTNAME= supervisor-4.2.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/supervisor/}
@ -10,6 +10,8 @@ HOMEPAGE= http://supervisord.org/
COMMENT= System for controlling process state under UNIX
LICENSE= original-bsd
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == 27
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2021/02/27 09:59:54 adam Exp $
@comment $NetBSD: PLIST,v 1.5 2021/12/31 13:28:23 adam Exp $
bin/echo_supervisord_conf-${PYVERSSUFFIX}
bin/pidproxy-${PYVERSSUFFIX}
bin/supervisorctl-${PYVERSSUFFIX}
@ -143,13 +143,19 @@ ${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-1483a.conf
${PYSITELIB}/supervisor/tests/fixtures/issue-1483b.conf
${PYSITELIB}/supervisor/tests/fixtures/issue-1483c.conf
${PYSITELIB}/supervisor/tests/fixtures/issue-291a.conf
${PYSITELIB}/supervisor/tests/fixtures/issue-550.conf
${PYSITELIB}/supervisor/tests/fixtures/issue-565.conf
${PYSITELIB}/supervisor/tests/fixtures/issue-638.conf
${PYSITELIB}/supervisor/tests/fixtures/issue-663.conf
${PYSITELIB}/supervisor/tests/fixtures/issue-664.conf
${PYSITELIB}/supervisor/tests/fixtures/issue-733.conf
${PYSITELIB}/supervisor/tests/fixtures/issue-835.conf
${PYSITELIB}/supervisor/tests/fixtures/issue-836.conf
${PYSITELIB}/supervisor/tests/fixtures/issue-986.conf
${PYSITELIB}/supervisor/tests/fixtures/listener.py
${PYSITELIB}/supervisor/tests/fixtures/listener.pyc
${PYSITELIB}/supervisor/tests/fixtures/listener.pyo
@ -195,6 +201,9 @@ ${PYSITELIB}/supervisor/tests/test_loggers.pyo
${PYSITELIB}/supervisor/tests/test_options.py
${PYSITELIB}/supervisor/tests/test_options.pyc
${PYSITELIB}/supervisor/tests/test_options.pyo
${PYSITELIB}/supervisor/tests/test_pidproxy.py
${PYSITELIB}/supervisor/tests/test_pidproxy.pyc
${PYSITELIB}/supervisor/tests/test_pidproxy.pyo
${PYSITELIB}/supervisor/tests/test_poller.py
${PYSITELIB}/supervisor/tests/test_poller.pyc
${PYSITELIB}/supervisor/tests/test_poller.pyo

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2021/10/26 11:20:05 nia Exp $
$NetBSD: distinfo,v 1.12 2021/12/31 13:28:23 adam Exp $
BLAKE2s (supervisor-4.2.2.tar.gz) = 9cecf8dbd2ca11221bd7374ffdefddd15641347bd855c80db7df5305e68a75e8
SHA512 (supervisor-4.2.2.tar.gz) = f787206e6c6a5d3dfc4284974a4a87cbcaeac0c705afb2b8eae53f066413bd9e68095c5309e29625e01469a4748613370e1ac0d7be84b9d72c3623244bdd2eb3
Size (supervisor-4.2.2.tar.gz) = 463657 bytes
BLAKE2s (supervisor-4.2.4.tar.gz) = c8a19aa91e3a71955cf8e011c2602465bf6aab6c3a8dde40775df100d906ef52
SHA512 (supervisor-4.2.4.tar.gz) = 38c55aeadb8664337b667aad891a3a2134ae4af88e90d636054e6be9aebc8a3ef87d79d15fcafd2b9966af562deeedc96ac3730bde9439dde30208f0a874f2d7
Size (supervisor-4.2.4.tar.gz) = 465151 bytes