Skip to content

Commit

Permalink
Publish aspect-build/[email protected] (#1030)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Mackay <[email protected]>
  • Loading branch information
publish-to-bcr-bot[bot] and Matt Mackay authored Oct 19, 2023
1 parent b383568 commit 1116134
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 1 deletion.
13 changes: 13 additions & 0 deletions modules/aspect_rules_py/0.4.0/MODULE.bazel
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")
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.
10 changes: 10 additions & 0 deletions modules/aspect_rules_py/0.4.0/presubmit.yml
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:
- "//..."
9 changes: 9 additions & 0 deletions modules/aspect_rules_py/0.4.0/source.json
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
}
3 changes: 2 additions & 1 deletion modules/aspect_rules_py/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"github:aspect-build/rules_py"
],
"versions": [
"0.3.0"
"0.3.0",
"0.4.0"
],
"yanked_versions": {}
}

0 comments on commit 1116134

Please sign in to comment.