Releases: cedarai/rules_pyvenv
Releases · cedarai/rules_pyvenv
1.2
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_pyvenv",
sha256 = "3a3cc6e211850178de02b618d301f3f39d1a9cddb54d499d816ff9ea835a2834",
strip_prefix = "rules_pyvenv-1.2",
url = "https://github.com/cedarai/rules_pyvenv/archive/refs/tags/v1.2.tar.gz",
)
What's Changed
- Create venv relative to workspace directory by @ArmaanT in #3
- Support Windows by @KoltesDigital in #9
- Install Python packages data files to venv by @kevinpark1217 in #12
New Contributors
- @ArmaanT made their first contribution in #3
- @KoltesDigital made their first contribution in #9
- @kevinpark1217 made their first contribution in #12
Full Changelog: 1.1...v1.2
1.1
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_pyvenv",
sha256 = "74aa1cdae0ba34daa00791d4a73ad80d5117854c057bdb535e3e84f36b6b91aa",
strip_prefix = "rules_pyvenv-1.1",
url = "https://github.com/cedarai/rules_pyvenv/archive/refs/tags/1.1.tar.gz",
)
What's Changed
1.0
First release
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_pyvenv",
sha256 = "216dd65adfd78a334e8ecb4f700ffcc3578351bfc89ca55127e5b656626f6916",
strip_prefix = "rules_pyvenv-1.0",
url = "https://github.com/cedarai/rules_pyvenv/archive/refs/tags/1.0.tar.gz",
)