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:   wiz
Date:           Sun Aug 24 16:21:55 UTC 2025

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

Log Message:
py-supervisor: update to 4.3.0.

4.3.0 (2025-08-23)
------------------

- Fixed a bug where the poller would not unregister a closed
  file descriptor under some circumstances, which caused excessive
  polling, resulting in higher CPU usage.  Patch by aftersnow.

- Fixed a bug where restarting ``supervisord`` may have failed with
  the message ``Error: Another program is already listening
  on a port that one of our HTTP servers is configured to use.``
  if an HTTP request was made during restart.  Patch by Julien Le Cléach.

- Fixed a unit test that failed only on Python 3.13.  Only test code was
  changed; no changes to ``supervisord`` itself.  Patch by Colin Watson.

- On Python 3.8 and later, ``setuptools`` is no longer a runtime
  dependency.  Patch by Ofek Lev.

- On Python versions before 3.8, ``setuptools`` is still a runtime
  dependency (for ``pkg_resources``) but it is no longer declared in
  ``setup.py`` as such.  This is because adding a conditional dependency
  with an environment marker (``setuptools; python_version < '3.8'``)
  breaks installation in some scenarios, e.g. ``setup.py install`` or
  older versions of ``pip``.  Ensure that ``setuptools`` is installed
  if using Python before 3.8.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/py-supervisor/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/py-supervisor/PLIST
cvs rdiff -u -r1.14 -r1.15 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.17 pkgsrc/sysutils/py-supervisor/Makefile:1.18
--- pkgsrc/sysutils/py-supervisor/Makefile:1.17 Mon Apr 14 07:33:49 2025
+++ pkgsrc/sysutils/py-supervisor/Makefile      Sun Aug 24 16:21:55 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2025/04/14 07:33:49 adam Exp $
+# $NetBSD: Makefile,v 1.18 2025/08/24 16:21:55 wiz Exp $
 
-DISTNAME=      supervisor-4.2.5
+DISTNAME=      supervisor-4.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/supervisor/}
 

Index: pkgsrc/sysutils/py-supervisor/PLIST
diff -u pkgsrc/sysutils/py-supervisor/PLIST:1.7 pkgsrc/sysutils/py-supervisor/PLIST:1.8
--- pkgsrc/sysutils/py-supervisor/PLIST:1.7     Mon Apr 14 07:33:49 2025
+++ pkgsrc/sysutils/py-supervisor/PLIST Sun Aug 24 16:21:55 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2025/04/14 07:33:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/08/24 16:21:55 wiz Exp $
 bin/echo_supervisord_conf-${PYVERSSUFFIX}
 bin/pidproxy-${PYVERSSUFFIX}
 bin/supervisorctl-${PYVERSSUFFIX}
@@ -145,6 +145,7 @@ ${PYSITELIB}/supervisor/tests/fixtures/i
 ${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-1596.conf
 ${PYSITELIB}/supervisor/tests/fixtures/issue-291a.conf
 ${PYSITELIB}/supervisor/tests/fixtures/issue-550.conf
 ${PYSITELIB}/supervisor/tests/fixtures/issue-565.conf

Index: pkgsrc/sysutils/py-supervisor/distinfo
diff -u pkgsrc/sysutils/py-supervisor/distinfo:1.14 pkgsrc/sysutils/py-supervisor/distinfo:1.15
--- pkgsrc/sysutils/py-supervisor/distinfo:1.14 Wed Jul 19 12:48:21 2023
+++ pkgsrc/sysutils/py-supervisor/distinfo      Sun Aug 24 16:21:55 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2023/07/19 12:48:21 wiz Exp $
+$NetBSD: distinfo,v 1.15 2025/08/24 16:21:55 wiz Exp $
 
-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
+BLAKE2s (supervisor-4.3.0.tar.gz) = 5cd1a1dd27684e00fbaae27fe41eab51c692230693be8252380324d46577808e
+SHA512 (supervisor-4.3.0.tar.gz) = 1f781533f95f856baccf0959af47a4c62cc197f0b2cb8ccc35bca8f1406fdb0b5f996262e5d31442f3bb73fd31847621361ffc5b9008cb6b7226c7c3adc4ff9f
+Size (supervisor-4.3.0.tar.gz) = 468912 bytes
 SHA1 (patch-supervisor_skel_sample.conf) = c117955f4e2f0bcde3bf0adcad20de07c3031e9b



Home | Main Index | Thread Index | Old Index