app-admin/supervisor-4.1.0 version bump Reproducible: Always
Please add 4.1.0, where the following bug has been fixed (from changelog): - 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. Since the removal of python 2.7, there is no way of logging to syslog using supervisord.
(In reply to gerulf from comment #1) > Please add 4.1.0, where the following bug has been fixed (from changelog): > - 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. > > Since the removal of python 2.7, there is no way of logging to syslog using > supervisord. I haven't bumped it yet because I need to migrate it to GLEP 81. I'll try to do it next week.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b31f686b80091668d7d394c739f6e9c4e467dcc commit 2b31f686b80091668d7d394c739f6e9c4e467dcc Author: Louis Sautier <sbraz@gentoo.org> AuthorDate: 2020-03-01 01:29:02 +0000 Commit: Louis Sautier <sbraz@gentoo.org> CommitDate: 2020-03-01 20:39:11 +0000 app-admin/supervisor: bump to 4.1.0, add Py3.8, improvements * Switch supervisor group to GLEP 81. * Rely on distutils_enable_* functions. * meld3 is now bundled with supervisor. * Stop requiring mock for tests (not needed for Python 3). Closes: https://bugs.gentoo.org/702732 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Louis Sautier <sbraz@gentoo.org> app-admin/supervisor/Manifest | 1 + app-admin/supervisor/supervisor-4.1.0.ebuild | 54 ++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+)