This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
chore(deps): update dependency rules_python to v0.4.0 #1807
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.1.0
->0.4.0
Release Notes
bazelbuild/rules_python
v0.4.0
Compare Source
Changes from last release
WORKSPACE setup
Using the rules
See the source.
v0.3.0
Compare Source
New Features
compile_pip_requirements
- rule for easily producing a requirements.lock file (experimental).Contributions
03c4523
Smarter namespace pkg detection in pip_install (issue #381) (#483)6202ed2
Replace<code>
with backticks in docs. Addresses #255 (#486)f1b6b74
Check pip-compile failed to resolve requirements (#482). Thanks to @reiyw915f21b
Make lazily fetching dependencies compatible to disallow_empty_glob (#477). Thanks to @martis42ce19337
pip_install: avoid assuming 'Root-Is-Purelib' is provided in all WHEEL filesd95e89f
Migrate from bazelbuild/skydoc to bazelbuild/stardoc (#484)bccb3c5
Add a buildifier pre-commit hook (#481). Thanks to @alexeagle4b114a4
Ignore global pip config files for pip-compile (#473). Thanks to @keitheaed210
Added packaging docs (#480). Thanks to @UebelAndreed6cc8f
Allow overriding CUSTOM_COMPILE_COMMAND (#472). Thanks to @keith53ba6cb
Remove leading ./ in compile_pip_requirements (#471). Thanks to @person142ef4d735
fix defaulted macro args behaviour so users can actually set their values (#467)1dc8ed9
Introduce compile_pip_requirements rule (#373). Thanks to @alexeagle1b4f61b
Replace old pip_install_incremental reference (#462). Thanks to @person1426a9311c
Addpy_import
rule (#174). Thanks to @beasleyr-vmwa4c375b
requirements.bzl
is now visible outsidepip_repository
s (#463). Thanks to @UebelAndre017eb4f
Don't delete wheels from external repos with pip_parse (#458). Thanks to @person14204c6d7f
Also name the BUILD file in external repository roots BUILD.bazel (#457). Thanks to @person14237f04a4
Parse requirements files for global pip flags. (#456). Thanks to @hrfullerbc256ef
Ran buildifier (#449). Thanks to @UebelAndreIncompatible Changes
None
WORKSPACE setup
Using the rules
See the source.
v0.2.0
Compare Source
New Features
//experimental
. See https://github.com/bazelbuild/rules_python/pull/418rules_python
no longer mistakenly depends on bazel-skylib.Incompatible Changes
pip_install
packaging rule no longer supports Python 3.5 (which is end-of-life) due to upgrade ofpip
. See: https://github.com/bazelbuild/rules_python/pull/412WORKSPACE setup
Using the rules
See the source.
Configuration
📅 Schedule: "at 7am on Monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.