Skip to content

Commit

Permalink
py-rpyc: update to version 3.4.4
Browse files Browse the repository at this point in the history
Release rpyc 3.4.4
- Fix refcount leakage when unboxing from cache (#196)
- Fix TypeError when dispatching exceptions on py2 (unicode)
- Respect ``rpyc_protocol_config`` for default Service getattr (#202)
- Support unix domain sockets (#100,#208)
- Use first accessible server in ``connect_by_service`` (#220)
- Fix deadlock problem with logging (#207,#212)

Release rpyc 3.4.3
- Add missing endpoints config in ThreadPoolServer (#222)
- Fix jython support (#156,#171)
- Improve documentation (#158,#185,#189,#198 and more)
  • Loading branch information
khorben committed Sep 29, 2020
1 parent abadb9e commit 88716a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions net/py-rpyc/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2020/09/29 22:49:46 khorben Exp $
# $NetBSD: Makefile,v 1.3 2020/09/29 22:58:36 khorben Exp $

DISTNAME= rpyc-3.4.2
DISTNAME= rpyc-3.4.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rpyc/}
Expand Down
2 changes: 1 addition & 1 deletion net/py-rpyc/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2020/09/29 22:49:46 khorben Exp $
@comment $NetBSD: PLIST,v 1.3 2020/09/29 22:58:36 khorben Exp $
bin/rpyc_classic.py
bin/rpyc_registry.py
${PYSITELIB}/${EGG_FILE}/PKG-INFO
Expand Down
10 changes: 5 additions & 5 deletions net/py-rpyc/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2020/09/29 22:49:46 khorben Exp $
$NetBSD: distinfo,v 1.3 2020/09/29 22:58:36 khorben Exp $

SHA1 (rpyc-3.4.2.tar.gz) = efd00c81dc62fde6adb7050d22e59f4e678ed33c
RMD160 (rpyc-3.4.2.tar.gz) = 29d25f53c40bd34af7da0f926350d8f9a41c19f2
SHA512 (rpyc-3.4.2.tar.gz) = 021c5d16ed126f0267024cf4ded13f42a489890d1361aa4857b04ee429933ebd9af12f86ef6e3b645bd75e0ad533c85feb3ab20a47856661da34bfefc9191011
Size (rpyc-3.4.2.tar.gz) = 55063 bytes
SHA1 (rpyc-3.4.4.tar.gz) = 0f219fcd058eee7b39526f0a9b90b03d5b980048
RMD160 (rpyc-3.4.4.tar.gz) = 021af77b7ff7a15279d09c8f92f4a445cce76ef5
SHA512 (rpyc-3.4.4.tar.gz) = 0a176b05df28d92e67cb45372b46260611c1bc89f997c5a6760a760dff8792d5bb93505fdeccbd25c5ae7b04cf7aeeb7fd8964d4f124b00e50fbd3d55d7ba7b1
Size (rpyc-3.4.4.tar.gz) = 56199 bytes

0 comments on commit 88716a2

Please sign in to comment.