Skip to content

Commit a0a67c5

Browse files
1 parent 86f43d2 commit a0a67c5

File tree

5 files changed

+67
-1
lines changed

5 files changed

+67
-1
lines changed

Diff for: modules/buildozer/7.1.0/MODULE.bazel

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
module(
2+
name = "buildozer",
3+
version = "7.1.0",
4+
bazel_compatibility = [">=6.2.0"],
5+
)
6+
7+
buildozer_binary = use_extension("//:buildozer_binary.bzl", "buildozer_binary")
8+
buildozer_binary.buildozer(
9+
sha256 = {
10+
"darwin-amd64": "d2688d3b4b0ee5c6f14d30201cdbefa91d9dcaeb6066734bc3ff3739f0d27ee2",
11+
"darwin-arm64": "07b48894c7ec4f144df90d19b2a7eccd8dd70268e5c3fdf23967529b4e10dfa2",
12+
"linux-amd64": "d043fa1ca7822832dcb157e2b3a8cd24a21e7aeafb2b4501c28908ac6f8be561",
13+
"linux-arm64": "655d3b268f42b7370dc82f22b5c36974409ff2032d18ac94d8b1d56583ef896d",
14+
"windows-amd64": "0665eb97b10d78ff80d06c8df51a4b6e8484be79716687cecb96a89f3a535b30",
15+
},
16+
version = "7.1.0",
17+
)
18+
use_repo(buildozer_binary, "buildozer_binary")
19+
20+
bazel_dep(name = "platforms", version = "0.0.7", dev_dependency = True)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
===================================================================
2+
--- a/MODULE.bazel
3+
+++ b/MODULE.bazel
4+
@@ -1,7 +1,7 @@
5+
module(
6+
name = "buildozer",
7+
- version = "0.0.0",
8+
+ version = "7.1.0",
9+
bazel_compatibility = [">=6.2.0"],
10+
)
11+
12+
buildozer_binary = use_extension("//:buildozer_binary.bzl", "buildozer_binary")

Diff for: modules/buildozer/7.1.0/presubmit.yml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
bcr_test_module:
2+
module_path: tests/bcr
3+
matrix:
4+
platform:
5+
- debian10
6+
- ubuntu2004
7+
- macos
8+
- macos_arm64
9+
- windows
10+
bazel: [6.x, 7.x]
11+
tasks:
12+
run_test_module:
13+
name: Run test module
14+
platform: ${{ platform }}
15+
bazel: ${{ bazel }}
16+
batch_commands:
17+
# Workaround for https://github.com/bazelbuild/bazel/issues/3268
18+
- echo bazel-bcr/>> .bazelignore
19+
run_targets:
20+
- //:run_buildozer
21+
build_targets:
22+
- //...
23+
test_targets:
24+
- //...

Diff for: modules/buildozer/7.1.0/source.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"integrity": "sha256-0Jr7rm5zuD4BJVCsVYTCA3vfBlwOXjDoaOIi0pfdUIU=",
3+
"strip_prefix": "buildozer-7.1.0",
4+
"url": "https://github.com/fmeum/buildozer/releases/download/v7.1.0/buildozer-v7.1.0.tar.gz",
5+
"patches": {
6+
"module_dot_bazel_version.patch": "sha256-94F4yBMt8TejwC+uojt/E7GCp7VPcXVxFnHfxMXv2MU="
7+
},
8+
"patch_strip": 1
9+
}

Diff for: modules/buildozer/metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
],
1313
"versions": [
1414
"6.4.0",
15-
"6.4.0.2"
15+
"6.4.0.2",
16+
"7.1.0"
1617
],
1718
"yanked_versions": {}
1819
}

0 commit comments

Comments
 (0)