Skip to content

Update dependency supervisor to v4.3.0#25

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/supervisor-4.x
Open

Update dependency supervisor to v4.3.0#25
renovate[bot] wants to merge 1 commit intomainfrom
renovate/supervisor-4.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 13, 2023

This PR contains the following updates:

Package Change Age Confidence
supervisor (source, changelog) ==4.2.4==4.3.0 age confidence

Release Notes

Supervisor/supervisor (supervisor)

v4.3.0

Compare Source

  • 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.

v4.2.5

Compare Source

  • 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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/supervisor-4.x branch from f305411 to dadbeee Compare August 13, 2025 08:13
@renovate renovate bot force-pushed the renovate/supervisor-4.x branch from dadbeee to f1b26a8 Compare August 24, 2025 11:53
@renovate renovate bot changed the title Update dependency supervisor to v4.2.5 Update dependency supervisor to v4.3.0 Aug 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants