-
-
Notifications
You must be signed in to change notification settings - Fork 677
Comparing changes
Open a pull request
base repository: bazel-contrib/rules_python
base: main
head repository: bazeltools/rules_python
compare: topic/py3.7
- 12 commits
- 15 files changed
- 4 contributors
Commits on Mar 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f648175 - Browse repository at this point
Copy the full SHA f648175View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70e93a8 - Browse repository at this point
Copy the full SHA 70e93a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c4c15a - Browse repository at this point
Copy the full SHA 3c4c15aView commit details
Commits on May 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d34cf10 - Browse repository at this point
Copy the full SHA d34cf10View commit details
Commits on Jun 1, 2022
-
Revert "Init: pypa/installer (#700)"
This reverts commit 9b8ab1e.
Ian O Connell committedJun 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 55e5625 - Browse repository at this point
Copy the full SHA 55e5625View commit details -
Revert "Updated
pip,pkginfo,setuptools, andwheel. (#661)"This reverts commit fe30f15.
Ian O Connell committedJun 1, 2022 Configuration menu - View commit details
-
Copy full SHA for c58ba0e - Browse repository at this point
Copy the full SHA c58ba0eView commit details -
Try comment this to unblock things
Ian O Connell committedJun 1, 2022 Configuration menu - View commit details
-
Copy full SHA for cc35d2a - Browse repository at this point
Copy the full SHA cc35d2aView commit details
Commits on Aug 16, 2023
-
Implement py_proto_library (#832)
* Add py_proto_library * Bump versions of rules_proto and protobuf * Update documentation * Bump rules_pkg version
Configuration menu - View commit details
-
Copy full SHA for e5786d7 - Browse repository at this point
Copy the full SHA e5786d7View commit details
Commits on Aug 24, 2023
-
fix: plugin_output in py_proto_library rule (#1280)
plugin_output was wrong in case multiple repositories are involved and/or _virtual_imports. The code is taken from `cc_proto_library` and has been verified in practice.
Configuration menu - View commit details
-
Copy full SHA for 641661e - Browse repository at this point
Copy the full SHA 641661eView commit details
Commits on Aug 25, 2023
-
Merge pull request #2 from bazeltools/bport/py3.7
Backport py_proto_library
Configuration menu - View commit details
-
Copy full SHA for 0b46d08 - Browse repository at this point
Copy the full SHA 0b46d08View commit details
Commits on Sep 20, 2023
-
**Problem** Currently rules_python injects the `@com_google_protobuf//:protobuf_python` as the protobuf runtime of proto-generated `py_proto_library` targets. This actually is inconvenient since protoc version may not match up with pip protobuf runtime. Often pip protobuf needs to go ahead of the protoc version to use 3rdparty libraries etc. **Solution** This changes the `proto_lang_toolchain` definition since as far as I can tell rules_python doesn't expose the knob to customize this at build time unlike Java does with `--proto_toolchain_for_java`.
Configuration menu - View commit details
-
Copy full SHA for 62612c7 - Browse repository at this point
Copy the full SHA 62612c7View commit details -
Merge pull request #3 from bazeltools/wip/use_pip_protobuf
Use pip_protobuf as runtime
Configuration menu - View commit details
-
Copy full SHA for 4938420 - Browse repository at this point
Copy the full SHA 4938420View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...topic/py3.7