Skip to content

Commit 7fab3d4

Browse files
octo-sts[bot]wolfi-botajaykusersergio-chainguard
authored
py3-ml-metadata/1.15.0 package update (#17476)
* py3-ml-metadata/1.15.0 package update Signed-off-by: wolfi-bot <[email protected]> * Update py3-ml-metadata.yaml * Update py3-ml-metadata.yaml * add patches back * remove patch Signed-off-by: user <[email protected]> * temporarily change to bazelisk for testing Signed-off-by: Sergio Gonzalez <[email protected]> * py3-ml-medata: fix build, we need to regenerate the bazel dependency version update patches Signed-off-by: James Rawlings <[email protected]> --------- Signed-off-by: wolfi-bot <[email protected]> Signed-off-by: user <[email protected]> Signed-off-by: Sergio Gonzalez <[email protected]> Signed-off-by: James Rawlings <[email protected]> Co-authored-by: wolfi-bot <[email protected]> Co-authored-by: Ajay Kemparaj <[email protected]> Co-authored-by: user <[email protected]> Co-authored-by: Sergio Gonzalez <[email protected]> Co-authored-by: James Rawlings <[email protected]>
1 parent f18ff82 commit 7fab3d4

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

py3-ml-metadata.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: py3-ml-metadata
3-
version: 1.14.0
4-
epoch: 3
3+
version: 1.15.0
4+
epoch: 0
55
description: For recording and retrieving metadata associated with ML developer and data scientist workflows.
66
copyright:
77
- license: MIT
@@ -13,7 +13,7 @@ environment:
1313
contents:
1414
packages:
1515
- bash
16-
- bazel-5
16+
- bazel-6
1717
- build-base
1818
- busybox
1919
- ca-certificates-bundle
@@ -32,7 +32,7 @@ pipeline:
3232
with:
3333
repository: https://github.com/google/ml-metadata
3434
tag: v${{package.version}}
35-
expected-commit: 4893bf12d763278a05867b61a47a478ed1286289
35+
expected-commit: abcb0705e71ccb71d064ad3d7ba6bdea5645cf91
3636

3737
- uses: patch
3838
with:

py3-ml-metadata/0001-bump-abseil-boringssl-six-rules-foreign-cc-versions.patch

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/WORKSPACE b/WORKSPACE
2-
index 5c094e9..18d0579 100644
2+
index 2465151..b5f6a38 100644
33
--- a/WORKSPACE
44
+++ b/WORKSPACE
5-
@@ -24,18 +24,18 @@ http_archive(
5+
@@ -24,18 +24,16 @@ http_archive(
66
sha256 = "5308fc1d8865406a49427ba24a9ab53087f17f5266a7aabbfc28823f3916e1ca",
77
)
88

@@ -21,12 +21,10 @@ index 5c094e9..18d0579 100644
2121
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/refs/tags/%s.tar.gz" % RULES_FOREIGN_CC_VERSION,
2222
- patch_tool = "patch",
2323
- patches = ["//ml_metadata/third_party:rules_foreign_cc.patch",],
24-
+ #patch_tool = "patch",
25-
+ #patches = ["//ml_metadata/third_party:rules_foreign_cc.patch",],
2624
)
2725

2826
load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies")
29-
@@ -43,17 +43,17 @@ rules_foreign_cc_dependencies()
27+
@@ -43,17 +41,17 @@ rules_foreign_cc_dependencies()
3028

3129
http_archive(
3230
name = "com_google_absl",
@@ -50,7 +48,7 @@ index 5c094e9..18d0579 100644
5048
],
5149
)
5250

53-
@@ -99,11 +99,10 @@ http_archive(
51+
@@ -98,11 +96,10 @@ http_archive(
5452
http_archive(
5553
name = "six_archive",
5654
urls = [
@@ -65,12 +63,11 @@ index 5c094e9..18d0579 100644
6563
build_file = "//ml_metadata/third_party:six.BUILD"
6664
)
6765

68-
@@ -254,7 +253,8 @@ http_archive( # windows
69-
name = "com_google_zetasql", # windows
70-
urls = ["https://github.com/google/zetasql/archive/%s.zip" % ZETASQL_COMMIT], # windows
71-
strip_prefix = "zetasql-%s" % ZETASQL_COMMIT, # windows
72-
- #patches = ["//ml_metadata/third_party:zetasql.patch"], # windows
66+
@@ -253,6 +250,8 @@ http_archive(
67+
urls = ["https://github.com/google/zetasql/archive/%s.zip" % ZETASQL_COMMIT],
68+
strip_prefix = "zetasql-%s" % ZETASQL_COMMIT,
69+
#patches = ["//ml_metadata/third_party:zetasql.patch"],
7370
+ patch_tool = "patch", # windows
7471
+ patches = ["//ml_metadata/third_party:zetasql-m4-1.4.19.patch"], # windows
75-
sha256 = '651a768cd51627f58aa6de7039aba9ddab22f4b0450521169800555269447840' # windows
76-
) # windows
72+
sha256 = '651a768cd51627f58aa6de7039aba9ddab22f4b0450521169800555269447840'
73+
)

py3-ml-metadata/series

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
0001-bump-abseil-boringssl-six-rules-foreign-cc-versions.patch
22
0002-add-zetasql-hackfix.patch
3-
0003-postgresql-BUILD-disable-x86-64-specific-optimizatio.patch
3+
0003-postgresql-BUILD-disable-x86-64-specific-optimizatio.patch

0 commit comments

Comments
 (0)