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:           Thu Dec 29 12:35:42 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/py-supervisor/Makefile \
    pkgsrc/sysutils/py-supervisor/distinfo

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.12 pkgsrc/sysutils/py-supervisor/Makefile:1.13
--- pkgsrc/sysutils/py-supervisor/Makefile:1.12 Wed Jan  5 15:41:22 2022
+++ pkgsrc/sysutils/py-supervisor/Makefile      Thu Dec 29 12:35:41 2022
@@ -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/}
 
Index: pkgsrc/sysutils/py-supervisor/distinfo
diff -u pkgsrc/sysutils/py-supervisor/distinfo:1.12 pkgsrc/sysutils/py-supervisor/distinfo:1.13
--- pkgsrc/sysutils/py-supervisor/distinfo:1.12 Fri Dec 31 13:28:23 2021
+++ pkgsrc/sysutils/py-supervisor/distinfo      Thu Dec 29 12:35:41 2022
@@ -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