Skip to content

Commit b15d1e3

Browse files
authored
openapi_tools_generator 0.2.2 (#6539)
@bazel-io skip_check incompatible_flags
1 parent 8a77a53 commit b15d1e3

File tree

5 files changed

+58
-1
lines changed

5 files changed

+58
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module(
2+
name = "openapi_tools_generator_bazel",
3+
version = "0.2.2",
4+
compatibility_level = 0,
5+
)
6+
7+
bazel_dep(name = "rules_pkg", version = "1.0.1")
8+
openapi_gen = use_extension("@openapi_tools_generator_bazel//:extension.bzl", "openapi_gen")
9+
use_repo(openapi_gen, "openapi_tools_generator_bazel_cli")
10+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- a/MODULE.bazel
2+
+++ b/MODULE.bazel
3+
@@ -1,5 +1,5 @@
4+
module(
5+
name = "openapi_tools_generator_bazel",
6+
- version = "0.2.1",
7+
+ version = "0.2.2",
8+
compatibility_level = 0,
9+
)
10+
11+
bazel_dep(name = "rules_pkg", version = "1.0.1")
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
bcr_test_module:
2+
module_path: "internal/test/bcr"
3+
matrix:
4+
platform:
5+
- rockylinux8
6+
- debian10
7+
- ubuntu2004
8+
- macos
9+
- windows
10+
bazel:
11+
# This needs to exactly match the value used in .bazelversion at the root.
12+
- 7.x
13+
- 8.x
14+
tasks:
15+
verify_targets:
16+
name: Verify build targets
17+
platform: ${{ platform }}
18+
bazel: ${{ bazel }}
19+
build_targets:
20+
- "//:pylib"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"integrity": "sha256-m+Oj46bHfbAJmRpJHt3fJIez6nWDGhF4SvMfqLCjidY=",
3+
"strip_prefix": "openapi-generator-bazel-0.2.2",
4+
"url": "https://github.com/OpenAPITools/openapi-generator-bazel/releases/download/v0.2.2/openapi-generator-bazel-v0.2.2.tar.gz",
5+
"patches": {
6+
"module_dot_bazel_version.patch": "sha256-Bsc+ylbAcxqEkbMz1/Elk6TRr8/OKstqLFPkmD0lB/A="
7+
},
8+
"patch_strip": 1
9+
}

modules/openapi_tools_generator_bazel/metadata.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,21 @@
1818
"github": "BradHolmes",
1919
"github_user_id": 8644351,
2020
"name": "Brad Holmes"
21+
},
22+
{
23+
"email": "[email protected]",
24+
"github": "bu3",
25+
"github_user_id": 9742158,
26+
"name": "Fabio Mangione"
2127
}
2228
],
2329
"repository": [
2430
"github:OpenAPITools/openapi-generator-bazel"
2531
],
2632
"versions": [
2733
"0.2.0",
28-
"0.2.1"
34+
"0.2.1",
35+
"0.2.2"
2936
],
3037
"yanked_versions": {}
3138
}

0 commit comments

Comments
 (0)