15
0
forked from pool/supervisor

Compare commits

2 Commits

Author SHA256 Message Date
0998901749 Accepting request 1317295 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1317295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/supervisor?expand=0&rev=8
2025-11-12 20:15:34 +00:00
3061f4929e - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/supervisor?expand=0&rev=15
2025-11-12 11:54:57 +00:00
4 changed files with 32 additions and 6 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a2bf149adf42997e1bb44b70c43b613275ec9852c3edacca86a9166b27e945e
size 468912

View File

@@ -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>

View File

@@ -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}