Changes in version 1.5.0
------------------------ * Added a generic thread pool in application.python.threadpool
This commit is contained in:
parent
431bb2b385
commit
465ba0e356
3 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.5 2014/12/31 13:58:39 thomasklausner Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2015/06/26 22:18:55 othyro Exp $
|
||||
|
||||
DISTNAME= python-application-1.4.1
|
||||
DISTNAME= python-application-1.5.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/p/python-application/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2013/07/02 10:26:44 othyro Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2015/06/26 22:18:55 othyro Exp $
|
||||
${PYSITELIB}/application/__init__.py
|
||||
${PYSITELIB}/application/__init__.pyc
|
||||
${PYSITELIB}/application/__init__.pyo
|
||||
|
@ -50,6 +50,9 @@ ${PYSITELIB}/application/python/descriptor.pyo
|
|||
${PYSITELIB}/application/python/queue.py
|
||||
${PYSITELIB}/application/python/queue.pyc
|
||||
${PYSITELIB}/application/python/queue.pyo
|
||||
${PYSITELIB}/application/python/threadpool.py
|
||||
${PYSITELIB}/application/python/threadpool.pyc
|
||||
${PYSITELIB}/application/python/threadpool.pyo
|
||||
${PYSITELIB}/application/python/types.py
|
||||
${PYSITELIB}/application/python/types.pyc
|
||||
${PYSITELIB}/application/python/types.pyo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2014/08/08 02:07:37 othyro Exp $
|
||||
$NetBSD: distinfo,v 1.3 2015/06/26 22:18:55 othyro Exp $
|
||||
|
||||
SHA1 (python-application-1.4.1.tar.gz) = 0d7fa66f8a59e0c371708e3b5f6d70576042404f
|
||||
RMD160 (python-application-1.4.1.tar.gz) = a3a233cade42d0bfafc61101ca0ce08964fe7394
|
||||
Size (python-application-1.4.1.tar.gz) = 42715 bytes
|
||||
SHA1 (python-application-1.5.0.tar.gz) = 43eafbebe5fbd7d9c552a512e86974dc224107a8
|
||||
RMD160 (python-application-1.5.0.tar.gz) = 918a3e6b726341cbe0a75348d9d7eae8eefb631c
|
||||
Size (python-application-1.5.0.tar.gz) = 43552 bytes
|
||||
|
|
Loading…
Reference in a new issue