Skip to content

Releases: cedarai/rules_pyvenv

1.2

13 Jul 04:39
0b03b0d
Compare
Choose a tag to compare
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

New Contributors

Full Changelog: 1.1...v1.2

1.1

13 Dec 21:55
cc898a8
Compare
Choose a tag to compare
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

  • forward extra kwargs from py_venv to its internal targets by @getim in #4
  • Better support for local libraries by @jvolkman in #5

1.0

12 Oct 03:52
Compare
Choose a tag to compare
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",
)