forked from pool/supervisor
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0998901749 | |||
| 3061f4929e |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34761bae1a23c58192281a5115fb07fbf22c9b0133c08166beffc70fed3ebc12
|
||||
size 466073
|
||||
3
supervisor-4.3.0.tar.gz
Normal file
3
supervisor-4.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a2bf149adf42997e1bb44b70c43b613275ec9852c3edacca86a9166b27e945e
|
||||
size 468912
|
||||
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 12 11:54:31 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.3.0:
|
||||
* 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 3 13:02:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package supervisor
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: supervisor
|
||||
Version: 4.2.5
|
||||
Version: 4.3.0
|
||||
Release: 0
|
||||
Summary: A system for controlling process state under UNIX
|
||||
License: SUSE-Repoze
|
||||
@@ -31,7 +31,6 @@ BuildRequires: fdupes
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-rpm-macros
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: python3-setuptools
|
||||
Suggests: python3-cElementTree >= 1.0.2
|
||||
BuildArch: noarch
|
||||
%{?systemd_requires}
|
||||
|
||||
Reference in New Issue
Block a user