Skip to content

Commit

Permalink
buildozer@7.1.1.1 (#1840)
Browse files Browse the repository at this point in the history
Release: https://github.com/fmeum/buildozer/releases/tag/v7.1.1.1

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
  • Loading branch information
publish-to-bcr-bot[bot] and fmeum committed Apr 18, 2024
1 parent 1421722 commit 4b14fb5
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 1 deletion.
20 changes: 20 additions & 0 deletions modules/buildozer/7.1.1.1/MODULE.bazel
@@ -0,0 +1,20 @@
module(
name = "buildozer",
version = "7.1.1.1",
bazel_compatibility = [">=6.2.0"],
)

buildozer_binary = use_extension("//:buildozer_binary.bzl", "buildozer_binary")
buildozer_binary.buildozer(
sha256 = {
"darwin-amd64": "6286bbbcb5314d675fcb4ede30edf397a68c611005412c937b2cc0c4bf4b714b",
"darwin-arm64": "0a2f70aa7b864de9bf71d1aac39659017b7a84169506e350d9ec77c609265212",
"linux-amd64": "9a7424aca7ca911c85cfedeadf065f0d95c492e80f0e29bd07ea98f6eb087259",
"linux-arm64": "07c8ed5ca3efea7e20756e9060660b7e658c781953c60650a1b99cd8bb857fcf",
"windows-amd64": "edad2e85cc691b064de9675db8e732b2c5a4ada0b32282ecdf4b18692cc8d3fe",
},
version = "7.1.1",
)
use_repo(buildozer_binary, "buildozer_binary")

bazel_dep(name = "platforms", version = "0.0.7", dev_dependency = True)
12 changes: 12 additions & 0 deletions modules/buildozer/7.1.1.1/patches/module_dot_bazel_version.patch
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "buildozer",
- version = "0.0.0",
+ version = "7.1.1.1",
bazel_compatibility = [">=6.2.0"],
)

buildozer_binary = use_extension("//:buildozer_binary.bzl", "buildozer_binary")
24 changes: 24 additions & 0 deletions modules/buildozer/7.1.1.1/presubmit.yml
@@ -0,0 +1,24 @@
bcr_test_module:
module_path: tests/bcr
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel: [6.x, 7.x]
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
batch_commands:
# Workaround for https://github.com/bazelbuild/bazel/issues/3268
- echo bazel-bcr/>> .bazelignore
run_targets:
- //:run_buildozer
build_targets:
- //...
test_targets:
- //...
9 changes: 9 additions & 0 deletions modules/buildozer/7.1.1.1/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-wjmMsVBR96yT+WOlwN8g1gZRkc/VSPPnTjckHmIs9m8=",
"strip_prefix": "buildozer-7.1.1.1",
"url": "https://github.com/fmeum/buildozer/releases/download/v7.1.1.1/buildozer-v7.1.1.1.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-dOIwFLCmsm5pLgHK9aPnVXTjEsvn3xC4aHTXpbyrR2o="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/buildozer/metadata.json
Expand Up @@ -14,7 +14,8 @@
"6.4.0",
"6.4.0.2",
"7.1.0",
"7.1.1"
"7.1.1",
"7.1.1.1"
],
"yanked_versions": {}
}

0 comments on commit 4b14fb5

Please sign in to comment.