diff options
author | adam <adam@pkgsrc.org> | 2020-09-10 10:24:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-09-10 10:24:30 +0000 |
commit | deca09dc7df239e59e7c476fc3cdd2ccdc7058e4 (patch) | |
tree | 156a5b97d3aa956286434925815af494ce7e52db | |
parent | 691c97efab9abca326b2e277353742e6a5e42545 (diff) | |
download | pkgsrc-deca09dc7df239e59e7c476fc3cdd2ccdc7058e4.tar.gz |
py-supervisor: updated to 4.2.1
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``.
Patch by Vinay Sajip.
- Fixed a bug where a test would fail on systems with glibc 2.3.1 because
the default value of SOMAXCONN changed.
-rw-r--r-- | sysutils/py-supervisor/Makefile | 4 | ||||
-rw-r--r-- | sysutils/py-supervisor/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/py-supervisor/Makefile b/sysutils/py-supervisor/Makefile index 17bdeb8ab9d..29f2215a27c 100644 --- a/sysutils/py-supervisor/Makefile +++ b/sysutils/py-supervisor/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2020/05/27 14:56:15 adam Exp $ +# $NetBSD: Makefile,v 1.8 2020/09/10 10:24:30 adam Exp $ -DISTNAME= supervisor-4.2.0 +DISTNAME= supervisor-4.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=s/supervisor/} diff --git a/sysutils/py-supervisor/distinfo b/sysutils/py-supervisor/distinfo index c61a4f19f02..e2a9b0aa95c 100644 --- a/sysutils/py-supervisor/distinfo +++ b/sysutils/py-supervisor/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2020/05/27 14:56:16 adam Exp $ +$NetBSD: distinfo,v 1.8 2020/09/10 10:24:30 adam Exp $ -SHA1 (supervisor-4.2.0.tar.gz) = f4f409c33771b1ac9954b3fd2d4ad092575b9f47 -RMD160 (supervisor-4.2.0.tar.gz) = c3938f714bc9aef35c94274d52d741297c1937b3 -SHA512 (supervisor-4.2.0.tar.gz) = 626d806f4b03be7cbff795afd1bdb3ff5ca5ecf44f035909ea1aa9360da9fa3047b2fe05543190bf1442f01dcdd403be19fcd907519bf7e26615900bc4bf9d0f -Size (supervisor-4.2.0.tar.gz) = 456056 bytes +SHA1 (supervisor-4.2.1.tar.gz) = 39df05359470b617120dbe13cfa8f762e21b4b54 +RMD160 (supervisor-4.2.1.tar.gz) = 9f2048cb324a1a8613d43d926aab846eef54642e +SHA512 (supervisor-4.2.1.tar.gz) = c560ef959f8d580fb20c1812aa2a838c9feaeb3726a754e8084fa8c7406ff9258139b55b081558b8d8f33e4672cdfad40695170f55412a5e85a6c1aed0f11657 +Size (supervisor-4.2.1.tar.gz) = 460935 bytes |