-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misc changes #431
Misc changes #431
Conversation
Signed-off-by: Cedric Hombourger <[email protected]>
Signed-off-by: Cedric Hombourger <[email protected]>
Signed-off-by: Cedric Hombourger <[email protected]>
zerorpc was using methods future.utils to be compatible with both Python 2.x and 3.x but Debian trixie does not ship python3-future. Replace uses of the future module with (hopefully) equivalent Python 3.x constructs. Signed-off-by: Cedric Hombourger <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
thank you @kergoth |
SPDX-License-Identifier: MIT | ||
Copyright (c) 2015 François-Xavier Bourlet ([email protected]) | ||
|
||
Index: zerorpc-0.6.3/zerorpc/context.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean the package is currently broken on trixie? Do we already have an upstream bug report?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. I will submit the PR but the project appears to be orphaned. I have asked my colleagues in Bangalore to switch to a more main stream RPC framework (gRPC?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ref: https://github.com/0rpc/zerorpc-python not touched for 4 years
I had filed a PR for a different issue/fix and it did not get the attention of the maintainers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW what I liked in zerorpc when starting with it back in 2017 was that it would transparently expose Python objects over the network
No description provided.