Releases: periareon/req-compile
Releases · periareon/req-compile
1.0.0rc13
1.0.0rc13
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "req_compile",
sha256 = "7cf4aa1b954c22b12e0025aa6a24128ee94429c8bf02470a64ceaa281c060c38",
urls = ["https://github.com/sputt/req-compile/releases/download/1.0.0rc13/req_compile_src-v1.0.0rc13.tar.gz"],
)
Additional documentation can be found at: https://github.com/sputt/req-compile
What's Changed
- Fixes #3 - allow passing paths through stdin by @sputt in https://github.com/sputt/req-compile/pull/4
- Fix #5 source dist is incomplete by @sputt in https://github.com/sputt/req-compile/pull/6
- Improve recursion during compile and fix some version is_possible checks by @sputt in https://github.com/sputt/req-compile/pull/7
- Platform wheel sort by @sputt in https://github.com/sputt/req-compile/pull/13
- Support pyproject.toml based setuptools projects with only a setup.cf… by @sputt in https://github.com/sputt/req-compile/pull/15
- typing by @sputt in https://github.com/sputt/req-compile/pull/16
- Add only-binary and plumb through compile and candidates. by @sputt in https://github.com/sputt/req-compile/pull/19
- Add a test and fix an issue with :all: by @sputt in https://github.com/sputt/req-compile/pull/21
- Implement --urls and unify how solution output works by @sputt in https://github.com/sputt/req-compile/pull/22
- Update compiler to download setup requirements to a given wheeldir by @sputt in https://github.com/sputt/req-compile/pull/23
- Packaging fixes and push a solution file by @sputt in https://github.com/sputt/req-compile/pull/24
- Cleanup input parsing, don't copy git dirs for source dists by @sputt in https://github.com/sputt/req-compile/pull/26
- Skip candidates with unparseable versions. This fixes #27 by @sputt in https://github.com/sputt/req-compile/pull/28
- Use urllib parse on the url and resource when dumping via --urls by @sputt in https://github.com/sputt/req-compile/pull/29
- Add support for [project] keys for setuptools backend. by @sputt in https://github.com/sputt/req-compile/pull/30
- Intentionally pool non-source and non-solution repositories using a P… by @sputt in https://github.com/sputt/req-compile/pull/32
- Added
py.typed
file and enabledimplicit_optional
by @abrisco in https://github.com/sputt/req-compile/pull/35 - Ignore requirement expressions that aren't valid versions when determining if something is a prerelease check by @sputt in https://github.com/sputt/req-compile/pull/38
- Fix url detection in solutions by @abrisco in https://github.com/sputt/req-compile/pull/39
- Release 1.0.0rc11 by @abrisco in https://github.com/sputt/req-compile/pull/40
- Add Python 3.12 support by @sputt in https://github.com/sputt/req-compile/pull/41
- Enable testing for additional python versions and platforms by @abrisco in https://github.com/sputt/req-compile/pull/36
- Render
--find-links
into compiled outputs if provided in input files by @abrisco in https://github.com/sputt/req-compile/pull/43 - Added Bazel rules by @abrisco in https://github.com/sputt/req-compile/pull/42
- Add automated releases by @abrisco in https://github.com/sputt/req-compile/pull/44
- Release 1.0.0rc13 by @abrisco in https://github.com/sputt/req-compile/pull/45
New Contributors
- @sputt made their first contribution in https://github.com/sputt/req-compile/pull/4
- @abrisco made their first contribution in https://github.com/sputt/req-compile/pull/35
Full Changelog: https://github.com/sputt/req-compile/commits/1.0.0rc13