887b8b1c7f
Release RPyC 4.1.2: * Fixed CVE-2019-16328 which was caused by a missing protocol security check. * Fixed RPyC over RPyC for mutable parameters and extended unit testing for #346 Release RPyC 4.1.1: * Fixed netref.class_factory id_pack usage per #339 and added test cases * Name pack casted in _unbox to fix IronPython bug. Fixed #337 * Increased chunk size to improve multi-client response time and throughput of large data #329 * Added warning to _remote_tb when the major version of local and remote mismatch (#332) * OneShotServer termination was fixed by WilliamBruneau (#343) Release RPyC 4.1.0: * Added connection back-off and attempts for congested workloads * Fixed minor resource leak for ForkingServer * Cross-connection instance check for cached netref classes Note: * Requests/replies are not compatible between >=4.1.0 and earlier versions
16 lines
468 B
Makefile
16 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/09/30 00:38:48 khorben Exp $
|
|
|
|
DISTNAME= rpyc-4.1.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rpyc/}
|
|
|
|
MAINTAINER= gde@llew.me
|
|
HOMEPAGE= http://rpyc.readthedocs.org/
|
|
COMMENT= Remote Python Call (RPyC), a transparent and symmetric RPC library
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-plumbum>=1.6.1:../../devel/py-plumbum
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|