Skip to content

v2.6.0

Compare
Choose a tag to compare
@fredrikaverpil fredrikaverpil released this 11 Apr 18:07
· 83 commits to main since this release
f9398ea

Features

  • The venv's RECORD file was read only if no top_level.txt file was found in the venv. This behavior has changed, so that both the top_level.txt and RECORD files are always read now. This is done to simply increase the chance to find a correlation between the dependency name and its import name.
  • Before version 2.6.0, creosote used distlib.database to read the RECORD file. This code was cleaned up and the dependency on distlib has been removed.