commit supervisor for openSUSE:Factory

2020-04-16 Thread root
Hello community,

here is the log from the commit of package supervisor for openSUSE:Factory 
checked in at 2020-04-16 23:04:40

Comparing /work/SRC/openSUSE:Factory/supervisor (Old)
 and  /work/SRC/openSUSE:Factory/.supervisor.new.2738 (New)


Package is "supervisor"

Thu Apr 16 23:04:40 2020 rev:4 rq:794548 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/supervisor/supervisor.changes2019-12-23 
22:49:08.646105310 +0100
+++ /work/SRC/openSUSE:Factory/.supervisor.new.2738/supervisor.changes  
2020-04-16 23:04:41.923751975 +0200
@@ -1,0 +2,84 @@
+Thu Apr 16 09:41:19 UTC 2020 - pgaj...@suse.com
+
+- version update to 4.1.0
+  4.1.0 (2019-10-19)
+  --
+  - Fixed a bug on Python 3 only where logging to syslog did not work and
+would log the exception ``TypeError: a bytes-like object is required, not 
'str'``
+to the main ``supervisord`` log file.  Patch by Vinay Sajip and Josh 
Staley.
+  - Fixed a Python 3.8 compatibility issue caused by the removal of
+``cgi.escape()``.  Patch by Mattia Procopio.
+  - The ``meld3`` package is no longer a dependency.  A version of ``meld3``
+is now included within the ``supervisor`` package itself.
+  4.0.4 (2019-07-15)
+  --
+  - Fixed a bug where ``supervisorctl tail  stdout`` would actually tail
+``stderr``.  Note that ``tail `` without the explicit ``stdout``
+correctly tailed ``stdout``.  The bug existed since 3.0a3 (released in
+2007).  Patch by Arseny Hofman.
+  - Improved the warning message added in 4.0.3 so it is now emitted for
+both ``tail`` and ``tail -f``.  Patch by Vinay Sajip.
+  - CVE-2019-12105.  Documentation addition only, no code changes.  This CVE
+states that ``inet_http_server`` does not use authentication by default
+(`details `_).  Note 
that
+``inet_http_server`` is not enabled by default, and is also not enabled
+in the example configuration output by ``echo_supervisord_conf``.  The
+behavior of the ``inet_http_server`` options have been correctly 
documented,
+and have not changed, since the feature was introduced in 2006.  A new
+`warning message 
`_
+was added to the documentation.
+  4.0.3 (2019-05-22)
+  --
+  - Fixed an issue on Python 2 where running ``supervisorctl tail -f ``
+would fail with the message
+``Cannot connect, error: `` where it
+may have worked on Supervisor 3.x.  The issue was introduced in Supervisor
+4.0.0 due to new bytes/strings conversions necessary to add Python 3 
support.
+For ``supervisorctl`` to correctly display logs with Unicode characters, 
the
+terminal encoding specified by the environment must support it.  If not, 
the
+``UnicodeEncodeError`` may still occur on either Python 2 or 3.  A new
+warning message is now printed if a problematic terminal encoding is
+detected.  Patch by Vinay Sajip.
+  4.0.2 (2019-04-17)
+  --
+  - Fixed a bug where inline comments in the config file were not parsed
+correctly such that the comments were included as part of the values.
+This only occurred on Python 2, and only where the environment had an
+extra ``configparser`` module installed.  The bug was introduced in
+Supervisor 4.0.0 because of Python 2/3 compatibility code that expected
+a Python 2 environment to only have a ``ConfigParser`` module.
+  4.0.1 (2019-04-10)
+  --
+  - Fixed an issue on Python 3 where an ``OSError: [Errno 29] Illegal seek``
+would occur if ``logfile`` in the ``[supervisord]`` section was set to
+a special file like ``/dev/stdout`` that was not seekable, even if
+``logfile_maxbytes = 0`` was set to disable rotation.  The issue only
+affected the main log and not child logs.  Patch by Martin Falatic.
+  4.0.0 (2019-04-05)
+  --
+  - Support for Python 3 has been added.  On Python 3, Supervisor requires
+Python 3.4 or later.  Many thanks to Vinay Sajip, Scott Maxwell, Palm 
Kevin,
+Tres Seaver, Marc Abramowitz, Son Nguyen, Shane Hathaway, Evan Andrews,
+and Ethan Hann who all made major contributions to the Python 3 porting
+effort.  Thanks also to all contributors who submitted issue reports and
+patches towards this effort.
+  - Support for Python 2.4, 2.5, and 2.6 has been dropped.  On Python 2,
+Supervisor now requires Python 2.7.
+  - The ``supervisor`` package is no longer a namespace package.
+  - The behavior of the config file expansion ``%(here)s`` has changed.  In
+previous versions, a bug caused ``%(here)s`` to always expand to the
+directory of the root config file.  Now, when ``%(here)s`` is used inside
+a file includ

commit supervisor for openSUSE:Factory

2019-12-23 Thread root
Hello community,

here is the log from the commit of package supervisor for openSUSE:Factory 
checked in at 2019-12-23 22:47:07

Comparing /work/SRC/openSUSE:Factory/supervisor (Old)
 and  /work/SRC/openSUSE:Factory/.supervisor.new.6675 (New)


Package is "supervisor"

Mon Dec 23 22:47:07 2019 rev:3 rq:758984 version:3.3.5

Changes:

--- /work/SRC/openSUSE:Factory/supervisor/supervisor.changes2019-03-26 
22:35:01.893664620 +0100
+++ /work/SRC/openSUSE:Factory/.supervisor.new.6675/supervisor.changes  
2019-12-23 22:49:08.646105310 +0100
@@ -1,0 +2,5 @@
+Sun Dec 22 14:53:34 UTC 2019 - Martin Hauke 
+
+- Add python2-setuptools to the runtime-requirements
+
+---



Other differences:
--
++ supervisor.spec ++
--- /var/tmp/diff_new_pack.iSlJrn/_old  2019-12-23 22:49:09.174105505 +0100
+++ /var/tmp/diff_new_pack.iSlJrn/_new  2019-12-23 22:49:09.174105505 +0100
@@ -28,12 +28,13 @@
 Source3:supervisord.service
 Source4:supervisord-tmpfiles.conf
 BuildRequires:  fdupes
-BuildRequires:  python-meld3
-BuildRequires:  python-mock >= 0.5.0
-BuildRequires:  python-rpm-macros
-BuildRequires:  python-setuptools
-Requires:   python-meld3 >= 0.6.5
-Suggests:   python-cElementTree >= 1.0.2
+BuildRequires:  python2-meld3
+BuildRequires:  python2-mock >= 0.5.0
+BuildRequires:  python2-rpm-macros
+BuildRequires:  python2-setuptools
+Requires:   python2-meld3 >= 0.6.5
+Requires:   python2-setuptools
+Suggests:   python2-cElementTree >= 1.0.2
 BuildArch:  noarch
 %{?systemd_requires}
 




commit supervisor for openSUSE:Factory

2019-03-26 Thread root
Hello community,

here is the log from the commit of package supervisor for openSUSE:Factory 
checked in at 2019-03-26 22:34:38

Comparing /work/SRC/openSUSE:Factory/supervisor (Old)
 and  /work/SRC/openSUSE:Factory/.supervisor.new.25356 (New)


Package is "supervisor"

Tue Mar 26 22:34:38 2019 rev:2 rq:688821 version:3.3.5

Changes:

--- /work/SRC/openSUSE:Factory/supervisor/supervisor.changes2019-02-15 
09:55:27.167758994 +0100
+++ /work/SRC/openSUSE:Factory/.supervisor.new.25356/supervisor.changes 
2019-03-26 22:35:01.893664620 +0100
@@ -1,0 +2,6 @@
+Tue Mar 26 13:54:23 UTC 2019 - Martin Hauke 
+
+- Remove not needed build-dependencies
+- Add rclink
+
+---



Other differences:
--
++ supervisor.spec ++
--- /var/tmp/diff_new_pack.ryYCcH/_old  2019-03-26 22:35:04.161663642 +0100
+++ /var/tmp/diff_new_pack.ryYCcH/_new  2019-03-26 22:35:04.161663642 +0100
@@ -30,6 +30,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-meld3
 BuildRequires:  python-mock >= 0.5.0
+BuildRequires:  python-rpm-macros
 BuildRequires:  python-setuptools
 Requires:   python-meld3 >= 0.6.5
 Suggests:   python-cElementTree >= 1.0.2
@@ -56,6 +57,8 @@
 install -D -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/supervisord.service
 install -d -m 0750 %{buildroot}%{_localstatedir}/log/supervisord/
 install -m 0660 %{SOURCE2} %{buildroot}%{_sysconfdir}/
+install -d %{buildroot}%{_sbindir}/
+ln -s service %{buildroot}%{_sbindir}/rcsupervisord
 %fdupes %{buildroot}%{python_sitelib}/
 
 %pre
@@ -86,6 +89,7 @@
 %dir %ghost /run/supervisord
 %dir %attr(-,root,root) %ghost %{_rundir}/%{name}
 %{_unitdir}/supervisord.service
+%{_sbindir}/rcsupervisord
 %config(noreplace) %{_sysconfdir}/supervisord.conf
 %dir %{_sysconfdir}/supervisord.d
 %dir %attr(750,root,root)%{_localstatedir}/log/supervisord