svn commit: r558785 - head/sysutils/py-supervisor
Juraj Lutter
otis at FreeBSD.org
Sun Dec 20 22:32:24 UTC 2020
Author: otis
Date: Sun Dec 20 22:32:24 2020
New Revision: 558785
URL: https://svnweb.freebsd.org/changeset/ports/558785
Log:
sysutils/py-supervisor: Update to 4.2.1
Changelog for 4.2.1:
- 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.
- Fixed a bug where a test would fail on systems with glibc 2.3.1 because the
default value of SOMAXCONN changed.
PR: 251728
Reviewed by: osa (mentor)
Approved by: osa (mentor), thomas at gibfest.dk (maintainer)
Differential Revision: https://reviews.freebsd.org/D27686
Modified:
head/sysutils/py-supervisor/Makefile
head/sysutils/py-supervisor/distinfo
Modified: head/sysutils/py-supervisor/Makefile
==============================================================================
--- head/sysutils/py-supervisor/Makefile Sun Dec 20 22:01:00 2020 (r558784)
+++ head/sysutils/py-supervisor/Makefile Sun Dec 20 22:32:24 2020 (r558785)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= supervisor
-PORTVERSION= 4.2.0
+PORTVERSION= 4.2.1
PORTEPOCH= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
@@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= thomas at gibfest.dk
COMMENT= System for controlling process state under UNIX
-LICENSE= REPOZE BSD3CLAUSE MEDUSA
+LICENSE= BSD3CLAUSE MEDUSA REPOZE
LICENSE_COMB= multi
LICENSE_NAME_MEDUSA= Medusa License
LICENSE_NAME_REPOZE= Repoze License
@@ -22,19 +22,20 @@ LICENSE_PERMS_REPOZE= dist-mirror dist-sell pkg-mirror
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0.5.0:devel/py-mock@${PY_FLAVOR}
USES= python shebangfix
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist distutils
USE_RC_SUBR= supervisord
SHEBANG_FILES= supervisor/scripts/*.py supervisor/tests/fixtures/*.py
python_OLD_CMD= "<<PYTHON>>"
NO_ARCH= yes
-SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \
- PIDDIR=${PIDDIR}
+SUB_LIST= PIDDIR=${PIDDIR} \
+ PYTHON_CMD=${PYTHON_CMD}
+
PLIST_DIRS= ${PIDDIR}
PLIST_FILES= '@sample etc/supervisord.conf.sample'
PLIST_SUB= PIDDIR=${PIDDIR}
-PORTDOCS= *.txt *.rst
+PORTDOCS= *.rst *.txt
OPTIONS_DEFINE= DOCS
Modified: head/sysutils/py-supervisor/distinfo
==============================================================================
--- head/sysutils/py-supervisor/distinfo Sun Dec 20 22:01:00 2020 (r558784)
+++ head/sysutils/py-supervisor/distinfo Sun Dec 20 22:32:24 2020 (r558785)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590246292
-SHA256 (supervisor-4.2.0.tar.gz) = 64082ebedf6d36ff409ab2878f1aad5c9035f916c5f15a9a1ec7dffc6dfbbed8
-SIZE (supervisor-4.2.0.tar.gz) = 456056
+TIMESTAMP = 1608462066
+SHA256 (supervisor-4.2.1.tar.gz) = c479c875853e9c013d1fa73e529fd2165ff1ecaecc7e82810ba57e7362ae984d
+SIZE (supervisor-4.2.1.tar.gz) = 460935
More information about the svn-ports-all
mailing list