Skip to content

Commit

Permalink
py-rpyc: update to version 3.4.2
Browse files Browse the repository at this point in the history
Release RPyC 3.4.2:
* Fix ``export_function`` on python 3.6

Release rpyc 3.4.1:
* Fix issue high-cpu polling (#191,#218)
* Fix filename argument in logging (#197)
* Improved log messages (#191,#204)
* Drop support for python 3.2 and py 2.5
  • Loading branch information
khorben committed Sep 29, 2020
1 parent 91bd21f commit db468e1
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.1 2020/09/29 02:29:07 khorben Exp $
# $NetBSD: Makefile,v 1.2 2020/09/29 22:49:46 khorben Exp $

DISTNAME= rpyc-3.3.0
DISTNAME= rpyc-3.4.2
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.1 2020/09/29 02:29:07 khorben Exp $
@comment $NetBSD: PLIST,v 1.2 2020/09/29 22:49:46 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.1 2020/09/29 02:29:07 khorben Exp $
$NetBSD: distinfo,v 1.2 2020/09/29 22:49:46 khorben Exp $

SHA1 (rpyc-3.3.0.tar.gz) = 0241d44da9a6c7b6d9ed2773e632bb160723e9aa
RMD160 (rpyc-3.3.0.tar.gz) = 863bdc7e995183fecf3eab21e9cdee07e4c1c1b8
SHA512 (rpyc-3.3.0.tar.gz) = c586ab79d2ab3a8e14128c7ac5ae49a3311de0723453f801edb805819b06037ae015825fda32ac7620d99fdeceacbcbc5d1b4fadc3c7b2ac778e883ba9406793
Size (rpyc-3.3.0.tar.gz) = 53541 bytes
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

0 comments on commit db468e1

Please sign in to comment.