forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |