Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 702732 - app-admin/supervisor-4.1.0 version bump
Summary: app-admin/supervisor-4.1.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Louis Sautier (sbraz)
URL: http://supervisord.org/changes.html#id1
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-13 18:46 UTC by tomas charvat
Modified: 2020-03-01 20:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tomas charvat 2019-12-13 18:46:17 UTC
app-admin/supervisor-4.1.0 version bump

Reproducible: Always
Comment 1 gerulf 2020-02-22 19:37:50 UTC
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.
Comment 2 Louis Sautier (sbraz) gentoo-dev 2020-02-23 00:50:05 UTC
(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.
Comment 3 Larry the Git Cow gentoo-dev 2020-03-01 20:39:20 UTC
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(+)