Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package supervisor for openSUSE:Factory 
checked in at 2022-04-25 23:35:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/supervisor (Old)
 and      /work/SRC/openSUSE:Factory/.supervisor.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "supervisor"

Mon Apr 25 23:35:58 2022 rev:6 rq:972611 version:4.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/supervisor/supervisor.changes    2021-11-27 
00:52:22.974582776 +0100
+++ /work/SRC/openSUSE:Factory/.supervisor.new.1538/supervisor.changes  
2022-04-25 23:36:19.406483375 +0200
@@ -1,0 +2,69 @@
+Mon Apr 25 09:50:14 UTC 2022 - pgaj...@suse.com
+
+- version update to 4.2.4
+  4.2.4 (2021-12-30)
+  ------------------
+  - Fixed a bug where the ``--identifier`` command line argument was ignored.
+    It was broken since at least 3.0a7 (released in 2009) and probably earlier.
+    Patch by Julien Le Cl??ach.
+  4.2.3 (2021-12-27)
+  ------------------
+  - Fixed a race condition where an ``rpcinterface`` extension that subscribed
+    to events would not see the correct process state if it accessed the
+    the ``state`` attribute on a ``Subprocess`` instance immediately in the
+    event callback.  Patch by Chao Wang.
+  - Added the ``setuptools`` package to the list of dependencies in
+    ``setup.py`` because it is a runtime dependency.  Patch by Louis Sautier.
+  - The web interface will now return a 404 Not Found response if a log file
+    is missing.  Previously, it would return 410 Gone.  It was changed because
+    410 is intended to mean that the condition is likely to be permanent.  A
+    log file missing is usually temporary, e.g. a process that was never 
started
+    will not have a log file but will have one as soon as it is started.
+  4.2.2 (2021-02-26)
+  ------------------
+  - Fixed a bug where ``supervisord`` could crash if a subprocess exited
+    immediately before trying to kill it.
+  - Fixed a bug where the ``stdout_syslog`` and ``stderr_syslog`` options
+    of a ``[program:x]`` section could not be used unless file logging for
+    the same program had also been configured.  The file and syslog options
+    can now be used independently.  Patch by Scott Stroupe.
+  - Fixed a bug where the ``logfile`` option in the ``[supervisord]``
+    section would not log to syslog when the special filename of
+    ``syslog`` was supplied, as is supported by all other log filename
+    options.  Patch by Franck Cuny.
+  - Fixed a bug where environment variables defined in ``environment=``
+    in the ``[supervisord]`` section or a ``[program:x]`` section could
+    not be used in ``%(ENV_x)s`` expansions.  Patch by MythRen.
+  - The  ``supervisorctl signal`` command now allows a signal to be sent
+    when a process is in the ``STOPPING`` state.  Patch by Mike Gould.
+  - ``supervisorctl`` and ``supervisord`` now print help when given ``-?``
+    in addition to the existing ``-h``/``--help``.
+  4.2.1 (2020-08-20)
+  ------------------
+  - Fixed a bug on Python 3 where a network error could cause ``supervisord``
+    to crash with the error ``<class 'TypeError'>:can't concat str to bytes``.
+    Patch by Vinay Sajip.
+  - Fixed a bug where a test would fail on systems with glibc 2.3.1 because
+    the default value of SOMAXCONN changed.
+  4.2.0 (2020-04-30)
+  ------------------
+  - When ``supervisord`` is run in the foreground, a new ``--silent`` option
+    suppresses the main log from being echoed to ``stdout`` as it normally
+    would.  Patch by Trevor Foster.
+  - Parsing ``command=`` now supports a new expansion, ``%(numprocs)d``, that
+    expands to the value of ``numprocs=`` in the same section.  Patch by
+    Santjago Corkez.
+  - Web UI buttons no longer use background images.  Patch by Dmytro Karpovych.
+  - The Web UI now has a link to view ``tail -f stderr`` for a process in
+    addition to the existing ``tail -f stdout`` link.  Based on a
+    patch by OuroborosCoding.
+  - The HTTP server will now send an ``X-Accel-Buffering: no`` header in
+    logtail responses to fix Nginx proxy buffering.  Patch by Weizhao Li.
+  - When ``supervisord`` reaps an unknown PID, it will now log a description
+    of the ``waitpid`` status.  Patch by Andrey Zelenchuk.
+  - Fixed a bug introduced in 4.0.3 where ``supervisorctl tail -f foo | grep 
bar``
+    would fail with the error ``NoneType object has no attribute 'lower'``.  
This
+    only occurred on Python 2.7 and only when piped.  Patch by Slawa Pidgorny.
+- python-mock is not required for build
+
+-------------------------------------------------------------------

Old:
----
  supervisor-4.1.0.tar.gz

New:
----
  supervisor-4.2.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ supervisor.spec ++++++
--- /var/tmp/diff_new_pack.sBKrUw/_old  2022-04-25 23:36:19.950484136 +0200
+++ /var/tmp/diff_new_pack.sBKrUw/_new  2022-04-25 23:36:19.962484153 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package supervisor
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # 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.1.0
+Version:        4.2.4
 Release:        0
 Summary:        A system for controlling process state under UNIX
 License:        SUSE-Repoze
@@ -28,7 +28,6 @@
 Source3:        supervisord.service
 Source4:        supervisord-tmpfiles.conf
 BuildRequires:  fdupes
-BuildRequires:  python3-mock >= 0.5.0
 BuildRequires:  python3-pytest
 BuildRequires:  python3-rpm-macros
 BuildRequires:  python3-setuptools

++++++ supervisor-4.1.0.tar.gz -> supervisor-4.2.4.tar.gz ++++++
++++ 11775 lines of diff (skipped)

Reply via email to