soniaai / rules_poetry

Bazel rules that use Poetry for Python package management
MIT License
72 stars 22 forks source link

updates rules_python to 0.8.1 #14

Closed nkato closed 2 years ago

nkato commented 2 years ago

I would like to update rules_python to 0.8.1 (the current latest version).

Build reproducibility is ensured in the latest version. The same process as the deterministic_env function is executed here: https://github.com/bazelbuild/rules_python/blob/0.8.1/python/pip_install/extract_wheels/__init__.py#L24

We no longer need the deterministic_env function, but I didn't delete it for backward compatibility.

I prepared rules_python based on this page: https://github.com/bazelbuild/rules_python/releases

NathanHowell commented 2 years ago

thanks 👍