pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-Pyro py-Pyro: updated to 4.63



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7cb601fe9066
branches:  trunk
changeset: 371013:7cb601fe9066
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 31 12:53:58 2017 +0000

description:
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

diffstat:

 devel/py-Pyro/Makefile |   4 ++--
 devel/py-Pyro/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r ad107aea384e -r 7cb601fe9066 devel/py-Pyro/Makefile
--- a/devel/py-Pyro/Makefile    Tue Oct 31 12:51:23 2017 +0000
+++ b/devel/py-Pyro/Makefile    Tue Oct 31 12:53:58 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2017/10/08 10:21:57 adam Exp $
+# $NetBSD: Makefile,v 1.22 2017/10/31 12:53:58 adam Exp $
 
-DISTNAME=      Pyro4-4.62
+DISTNAME=      Pyro4-4.63
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pyro4/}
diff -r ad107aea384e -r 7cb601fe9066 devel/py-Pyro/distinfo
--- a/devel/py-Pyro/distinfo    Tue Oct 31 12:51:23 2017 +0000
+++ b/devel/py-Pyro/distinfo    Tue Oct 31 12:53:58 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/10/08 10:21:57 adam Exp $
+$NetBSD: distinfo,v 1.8 2017/10/31 12:53:58 adam Exp $
 
-SHA1 (Pyro4-4.62.tar.gz) = 2c8581730124d3f619530ccdf3d66b267a1e3046
-RMD160 (Pyro4-4.62.tar.gz) = e7bb25f1f14e7003027df4c8bae67a2f36c8b272
-SHA512 (Pyro4-4.62.tar.gz) = 3a0104af4db353ed783b6924fc349a4492dc0af74acb5b54b59c85f27543dbb9fd1d4e44e96102aa2774febeded904c13c67adfc36277a14b91d60a66855abdc
-Size (Pyro4-4.62.tar.gz) = 470115 bytes
+SHA1 (Pyro4-4.63.tar.gz) = 89b635d05e5cca38b3c581e7e648a8eb41674b89
+RMD160 (Pyro4-4.63.tar.gz) = cc9accf72309923e5984b5d6289425ef560f125b
+SHA512 (Pyro4-4.63.tar.gz) = 2a73a38f26601a9d5c63d80018e4334a95bf2b49d52ea335526b9cc898a7472c13c7933a0091f9f625fa9dc2dfea9c085d56befa02c5a647f9a3f76ba5880ac3
+Size (Pyro4-4.63.tar.gz) = 473950 bytes



Home | Main Index | Thread Index | Old Index