setuptools Changelog

What's new in setuptools 8.2.1

Dec 23, 2014
  • Issue #306: Suppress warnings about Version format except in select scenarios (such as installation).

New in setuptools 2.2 (Feb 8, 2014)

  • Issue #141: Restored fix for allowing setup_requires dependencies to override installed dependencies during setup.
  • Issue #128: Fixed issue where only the first dependency link was honored in a distribution where multiple dependency links were supplied.

New in setuptools 2.1.2 (Feb 6, 2014)

  • Issue #144: Read long_description using codecs module to avoid errors installing on systems where LANG=C.

New in setuptools 2.1 (Jan 8, 2014)

  • Issue #129: Suppress inspection of *.whl files when searching for files in a zip-imported file.
  • Issue #131: Fix RuntimeError when constructing an egg fetcher.

New in setuptools 2.0.2 (Dec 30, 2013)

  • Fix NameError during installation with Python implementations (e.g. Jython) not containing parser module.
  • Fix NameError in sdist:re_finder.