Skip to content

v2.6.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@fredrikaverpil fredrikaverpil released this 11 Apr 12:59
09d62fc

Install

pip install --pre creosote==2.6.0rc1

Features

  • In addition to checking the venv's top_level.txt file for the dependency's import name, creosote used to check the venv's RECORD file, using distlib.database. This code was cleaned up a bit, and the dependency of distlib was removed.
  • If the venv's top_level.txt file (for the given dependency) was found, the RECORD file check was not performed in Creosote 2.5.0. In this release this behavior is changed and the RECORD file check is always being performed. The reason for doing this is simply to increase the chances of finding the dependency's import name.
  • The dependency on distlib was removed.