pip-tools v5.2.0 Release Notes

Release Date: 2020-05-27 // almost 4 years ago
  • ๐Ÿ”‹ Features:

    • ๐Ÿ‘‰ Show basename of URLs when pip-compile generates hashes in a verbose mode (1113). Thanks @atugushev
    • โž• Add --emit-index-url/--no-emit-index-url options to pip-compile (1130). Thanks @atugushev

    ๐Ÿ› Bug Fixes:

    • Fix a bug where pip-compile would ignore some of package versions when PIP_PREFER_BINARY is set on
      (1119). Thanks @atugushev
    • ๐Ÿ›  Fix leaked URLs with credentials in the debug output of pip-compile (1146). Thanks @atugushev
    • ๐Ÿ›  Fix a bug where URL requirements would have name collisions (1149). Thanks @geokala

    ๐Ÿ—„ Deprecations:

    • ๐Ÿ—„ Deprecate --index/--no-index in favor of --emit-index-url/--no-emit-index-url options in pip-compile (1130). Thanks @atugushev

    Other Changes:

    • Switch to setuptools declarative syntax through setup.cfg (1141). Thanks @jdufresne