SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-rpyc-3.3.0-2.3.noarch.rpm :
Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:

* updated source url to files.pythonhosted.org

Fri Jan 9 13:00:00 2015 arunAATTgmx.de
- specfile:

* update copyright year

* the specfile was used for both v2 and v3 of python, make it python3 only

* remove if for opensuse version <1110

* update url

* update source url to pypi
- update to version 3.3.0:

* RPyC integrates with plumbum; plumbum is required for some
features, like rpyc_classic.py and zero deploy, but the core of
the library does n’t require it. It is, of course, advised to have
it installed.

* SshContext, SshTunnel classes killed in favor of plumbum’s SSH
tunneling. The interface doesn’t change much, except that
ssh_connect now accept a plumbum.SshMachine instance instead of
SshContext.

* Zero deploy: deploy RPyC to a remote machine over an SSH
connection and form an SSH tunnel connected to it, in just one
line of code. All you need is SSH access and a Python interpreter
installed on the remote machine.

* Dropping Python 2.4 support. RPyC now requires Python 2.5 - 3.3.

* rpycd - a well-behaved daemon for rpyc_classic.py, based on
python-daemon

* The OneShotServer is now exposed by rpyc_classic -m oneshot

* scripts directory renamed bin

* Introducing Splitbrain Python - running code on remote machines
transparently. Although tested, it is still considered
experimental.

* Removing the BgServerThread and all polling/timeout hacks in favor
of a “global background reactor thread” that handles all incoming
transport from all connections. This should solve all threading
issues once and for all.

* Added MockClassicConnection - a mock RPyC “connection” that allows
you to write code that runs either locally or remotely without
modification

* Added teleport_function

Mon Jan 21 13:00:00 2013 p.drouandAATTgmail.com
- Initial python3 support

Mon Jan 21 13:00:00 2013 p.drouandAATTgmail.com
- Update to version 3.2.3:

* No changelog available

Tue Mar 13 13:00:00 2012 jfunkAATTfunktronics.ca
- Update to 3.2.1:

* Adding missing import (#52)

* Fixing site documentation issue (#54)

* Fixing Python 3 incompatibilities (#58, #59, #60, #61, #66)

* Fixing slice issue (#62)

* Added the endpoints parameter to the config dict of connection (only on
the server side)

Thu Dec 8 13:00:00 2011 jfunkAATTfunktronics.ca
- Update to 3.2.0
- Added support for IPv6 (#28)
- Added SSH tunneling support (ssh_connect)
- Added restricted object wrapping
- Several fixes to AsyncResult and weak references
- Added the ThreadPoolServer
- Fixed some minor (harmless) races that caused tracebacks occasionally when
server-threads terminated
- Fixes issues #8, #41, #42, #43, #46, and #49.
- Converted all CRLF to LF (#40)
- Dropped TLSlite integration (#45). We’ve been dragging this corpse for too
long
- New documentation (both the website and docstrings) written in Sphinx
- Python 3.0-3.2 support
- 3.1.0
- Supports CPython 2.4-2.7, IronPython, and Jython
- tlslite has been ported to python 2.5-2.7 (the original library targeted
2.3 and 2.4)
- Initial python 3 support – not finished!
- Moves to a more conventional directory structure
- Moves to more standard facilities (logging, nosetests)
- Solves a major performance issue with the BgServingThread (#32), by
removing the contention between the two threads that share the connection
- Fixes lots of issues concerning the ForkingServer (#3, #7, and #15)
- Many small bug fixes (#16, #13, #4, etc.)
- Integrates with the built-in ssl module for SSL support
- rpyc_classic.py now takes several --ssl-xxx switches (see --help for more
info)
- Fixes typos, running pylint, etc.
- Breakage from 3.0.7:
- Removing egg builds (we’re pure python, and eggs just messed up the
build)
- Package layout changed drastically, and some files were renamed
- The servers/ directory was renamed scripts/
- classic_server.py was renamed rpyc_classic.py
- They scripts now install to your python scripts directory (no longer
part of the package), e.g. C:\\python27\\Scripts
- rpyc_classic.py now takes --register in order to register, instead of
- -dont-register, which was a silly choice
- classic.tls_connect, factory.tls_connect were renamed tlslite_connect,
to distinguish it from the new ssl_connect

Thu Feb 18 13:00:00 2010 jfunkAATTfunktronics.ca
- Update to 3.0.7

Tue Jul 17 14:00:00 2007 James Oakley - 2.60-1
- Initial release


 
ICM