py-supervisor: updated to 4.2.5
4.2.5 (2022-12-23) ------------------ - Fixed a bug where the XML-RPC method ``supervisor.startProcess()`` would return 500 Internal Server Error instead of an XML-RPC fault response if the command could not be parsed. Patch by Julien Le Cléach. - Fixed a bug on Python 2.7 where a ``UnicodeDecodeError`` may have occurred when using the web interface. Patch by Vinay Sajip. - Removed use of ``urllib.parse`` functions ``splithost``, ``splitport``, and ``splittype`` deprecated in Python 3.8. - Removed use of ``asynchat`` and ``asyncore`` deprecated in Python 3.10. - The return value of the XML-RPC method ``supervisor.getAllConfigInfo()`` now includes the ``directory``, ``uid``, and ``serverurl`` of the program. Patch by Yellmean. - If a subprocess exits with a unexpected exit code (one not listed in ``exitcodes=`` in a ``[program:x]`` section) then the exit will now be logged at the ``WARN`` level instead of ``INFO``. Patch by Precy Lee. - ``supervisorctl shutdown`` now shows an error message if an argument is given. - File descriptors are now closed using the faster ``os.closerange()`` instead of calling ``os.close()`` in a loop. Patch by tyong920.
This commit is contained in:
parent
34a0ecac26
commit
1e0307d97f
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.12 2022/01/05 15:41:22 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2022/12/29 12:35:41 adam Exp $
|
||||
|
||||
DISTNAME= supervisor-4.2.4
|
||||
DISTNAME= supervisor-4.2.5
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=s/supervisor/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.12 2021/12/31 13:28:23 adam Exp $
|
||||
$NetBSD: distinfo,v 1.13 2022/12/29 12:35:41 adam Exp $
|
||||
|
||||
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
|
||||
BLAKE2s (supervisor-4.2.5.tar.gz) = 6cf1b0af6affab2adbb1c45e64b9368e77facf65e8db461926629a560b7a33f3
|
||||
SHA512 (supervisor-4.2.5.tar.gz) = ea80c8c91356646deccf20735e065fd9b341f3be6d56838d333989297a912b0a59142338925b2eb08690e038f0617814e03447673701a19093aa483432ce6d41
|
||||
Size (supervisor-4.2.5.tar.gz) = 466073 bytes
|
||||
|
|
Loading…
Reference in a new issue