pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/py-billiard



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 17 08:03:50 UTC 2017

Modified Files:
        pkgsrc/parallel/py-billiard: Makefile distinfo

Log Message:
3.5.0.3:
- Adds Process._authkey alias to .authkey for 2.7 compat.
- Remove superfluous else clause from max_memory_per_child_check.
- Document and test all supported Python versions.
- Extend 'Process' to be compatible with < Py3.5.
- Use a properly initialized logger in pool.py error logging.
- _trywaitkill can now kill a whole process group if the worker process declares itself as a group leader.
- Fix cpython issue 14881 (See http://bugs.python.org/issue14881).
- Fix for a crash on windows.
- Fix messaging in case of worker exceeds max memory.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/parallel/py-billiard/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/parallel/py-billiard/distinfo

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

Modified files:

Index: pkgsrc/parallel/py-billiard/Makefile
diff -u pkgsrc/parallel/py-billiard/Makefile:1.14 pkgsrc/parallel/py-billiard/Makefile:1.15
--- pkgsrc/parallel/py-billiard/Makefile:1.14   Sun Apr  9 16:43:03 2017
+++ pkgsrc/parallel/py-billiard/Makefile        Mon Jul 17 08:03:50 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/04/09 16:43:03 adam Exp $
+# $NetBSD: Makefile,v 1.15 2017/07/17 08:03:50 adam Exp $
 
-DISTNAME=      billiard-3.5.0.2
+DISTNAME=      billiard-3.5.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    parallel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/billiard/}
@@ -10,6 +10,9 @@ HOMEPAGE=     http://github.com/celery/billi
 COMMENT=       Python multiprocessing fork with improvements and bugfixes
 LICENSE=       modified-bsd
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-case>=1.3.1:../../devel/py-case
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test>=3.0:../../devel/py-test
+
 .include "../../lang/python/pyversion.mk"
 # builds _billiard.so
 .if "${PYPKGPREFIX}" == "py27"
@@ -18,6 +21,5 @@ USE_LANGUAGES=                c
 USE_LANGUAGES=         # empty
 .endif
 
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/parallel/py-billiard/distinfo
diff -u pkgsrc/parallel/py-billiard/distinfo:1.9 pkgsrc/parallel/py-billiard/distinfo:1.10
--- pkgsrc/parallel/py-billiard/distinfo:1.9    Sun Apr  9 16:43:03 2017
+++ pkgsrc/parallel/py-billiard/distinfo        Mon Jul 17 08:03:50 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/04/09 16:43:03 adam Exp $
+$NetBSD: distinfo,v 1.10 2017/07/17 08:03:50 adam Exp $
 
-SHA1 (billiard-3.5.0.2.tar.gz) = 19c7f8aab3402b15fc17760b1eb9e9695522154e
-RMD160 (billiard-3.5.0.2.tar.gz) = 5fd2f87ad024218e8e7b0f0ea12155f3640a4481
-SHA512 (billiard-3.5.0.2.tar.gz) = 581e1ac361324b36d79e280072952e490ef3470709b094f001c579feda54578c8e7b3e5afc93a5f878a6118c56afff7e59e13b3d3f2ccb2564b9b27cc810dae7
-Size (billiard-3.5.0.2.tar.gz) = 157299 bytes
+SHA1 (billiard-3.5.0.3.tar.gz) = 82091e800282ff0b118edfc8709d50fbe9483199
+RMD160 (billiard-3.5.0.3.tar.gz) = ec32d742102221cd090f939f761a7363d4ed7096
+SHA512 (billiard-3.5.0.3.tar.gz) = f3a98e9b7af8c0b5741bcea915c0ff8d6e32e26d79637d14fc09ea85dd80693ea8205e13ac2d86e5035c377fdd6d769a2647b005dc10af8b106c75464458a808
+Size (billiard-3.5.0.3.tar.gz) = 149339 bytes



Home | Main Index | Thread Index | Old Index