Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions modules/openapi_tools_generator_bazel/0.2.2/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module(
name = "openapi_tools_generator_bazel",
version = "0.2.2",
compatibility_level = 0,
)

bazel_dep(name = "rules_pkg", version = "1.0.1")
openapi_gen = use_extension("@openapi_tools_generator_bazel//:extension.bzl", "openapi_gen")
use_repo(openapi_gen, "openapi_tools_generator_bazel_cli")

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
===================================================================
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This header line is not part of the standard unified diff format and will likely cause the patch command to fail. Please remove it to ensure the patch can be applied correctly.

--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,5 +1,5 @@
module(
name = "openapi_tools_generator_bazel",
- version = "0.2.1",
+ version = "0.2.2",
compatibility_level = 0,
)

bazel_dep(name = "rules_pkg", version = "1.0.1")
23 changes: 23 additions & 0 deletions modules/openapi_tools_generator_bazel/0.2.2/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
bcr_test_module:
module_path: "internal/test/bcr"
incompatible_flags:
"--incompatible_autoload_externally=":
- "7.x"
matrix:
platform:
- rockylinux8
- debian10
- ubuntu2004
- macos
- windows
bazel:
# This needs to exactly match the value used in .bazelversion at the root.
- 7.x
- 8.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "//:pylib"
9 changes: 9 additions & 0 deletions modules/openapi_tools_generator_bazel/0.2.2/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-m+Oj46bHfbAJmRpJHt3fJIez6nWDGhF4SvMfqLCjidY=",
"strip_prefix": "openapi-generator-bazel-0.2.2",
"url": "https://github.com/OpenAPITools/openapi-generator-bazel/releases/download/v0.2.2/openapi-generator-bazel-v0.2.2.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-zWQeCbh7vIrwMtMQCQY54MLWCfpzmCZOh58RowcSW44="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/openapi_tools_generator_bazel/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
],
"versions": [
"0.2.0",
"0.2.1"
"0.2.1",
"0.2.2"
],
"yanked_versions": {}
}
Loading