pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/py-supervisor py-supervisor: updated to 3.3.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89009a7ca946
branches:  trunk
changeset: 376160:89009a7ca946
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 26 09:11:47 2018 +0000

description:
py-supervisor: updated to 3.3.4

3.3.4:
Fixed a bug where rereading the configuration would not detect changes to eventlisteners.
Fixed a bug where the warning Supervisord is running as root and it is searching for its config file may have been incorrectly shown by supervisorctl if its executable name was changed.
Fixed a bug in the web interface where redirect URLs did not have a slash between the host and query string, which caused issues when proxying with Nginx.
When supervisord successfully drops privileges during startup, it is now logged at the INFO level instead of CRIT.
The HTTP server now returns a Content-Type header specifying UTF-8 encoding. This may fix display issues in some browsers.

diffstat:

 sysutils/py-supervisor/Makefile |   6 +++---
 sysutils/py-supervisor/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 6a104a1de035 -r 89009a7ca946 sysutils/py-supervisor/Makefile
--- a/sysutils/py-supervisor/Makefile   Mon Feb 26 09:07:42 2018 +0000
+++ b/sysutils/py-supervisor/Makefile   Mon Feb 26 09:11:47 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2017/07/25 08:17:08 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/02/26 09:11:47 adam Exp $
 
-DISTNAME=      supervisor-3.3.3
+DISTNAME=      supervisor-3.3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    sysutils
+CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/supervisor/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 6a104a1de035 -r 89009a7ca946 sysutils/py-supervisor/distinfo
--- a/sysutils/py-supervisor/distinfo   Mon Feb 26 09:07:42 2018 +0000
+++ b/sysutils/py-supervisor/distinfo   Mon Feb 26 09:11:47 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/07/25 08:17:08 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/02/26 09:11:47 adam Exp $
 
-SHA1 (supervisor-3.3.3.tar.gz) = 3e54793f3d389f2ab168d49f13e2be0bb39218ff
-RMD160 (supervisor-3.3.3.tar.gz) = e3c074ad60767b93532ff84668f75c58898077a8
-SHA512 (supervisor-3.3.3.tar.gz) = 8285445da8a0ed790fbdf75d988304ab8fcefd9c36975ae6526ec58f511c73cd8707f22b7cff40c3aed5e63f3665d096ed4b5dbc2cc456fe0c5b4547149dbb4a
-Size (supervisor-3.3.3.tar.gz) = 418354 bytes
+SHA1 (supervisor-3.3.4.tar.gz) = be3db68b6a7f95b38c5659b1635ac9a482308d6a
+RMD160 (supervisor-3.3.4.tar.gz) = f4306256bb3114f4165f0ac163e2f6f841bb96a1
+SHA512 (supervisor-3.3.4.tar.gz) = fab141b52a548a3efd26f175798b1b8fbb46ce465aa48c3281cb80584b829ecef90ae1355e4106632d13c84363ae03f081d69fb4148303ff387ab7d4e778d21a
+Size (supervisor-3.3.4.tar.gz) = 419794 bytes



Home | Main Index | Thread Index | Old Index