diff --git a/py3-ml-metadata.yaml b/py3-ml-metadata.yaml index 7e973e5af09..bc5523900bf 100644 --- a/py3-ml-metadata.yaml +++ b/py3-ml-metadata.yaml @@ -1,7 +1,7 @@ package: name: py3-ml-metadata - version: 1.14.0 - epoch: 3 + version: 1.15.0 + epoch: 0 description: For recording and retrieving metadata associated with ML developer and data scientist workflows. copyright: - license: MIT @@ -13,7 +13,7 @@ environment: contents: packages: - bash - - bazel-5 + - bazel-6 - build-base - busybox - ca-certificates-bundle @@ -32,7 +32,7 @@ pipeline: with: repository: https://github.com/google/ml-metadata tag: v${{package.version}} - expected-commit: 4893bf12d763278a05867b61a47a478ed1286289 + expected-commit: abcb0705e71ccb71d064ad3d7ba6bdea5645cf91 - uses: patch with: diff --git a/py3-ml-metadata/0001-bump-abseil-boringssl-six-rules-foreign-cc-versions.patch b/py3-ml-metadata/0001-bump-abseil-boringssl-six-rules-foreign-cc-versions.patch index 01f796fe26e..a8302a39db1 100644 --- a/py3-ml-metadata/0001-bump-abseil-boringssl-six-rules-foreign-cc-versions.patch +++ b/py3-ml-metadata/0001-bump-abseil-boringssl-six-rules-foreign-cc-versions.patch @@ -1,8 +1,8 @@ diff --git a/WORKSPACE b/WORKSPACE -index 5c094e9..18d0579 100644 +index 2465151..b5f6a38 100644 --- a/WORKSPACE +++ b/WORKSPACE -@@ -24,18 +24,18 @@ http_archive( +@@ -24,18 +24,16 @@ http_archive( sha256 = "5308fc1d8865406a49427ba24a9ab53087f17f5266a7aabbfc28823f3916e1ca", ) @@ -21,12 +21,10 @@ index 5c094e9..18d0579 100644 url = "https://github.com/bazelbuild/rules_foreign_cc/archive/refs/tags/%s.tar.gz" % RULES_FOREIGN_CC_VERSION, - patch_tool = "patch", - patches = ["//ml_metadata/third_party:rules_foreign_cc.patch",], -+ #patch_tool = "patch", -+ #patches = ["//ml_metadata/third_party:rules_foreign_cc.patch",], ) load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies") -@@ -43,17 +43,17 @@ rules_foreign_cc_dependencies() +@@ -43,17 +41,17 @@ rules_foreign_cc_dependencies() http_archive( name = "com_google_absl", @@ -50,7 +48,7 @@ index 5c094e9..18d0579 100644 ], ) -@@ -99,11 +99,10 @@ http_archive( +@@ -98,11 +96,10 @@ http_archive( http_archive( name = "six_archive", urls = [ @@ -65,12 +63,11 @@ index 5c094e9..18d0579 100644 build_file = "//ml_metadata/third_party:six.BUILD" ) -@@ -254,7 +253,8 @@ http_archive( # windows - name = "com_google_zetasql", # windows - urls = ["https://github.com/google/zetasql/archive/%s.zip" % ZETASQL_COMMIT], # windows - strip_prefix = "zetasql-%s" % ZETASQL_COMMIT, # windows -- #patches = ["//ml_metadata/third_party:zetasql.patch"], # windows +@@ -253,6 +250,8 @@ http_archive( + urls = ["https://github.com/google/zetasql/archive/%s.zip" % ZETASQL_COMMIT], + strip_prefix = "zetasql-%s" % ZETASQL_COMMIT, + #patches = ["//ml_metadata/third_party:zetasql.patch"], + patch_tool = "patch", # windows + patches = ["//ml_metadata/third_party:zetasql-m4-1.4.19.patch"], # windows - sha256 = '651a768cd51627f58aa6de7039aba9ddab22f4b0450521169800555269447840' # windows - ) # windows + sha256 = '651a768cd51627f58aa6de7039aba9ddab22f4b0450521169800555269447840' + ) \ No newline at end of file diff --git a/py3-ml-metadata/series b/py3-ml-metadata/series index ca93c576c66..76f7c478e41 100644 --- a/py3-ml-metadata/series +++ b/py3-ml-metadata/series @@ -1,3 +1,3 @@ 0001-bump-abseil-boringssl-six-rules-foreign-cc-versions.patch 0002-add-zetasql-hackfix.patch -0003-postgresql-BUILD-disable-x86-64-specific-optimizatio.patch +0003-postgresql-BUILD-disable-x86-64-specific-optimizatio.patch \ No newline at end of file