Releases: please-build/python-rules
Releases · please-build/python-rules
tools-v1.2.0
- Upgrade importlib-metadata to 6.8.0 (#122) - note that this increases the
minimum Python version requirement for please_pex to 3.8
v1.4.1
v1.4.0
- Use build.arcat config property instead of the deprecated java.jarcat
v1.3.0
- Allow pex files to be stamped based on their content hash rather than
the rule hash. This feature is gated behind thecontent_hashingfeaure
flag which can be abled by adding it to thepython.featurefalgsplugin
config variable (#107) - Stop pex files starting the bedugger if they're not being ran as part of the
plz debugcommand. (#111)
tools-v1.1.1
- Add debug env variable to only start the debugger when set
v1.2.4
- Make test runner deps include their transitive deps
v1.2.3
- Remove python hashes feature flag
v1.2.2
- Upgrade pytest to 7.2.2
- Add missing transitive dependencies for built-in test runners to
please_pex
tools-v1.1.0
- Upgrade pytest to 7.2.2
- Ensure transitive dependencies are always present in test runners
v1.2.1
- Test for presence of --system option before invoking pip in pip_library
- Add missing third-party packages to built-in test runners