Publish awk.bzl@0.2.3 (#6043)
Co-authored-by: alexeagle <47395+alexeagle@users.noreply.github.com>
diff --git a/modules/awk.bzl/0.2.3/MODULE.bazel b/modules/awk.bzl/0.2.3/MODULE.bazel
new file mode 100644
index 0000000..0978f4d
--- /dev/null
+++ b/modules/awk.bzl/0.2.3/MODULE.bazel
@@ -0,0 +1,16 @@
+"Bazel dependencies"
+
+module(
+ name = "awk.bzl",
+ compatibility_level = 1,
+ version = "0.2.3",
+)
+
+bazel_dep(name = "bazel_skylib", version = "1.4.1")
+bazel_dep(name = "package_metadata", version = "0.0.2")
+bazel_dep(name = "platforms", version = "0.0.5")
+bazel_dep(name = "gawk", version = "5.3.2.bcr.1")
+
+bazel_dep(name = "aspect_bazel_lib", version = "2.19.3", dev_dependency = True)
+bazel_dep(name = "buildifier_prebuilt", version = "6.1.2", dev_dependency = True)
+bazel_dep(name = "rules_testing", version = "0.8.0", dev_dependency = True)
diff --git a/modules/awk.bzl/0.2.3/attestations.json b/modules/awk.bzl/0.2.3/attestations.json
new file mode 100644
index 0000000..6e593ee
--- /dev/null
+++ b/modules/awk.bzl/0.2.3/attestations.json
@@ -0,0 +1,17 @@
+{
+ "mediaType": "application/vnd.build.bazel.registry.attestation+json;version=1.0.0",
+ "attestations": {
+ "source.json": {
+ "url": "https://github.com/alexeagle/awk.bzl/releases/download/v0.2.3/source.json.intoto.jsonl",
+ "integrity": "sha256-Ce6+5Q8dMDSiBXnVUZODVkbM0Fg9KB1RULSstGSaTGc="
+ },
+ "MODULE.bazel": {
+ "url": "https://github.com/alexeagle/awk.bzl/releases/download/v0.2.3/MODULE.bazel.intoto.jsonl",
+ "integrity": "sha256-SjdtvB+N+wt4f4wv+iHyNtZQEjJqj/9/nzesaW0nwAk="
+ },
+ "awk.bzl-v0.2.3.tar.gz": {
+ "url": "https://github.com/alexeagle/awk.bzl/releases/download/v0.2.3/awk.bzl-v0.2.3.tar.gz.intoto.jsonl",
+ "integrity": "sha256-jtcV4QHumFc9ZO8xKVEewQjiXtojGGvKObWTSTpfscg="
+ }
+ }
+}
diff --git a/modules/awk.bzl/0.2.3/patches/module_dot_bazel_version.patch b/modules/awk.bzl/0.2.3/patches/module_dot_bazel_version.patch
new file mode 100644
index 0000000..0903e39
--- /dev/null
+++ b/modules/awk.bzl/0.2.3/patches/module_dot_bazel_version.patch
@@ -0,0 +1,13 @@
+===================================================================
+--- a/MODULE.bazel
++++ b/MODULE.bazel
+@@ -2,8 +2,9 @@
+
+ module(
+ name = "awk.bzl",
+ compatibility_level = 1,
++ version = "0.2.3",
+ )
+
+ bazel_dep(name = "bazel_skylib", version = "1.4.1")
+ bazel_dep(name = "package_metadata", version = "0.0.2")
diff --git a/modules/awk.bzl/0.2.3/presubmit.yml b/modules/awk.bzl/0.2.3/presubmit.yml
new file mode 100644
index 0000000..697bfca
--- /dev/null
+++ b/modules/awk.bzl/0.2.3/presubmit.yml
@@ -0,0 +1,12 @@
+bcr_test_module:
+ module_path: "examples"
+ matrix:
+ platform: ["ubuntu2004"]
+ bazel: ["7.x"]
+ tasks:
+ run_tests:
+ name: "Run test module"
+ platform: ${{ platform }}
+ bazel: ${{ bazel }}
+ test_targets:
+ - "//..."
diff --git a/modules/awk.bzl/0.2.3/source.json b/modules/awk.bzl/0.2.3/source.json
new file mode 100644
index 0000000..283b4f6
--- /dev/null
+++ b/modules/awk.bzl/0.2.3/source.json
@@ -0,0 +1,10 @@
+{
+ "integrity": "sha256-gK5BqP+bvMAKIwiaC8CU1vwbYx59wvgi1mXGvjMiOJ8=",
+ "strip_prefix": "awk.bzl-0.2.3",
+ "docs_url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-{TAG}.docs.tar.gz",
+ "url": "https://github.com/alexeagle/awk.bzl/releases/download/v0.2.3/awk.bzl-v0.2.3.tar.gz",
+ "patches": {
+ "module_dot_bazel_version.patch": "sha256-ChCc7kC827KxawEy/dUoZGi2aGUPDzyn7FSMj21FahU="
+ },
+ "patch_strip": 1
+}
diff --git a/modules/awk.bzl/metadata.json b/modules/awk.bzl/metadata.json
index c6490d7..091b14d 100644
--- a/modules/awk.bzl/metadata.json
+++ b/modules/awk.bzl/metadata.json
@@ -13,7 +13,8 @@
],
"versions": [
"0.1.2",
- "0.2.2"
+ "0.2.2",
+ "0.2.3"
],
"yanked_versions": {}
}