pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-supervisor



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep 10 10:24:30 UTC 2020

Modified Files:
        pkgsrc/sysutils/py-supervisor: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/py-supervisor/Makefile \
    pkgsrc/sysutils/py-supervisor/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-supervisor/Makefile
diff -u pkgsrc/sysutils/py-supervisor/Makefile:1.7 pkgsrc/sysutils/py-supervisor/Makefile:1.8
--- pkgsrc/sysutils/py-supervisor/Makefile:1.7  Wed May 27 14:56:15 2020
+++ pkgsrc/sysutils/py-supervisor/Makefile      Thu Sep 10 10:24:30 2020
@@ -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/}
Index: pkgsrc/sysutils/py-supervisor/distinfo
diff -u pkgsrc/sysutils/py-supervisor/distinfo:1.7 pkgsrc/sysutils/py-supervisor/distinfo:1.8
--- pkgsrc/sysutils/py-supervisor/distinfo:1.7  Wed May 27 14:56:16 2020
+++ pkgsrc/sysutils/py-supervisor/distinfo      Thu Sep 10 10:24:30 2020
@@ -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



Home | Main Index | Thread Index | Old Index