Loading debian/changelog +9 −0 Original line number Diff line number Diff line sjrpc (10) unstable; urgency=low * Logging of sjrpc now use only "debug" verbosity. * Calls now raise an exception if RpcConnection is disconnected from its peer. * Fixed logging calls with format string. * Code cleanup with the help of pylint. -- Antoine Millet <antoine.millet@smartjog.com> Tue, 08 Feb 2011 13:24:56 +0100 sjrpc (9) unstable; urgency=low * Fixed the uuid bug Loading sjrpc/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,4 +21,4 @@ import sjrpc.server import sjrpc.client import sjrpc.utils __version__ = 9 __version__ = 10 Loading
debian/changelog +9 −0 Original line number Diff line number Diff line sjrpc (10) unstable; urgency=low * Logging of sjrpc now use only "debug" verbosity. * Calls now raise an exception if RpcConnection is disconnected from its peer. * Fixed logging calls with format string. * Code cleanup with the help of pylint. -- Antoine Millet <antoine.millet@smartjog.com> Tue, 08 Feb 2011 13:24:56 +0100 sjrpc (9) unstable; urgency=low * Fixed the uuid bug Loading
sjrpc/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,4 +21,4 @@ import sjrpc.server import sjrpc.client import sjrpc.utils __version__ = 9 __version__ = 10