1.0.0rc14
github-actions
released this
10 Apr 03:38
·
44 commits
to master
since this release
1.0.0rc14
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_req_compile",
sha256 = "f23b059ab559d807a5ef6c61265c96a2fcdcaa263d273eed77be00e534f2a4e8",
urls = ["https://github.com/sputt/req-compile/releases/download/1.0.0rc14/rules_req_compile-v1.0.0rc14.tar.gz"],
)
Additional documentation can be found at: https://github.com/sputt/req-compile
What's Changed
- Fix ability to use Bazel rules in external repos by @abrisco in https://github.com/sputt/req-compile/pull/46
- Update
py_reqs_solution_test
to accept individual.in/.txt
files by @abrisco in https://github.com/sputt/req-compile/pull/47 - Compile windows requirements by @abrisco in https://github.com/sputt/req-compile/pull/48
- Allow
py_reqs_compiler
to write wheels for sdist dependencies by @abrisco in https://github.com/sputt/req-compile/pull/49 - Add quotes to py_reqs_compiler default compile command by @abrisco in https://github.com/sputt/req-compile/pull/50
- Enable windows CI by @abrisco in https://github.com/sputt/req-compile/pull/52
- Added regression testing for pip_parse compatibility by @abrisco in https://github.com/sputt/req-compile/pull/54
- Add GitHub action for compiling requirements by @abrisco in https://github.com/sputt/req-compile/pull/56
- Added
py_package_annotation
Bazel rules by @abrisco in https://github.com/sputt/req-compile/pull/55 - Release 1.0.0rc14 by @abrisco in https://github.com/sputt/req-compile/pull/57
Full Changelog: sputt/req-compile@1.0.0rc13...1.0.0rc14