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 4.2.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/d18e3640226b
branches: trunk
changeset: 390788:d18e3640226b
user: adam <adam%pkgsrc.org@localhost>
date: Thu Dec 29 12:35:41 2022 +0000
description:
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.
diffstat:
sysutils/py-supervisor/Makefile | 5 ++---
sysutils/py-supervisor/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 491f5f8178ca -r d18e3640226b sysutils/py-supervisor/Makefile
--- a/sysutils/py-supervisor/Makefile Thu Dec 29 11:01:33 2022 +0000
+++ b/sysutils/py-supervisor/Makefile Thu Dec 29 12:35:41 2022 +0000
@@ -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/}
diff -r 491f5f8178ca -r d18e3640226b sysutils/py-supervisor/distinfo
--- a/sysutils/py-supervisor/distinfo Thu Dec 29 11:01:33 2022 +0000
+++ b/sysutils/py-supervisor/distinfo Thu Dec 29 12:35:41 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index