-
Notifications
You must be signed in to change notification settings - Fork 94
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
Update protobuf and pyzmq #3853
Conversation
Changes in
And in
|
Re-compiled the protoc --experimental_allow_proto3_optional -I=./ --python_out=./ data_messages.proto
git diff
diff --git a/cylc/flow/data_messages_pb2.py b/cylc/flow/data_messages_pb2.py
index a6160f8fc..8f99c465c 100644
--- a/cylc/flow/data_messages_pb2.py
+++ b/cylc/flow/data_messages_pb2.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: data_messages.proto
-
+"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
Version protoc --version
libprotoc 3.13.0
|
If CI passes, and reviewers approve, I'll create the PR in cylc-flow-feedstock 👍 |
Well done! will check soon... But tests passing so meh |
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.
@kinow - I think I'm a little wary about not having a fixed protobuf version, as we'd have to trust they don't put breaking changes between subversions.. And people use the latest sub-version binary when generating the module..
We'll see how it goes.. 👍
Ah, I realized just now that I used a version range instead of the latest version pinned. It will be a good experiment to see if anything happens with their patch updates, but hopefully that should work 🤞 Creating the sibling PR for Conda. Thanks @dwsutherland ! |
Given that there release page is still at 3.13.0 .. It'll likely be fine.. |
This is a small change with no associated Issue.
Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.setup.py
, seerecipe/meta.yaml
). - Update pyzmq conda-forge/cylc-flow-feedstock#13