-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish aspect-build/[email protected] (#1030)
Co-authored-by: Matt Mackay <[email protected]>
- Loading branch information
1 parent
b383568
commit 1116134
Showing
5 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
"aspect-build/rules_py" | ||
|
||
module( | ||
name = "aspect_rules_py", | ||
compatibility_level = 1, | ||
version = "0.4.0", | ||
) | ||
|
||
# Lower-bound versions of direct dependencies. | ||
# When bumping, add a comment explaining what's required from the newer release. | ||
bazel_dep(name = "aspect_bazel_lib", version = "1.33.0") | ||
bazel_dep(name = "bazel_skylib", version = "1.4.2") | ||
bazel_dep(name = "rules_python", version = "0.19.0") |
14 changes: 14 additions & 0 deletions
14
modules/aspect_rules_py/0.4.0/patches/module_dot_bazel_version.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
=================================================================== | ||
--- a/MODULE.bazel | ||
+++ b/MODULE.bazel | ||
@@ -2,9 +2,9 @@ | ||
|
||
module( | ||
name = "aspect_rules_py", | ||
compatibility_level = 1, | ||
- version = "0.0.0", | ||
+ version = "0.4.0", | ||
) | ||
|
||
# Lower-bound versions of direct dependencies. | ||
# When bumping, add a comment explaining what's required from the newer release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
bcr_test_module: | ||
module_path: "e2e/smoke" | ||
matrix: | ||
platform: ["debian10", "macos", "ubuntu2004"] | ||
tasks: | ||
run_tests: | ||
name: "Run test module" | ||
platform: ${{ platform }} | ||
test_targets: | ||
- "//..." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"integrity": "sha256-ULS0NJHN/BMjjCnLFZt8ys8KHlS9J7Zf8tX6xpr01G8=", | ||
"strip_prefix": "rules_py-0.4.0", | ||
"url": "https://github.com/aspect-build/rules_py/releases/download/v0.4.0/rules_py-v0.4.0.tar.gz", | ||
"patches": { | ||
"module_dot_bazel_version.patch": "sha256-+5GCu7YtkcTkPHJJ0xXaGf7Ujyq1QRtgWke0u834/GQ=" | ||
}, | ||
"patch_strip": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,8 @@ | |
"github:aspect-build/rules_py" | ||
], | ||
"versions": [ | ||
"0.3.0" | ||
"0.3.0", | ||
"0.4.0" | ||
], | ||
"yanked_versions": {} | ||
} |