Up to [cvs.NetBSD.org] / pkgsrc / devel / py-Pyro
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.30 / (download) - annotate - [select for diffs], Wed Feb 9 21:25:58 2022 UTC (21 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
HEAD
Changes since 1.29: +5 -3
lines
Diff to previous 1.29 (colored)
py-Pyro: updated to 4.82 release 4.82 fixed @expose issue on static method/classmethod due to API change in Python 3.10 switched from travis to using github actions for CI builds and tests Python 3.10 is now included in the unit test runs release 4.81 fix some typo's in docs corrected some minor other things in docs Python 3.9 is now included in the unit test runs No actual code changes.
Revision 1.29 / (download) - annotate - [select for diffs], Wed Jan 5 20:47:35 2022 UTC (23 months ago) by wiz
Branch: MAIN
Changes since 1.28: +4 -2
lines
Diff to previous 1.28 (colored)
*: set USE_PKG_RESOURCES for more packages
Revision 1.28 / (download) - annotate - [select for diffs], Tue Jan 4 20:52:47 2022 UTC (23 months ago) by wiz
Branch: MAIN
Changes since 1.27: +2 -1
lines
Diff to previous 1.27 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.27 / (download) - annotate - [select for diffs], Sun May 3 18:28:10 2020 UTC (3 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
py-Pyro: updated to 4.80 4.80: fix possible race condition when creating instances with instancemode "single"
Revision 1.26 / (download) - annotate - [select for diffs], Wed Dec 11 14:45:17 2019 UTC (3 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
py-Pyro: updated to 4.77 Pyro 4.77 - dropped support for Python 3.4 (which has reached end-of-life status). Supported Python versions are now 2.7, and 3.5 or newer. (the life cycle status of the Python versions can be seen here https://devguide.python.org/#status-of-python-branches) - URIs now allow spaces in the location part. Useful for unix domain sockets.
Revision 1.25 / (download) - annotate - [select for diffs], Fri Jun 21 11:20:32 2019 UTC (4 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
py-Pyro: updated to 4.76 Pyro 4.76 - corrected bogus space in worker thread name - thread server can now be cleanly stopped with SIGINT / Ctrl-C on Windows (if the selectors module is available which is also used by the multiplex server) - the behavior of the NATPORT config item has been corrected to be in line with the API behavior of the Daemon: if you leave this at 0 (the default), it will now correctly replicate the internal port number as NAT port (instead of crashing with a configuration error) - certs are now included in sdist archive so the ssl unit tests also run as intended - now correctly checks for write access to the correct logfile location, instead of assuming the current directory
Revision 1.24 / (download) - annotate - [select for diffs], Thu Feb 21 10:28:54 2019 UTC (4 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.23: +8 -8
lines
Diff to previous 1.23 (colored)
py-Pyro: updated to 4.75 Pyro 4.75: - fixed distributed-mandelbrot example to actually run multiple concurrent calculations. - CI build process now using more modern Python versions. - missing API method doc added on NameServer.count()
Revision 1.23 / (download) - annotate - [select for diffs], Sun Dec 16 14:33:24 2018 UTC (4 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.22: +11 -4
lines
Diff to previous 1.22 (colored)
py-Pyro: updated to 4.74 Pyro 4.74 - serpent 1.27 required to avoid regression in previous version - fixed marshal serializer problem that prevented it to even call register() in the name server. Its dumpsCall is now able to use the class_to_dict conversion for unmarshallable types (in simple situations, not recursively). Previously, you would get a ValueError: unmarshallable object. - msgpack, json and marshal serializers now understand how to serialize array.array the same way serpent already did Pyro 4.73 - include LICENSE file in distribution - avoid decode error when dealing with memoryview annotations Pyro 4.72 - (source files: normalized line endings to LF) - the -k command line option to supply a HMAC encryption key on the command line for the name server, nsc, echoserver, flameserver and httpgateway tools is now deprecated (and will print a warning if used). It is a security issue because the key used is plainly visible. If you require proper security, use Pyro's 2-way SSL feature. Alternatively, set the HMAC key in the (new) environment variable PYRO_HMAC_KEY if you still have to use it before launching the aforementioned tools. Pyro 4.71 - updated msgpack dependency (was msgpack-python but that name is now deprecated) - fixed restart and force reload commands of the contrib/init.d/pyro4-nsd script, and changed its port binding from 9999 back to 9090 which is Pyro's default. - serpent 1.24 library now required to fix some api deprecation warnings when using Python 3.7 or newer. - updated sphinx documentation theme Pyro 4.70 - bump to version 4.70 to emphasize the following change: - incompatible API change for python 3.7 compatibility: renaming of async function and keyword arguments in the API: Renamed Pyro4.core.async to Pyro4.core.asyncproxy (and its occurrence in Pyro4) and the async keyword argument in some methods to asynchronous. This had to be done because async (and await) are now parsed as keywords in Python 3.7 and using them otherwise will result in a SyntaxError when loading the module. It is suggested you stop using the asyncproxy function and instead create asynchronous proxies using the _pyroAsync method on the regular proxy. - For existing code running on Python *older than 3.7*, a backwards compatibility feature is present to still provide the async function and keyword arguments as they were supported on previous Pyro versions. But also for that older environments, it's advised to migrate away from them and start using the new names. - Proxy and Daemon have a new 'connected_socket' parameter. You can set it to a user-supplied connected socket that must be used by them instead of creating a new socket for you. Connected sockets can be created using the socket.socketpair() function for instance, and allow for easy and efficient communication over an internal socket between parent-child processes or threads, using Pyro. Also see the new 'socketpair' example. - dropped support for Python 3.3 (which has reached end-of-life status). Supported Python versions are now 2.7, and 3.4 or newer.
Revision 1.22 / (download) - annotate - [select for diffs], Tue Oct 31 12:53:58 2017 UTC (6 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
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
Revision 1.21 / (download) - annotate - [select for diffs], Sun Oct 8 10:21:57 2017 UTC (6 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.20: +18 -18
lines
Diff to previous 1.20 (colored)
py-Pyro: update to 4.62 Pyro 4.62: major new feature: SSL/TLS support added - a handful of new config items (ãàÏ´SLãàprefixed), supports server-only certificate and also 2-way-ssl (server+client certificates). For testing purposes, self-signed server and client certificates are available in the ãàÏÄertsãàdirectory. SSL/TLS in Pyro is supported on Python 2.7.11+ or Python 3.4.4+ (these versions have various important security related changes such as disabling vulnerable cyphers or protocols by default) added SSL example that shows how to configure 2-way-SSL in Pyro and how to do certificate verification on both sides. added cloudpickle serialization support (https://github.com/cloudpipe/cloudpickle/) added a small extended-pickle example that shows what dill and cloudpickle can do (send actual functions) daemon is now more resilient to exceptions occurring with socket communications (it logs them but is otherwise not interrupted) (this was required to avoid errors occurring in the SSL layer stopping the server) some small bugs fixed (crash when logging certain errors in thread server, invalid protected members showing up on pypy3) the raise data line in a traceback coming from Pyro now has a comment after it, telling you that you probably should inspect the remote traceback as well. note: if youãàÑÓe using Python 3 only and are interested in a modernized version of Pyro, have a look at Pyro5: https://github.com/irmen/Pyro5 ItãàÑÔ experimental work in progress, but it works pretty well. note: Pyro4 is reaching a state where I consider it ãà×Çeature completeãà IãàÑÎ considering not adding more new features but only doing bug-fixes. New features (if any) will then appear only in Pyro5.
Revision 1.20 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:24 2016 UTC (7 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Switch to MASTER_SITES_PYPI.
Revision 1.19 / (download) - annotate - [select for diffs], Sat Dec 13 09:05:30 2014 UTC (8 years, 11 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.18: +2 -3
lines
Diff to previous 1.18 (colored)
devel/py-unittest2 support py3x now.
Revision 1.18 / (download) - annotate - [select for diffs], Fri Jan 31 11:27:14 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.17: +3 -2
lines
Diff to previous 1.17 (colored)
Switch to versioned_dependencies.mk for unittest2, in a comment.
Revision 1.17 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:02 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.16: +1 -3
lines
Diff to previous 1.16 (colored)
Mark packages as not ready for python-3.x where applicable; either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
Revision 1.16 / (download) - annotate - [select for diffs], Wed Dec 4 16:41:01 2013 UTC (10 years ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4
Changes since 1.15: +6 -2
lines
Diff to previous 1.15 (colored)
update to 4.22 changes: -added IPv6 support -added Python3 support -bugfixes
Revision 1.15 / (download) - annotate - [select for diffs], Wed Oct 31 11:19:27 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.14: +1 -3
lines
Diff to previous 1.14 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Apr 8 19:08:50 2012 UTC (11 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.13: +1 -3
lines
Diff to previous 1.13 (colored)
Remove python24 and all traces of it from pkgsrc. Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
Revision 1.13 / (download) - annotate - [select for diffs], Sat Mar 10 19:47:24 2012 UTC (11 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.12: +3 -1
lines
Diff to previous 1.12 (colored)
Mark as python2.4-incompatible, see http://ftp.netbsd.org/pub/pkgsrc/misc/joerg/20120308.0100/py24-Pyro4-4.12/build.log
Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 17 18:32:57 2012 UTC (11 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.11: +10 -22
lines
Diff to previous 1.11 (colored)
update to 4.12 This is a complete rewrite.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Oct 15 12:08:37 2011 UTC (12 years, 1 month ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.10: +3 -5
lines
Diff to previous 1.10 (colored)
* convert PYDISTUTILPKG to regist egg-info. Bump PKGREVISION.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:28 2008 UTC (15 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.9: +3 -1
lines
Diff to previous 1.9 (colored)
Add DESTDIR support.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Apr 25 20:39:08 2008 UTC (15 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.8: +1 -2
lines
Diff to previous 1.8 (colored)
Update PYTHON_VERSIONS_COMPATIBLE - assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jun 17 21:01:29 2006 UTC (17 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.7: +5 -3
lines
Diff to previous 1.7 (colored)
Fixed pkglint warnings.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jun 2 17:10:36 2006 UTC (17 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Needs Python 2.2 or later.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:27 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:51 2006 UTC (17 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:37 2005 UTC (18 years, 8 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 9 10:53:45 2005 UTC (18 years, 11 months ago) by darcy
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Whitespace police.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 7 16:17:42 2005 UTC (18 years, 11 months ago) by darcy
Branch: MAIN
Changes since 1.1: +16 -1
lines
Diff to previous 1.1 (colored)
Use PYVERSSUFFIX to differentiate between versions built for different versions of Python and to resolve conflicts with other packages. Bump PKGREVISION.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 31 10:13:56 2004 UTC (18 years, 11 months ago) by darcy
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of Pyro from pkgsrc-wip. Pyro is an acronym for PYthon Remote Objects. It is an advanced and powerful Distributed Object Technology system written entirely in Python, that is designed to be very easy to use. It resembles Java's Remote Method Invocation (RMI). It is less similar to CORBA - which is a system- and language independent Distributed Object Technology and has much more to offer than Pyro or RMI. But Pyro is small, simple and free (MIT software license). Get the manual from http://pyro.sourceforge.net/pyro-manual/PyroManual.html Check quite impressive success stories on http://pyro.sourceforge.net/projects.html
Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 31 10:13:56 2004 UTC (18 years, 11 months ago) by darcy
Branch: MAIN
Initial revision