Skip to content

Commit

Permalink
chore: delete rules_python patch
Browse files Browse the repository at this point in the history
The change is now upstream
  • Loading branch information
alexeagle committed Nov 14, 2023
1 parent 420b41e commit adb4680
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 42 deletions.
33 changes: 0 additions & 33 deletions patches/01-rules_python-direct-wheels-filegroup.patch

This file was deleted.

8 changes: 3 additions & 5 deletions py/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ def rules_py_dependencies():

http_archive(
name = "rules_python",
patch_args = ["-p1"],
patches = ["//:patches/01-rules_python-direct-wheels-filegroup.patch"],
sha256 = "5868e73107a8e85d8f323806e60cad7283f34b32163ea6ff1020cf27abef6036",
strip_prefix = "rules_python-0.25.0",
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.25.0.tar.gz",
sha256 = "cff4c0ac0873ce089557b72828f34b82e67f35e9accfe414b5c3230907104a87",
strip_prefix = "rules_python-9facc3e3341f156377c61afbaa1dfb79a3843b78",
url = "https://github.com/bazelbuild/rules_python/archive/9facc3e3341f156377c61afbaa1dfb79a3843b78.tar.gz",
)
6 changes: 3 additions & 3 deletions py/tests/external-deps/expected_pathing
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Python: (pwd)/bazel-out/[exec]/bin/py/tests/external-deps/pathing.runfiles/pathing.venv/bin/python
version: 3.9.17 (main, REDACTED)
[Clang 16.0.3 ]
version info: sys.version_info(major=3, minor=9, micro=17, releaselevel='final', serial=0)
version: 3.9.18 (main, REDACTED)
[Clang 17.0.1 ]
version info: sys.version_info(major=3, minor=9, micro=18, releaselevel='final', serial=0)
cwd: (pwd)
site-packages folder: ['(pwd)/bazel-out/[exec]/bin/py/tests/external-deps/pathing.runfiles/pathing.venv/lib/python3.9/site-packages']

Expand Down
2 changes: 1 addition & 1 deletion py/tests/virtual/django/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.7.2 \
--hash=sha256:89b2ef2247e3b562a16eef663bc0e2e703ec6468e2fa8a5cd61cd449786d4f6e \
--hash=sha256:9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed
# via django
django==4.2.0 \
django==4.2 \
--hash=sha256:ad33ed68db9398f5dfb33282704925bce044bef4261cd4fb59e4e7f9ae505a78 \
--hash=sha256:c36e2ab12824e2ac36afa8b2515a70c53c7742f0d6eaefa7311ec379558db997
# via -r py/tests/virtual/django/requirements.in
Expand Down

0 comments on commit adb4680

Please sign in to comment.