Skip to content

Releases: please-build/python-rules

tools-v1.2.0

04 Oct 11:47
1eead9a

Choose a tag to compare

  • 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

02 Aug 19:33
2a29361

Choose a tag to compare

  • Explicitly exit at the end of entry points generated by python_wheel's
    entry_points feature (#120)

v1.4.0

10 Jul 15:23
5ef1a8a

Choose a tag to compare

  • Use build.arcat config property instead of the deprecated java.jarcat

v1.3.0

16 May 15:56
6af76a6

Choose a tag to compare

  • Allow pex files to be stamped based on their content hash rather than
    the rule hash. This feature is gated behind the content_hashing feaure
    flag which can be abled by adding it to the python.featurefalgs plugin
    config variable (#107)
  • Stop pex files starting the bedugger if they're not being ran as part of the
    plz debug command. (#111)

tools-v1.1.1

16 May 15:23
224bdc8

Choose a tag to compare

  • Add debug env variable to only start the debugger when set

v1.2.4

22 Mar 15:18
c738aa6

Choose a tag to compare

  • Make test runner deps include their transitive deps

v1.2.3

21 Mar 18:53
3eaba4b

Choose a tag to compare

  • Remove python hashes feature flag

v1.2.2

14 Mar 15:00
932d84f

Choose a tag to compare

  • Upgrade pytest to 7.2.2
  • Add missing transitive dependencies for built-in test runners to
    please_pex

tools-v1.1.0

14 Mar 14:37
519fcf8

Choose a tag to compare

  • Upgrade pytest to 7.2.2
  • Ensure transitive dependencies are always present in test runners

v1.2.1

13 Mar 11:27
cbcd67e

Choose a tag to compare

  • Test for presence of --system option before invoking pip in pip_library
  • Add missing third-party packages to built-in test runners