Tue Oct 31 12:53:58 2017 UTC ()
py-Pyro: updated to 4.63

Pyro 4.63
- fixed bug in autoproxy logic where it registered the wrong type if daemon.register() was called with
  a class instead of an object (internal register_type_replacement method)
- added check in @expose method to validate the order of decorators on a method (@expose should come last,
  after @classmethod or @staticmethod).
- added resource tracking feature (see 'Automatically freeing resources when client connection gets closed' in the Tips & Tricks chapter)
- the warning about a class not exposing anything now actually tells you the correct class


(adam)
diff -r1.21 -r1.22 pkgsrc/devel/py-Pyro/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/py-Pyro/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/devel/py-Pyro/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-Pyro/Makefile 2017/10/08 10:21:57 1.21
+++ pkgsrc/devel/py-Pyro/Makefile 2017/10/31 12:53:58 1.22
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.21 2017/10/08 10:21:57 adam Exp $ 1# $NetBSD: Makefile,v 1.22 2017/10/31 12:53:58 adam Exp $
2 2
3DISTNAME= Pyro4-4.62 3DISTNAME= Pyro4-4.63
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pyro4/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pyro4/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/irmen/Pyro4 9HOMEPAGE= https://github.com/irmen/Pyro4
10COMMENT= Distributed Object Technology system in Python 10COMMENT= Distributed Object Technology system in Python
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-serpent>=1.23:../../devel/py-serpent 13DEPENDS+= ${PYPKGPREFIX}-serpent>=1.23:../../devel/py-serpent
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16

cvs diff -r1.7 -r1.8 pkgsrc/devel/py-Pyro/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-Pyro/distinfo 2017/10/08 10:21:57 1.7
+++ pkgsrc/devel/py-Pyro/distinfo 2017/10/31 12:53:58 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2017/10/08 10:21:57 adam Exp $ 1$NetBSD: distinfo,v 1.8 2017/10/31 12:53:58 adam Exp $
2 2
3SHA1 (Pyro4-4.62.tar.gz) = 2c8581730124d3f619530ccdf3d66b267a1e3046 3SHA1 (Pyro4-4.63.tar.gz) = 89b635d05e5cca38b3c581e7e648a8eb41674b89
4RMD160 (Pyro4-4.62.tar.gz) = e7bb25f1f14e7003027df4c8bae67a2f36c8b272 4RMD160 (Pyro4-4.63.tar.gz) = cc9accf72309923e5984b5d6289425ef560f125b
5SHA512 (Pyro4-4.62.tar.gz) = 3a0104af4db353ed783b6924fc349a4492dc0af74acb5b54b59c85f27543dbb9fd1d4e44e96102aa2774febeded904c13c67adfc36277a14b91d60a66855abdc 5SHA512 (Pyro4-4.63.tar.gz) = 2a73a38f26601a9d5c63d80018e4334a95bf2b49d52ea335526b9cc898a7472c13c7933a0091f9f625fa9dc2dfea9c085d56befa02c5a647f9a3f76ba5880ac3
6Size (Pyro4-4.62.tar.gz) = 470115 bytes 6Size (Pyro4-4.63.tar.gz) = 473950 bytes