Skip to content

Commit

Permalink
PR #19346: Bumped rules_python version to 0.39.0
Browse files Browse the repository at this point in the history
Imported from GitHub PR openxla/xla#19346

cc @hawkinsp
Copybara import of the project:

--
292e7ebb7ee57e5af5977c08f0aaf28fc1f852e2 by vfdev-5 <[email protected]>:

Bumped rules_python version to 0.39.0

Merging this change closes #19346

PiperOrigin-RevId: 699100796
  • Loading branch information
vfdev-5 authored and copybara-github committed Nov 22, 2024
1 parent f8d87b4 commit f9197e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 37 deletions.
8 changes: 3 additions & 5 deletions third_party/py/python_init_rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
def python_init_rules():
http_archive(
name = "rules_python",
sha256 = "778aaeab3e6cfd56d681c89f5c10d7ad6bf8d2f1a72de9de55b23081b2d31618",
strip_prefix = "rules_python-0.34.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.34.0/rules_python-0.34.0.tar.gz",
patch_args = ["-p1"],
patches = [Label("//third_party/py:rules_python.patch")],
sha256 = "62ddebb766b4d6ddf1712f753dac5740bea072646f630eb9982caa09ad8a7687",
strip_prefix = "rules_python-0.39.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.39.0/rules_python-0.39.0.tar.gz",
)
32 changes: 0 additions & 32 deletions third_party/py/rules_python.patch

This file was deleted.

0 comments on commit f9197e1

Please sign in to comment.