Skip to content

Releases: python-poetry/poetry

0.6.4

21 Mar 21:25
0.6.4
16d49d1
Compare
Choose a tag to compare

Added

  • Added a debug:info command to get information about current environment.

Fixed

  • Fixed Python version retrieval inside virtualenvs.
  • Fixed optional dependencies being set as required in sdist.
  • Fixed --optional option in the add command not being used.

0.6.3

20 Mar 22:13
0.6.3
be2e054
Compare
Choose a tag to compare

Fixed

  • Fixed built wheels not getting information from the virtualenv.
  • Fixed building wheel with conditional extensions.
  • Fixed missing files in built wheel with extensions.
  • Fixed call to venv binaries on windows.
  • Fixed subdependencies representation in lock file.

0.6.2

19 Mar 20:06
0.6.2
8d84573
Compare
Choose a tag to compare

Changed

  • Changed how wilcard constraints are handled.

Fixed

  • Fixed errors with pip 9.0.2.

0.6.1

18 Mar 17:55
0.6.1
d27e504
Compare
Choose a tag to compare

Fixed

  • Fixed wheel entry points being written on a single line.
  • Fixed wheel metadata (Tag and Root-Is-Purelib).

0.6.0

16 Mar 23:14
0.6.0
cde1d16
Compare
Choose a tag to compare

Added

  • Added support for virtualenv autogeneration (Python 3.6+ only).
  • Added the run command to execute commands inside the created virtualenvs.
  • Added the debug:resolve command to debug dependency resolution.
  • Added pyproject.toml file validation.
  • Added support for Markdown readme files.

Fixed

  • Fixed color displayed in show command for semver-compatible updates.
  • Fixed Python requirements in publishing metadata.
  • Fixed update command reinstalling every dependency.

0.5.0

14 Mar 18:55
0.5.0
29264bc
Compare
Choose a tag to compare

Added

  • Added experimental support for package with C extensions.

Changed

  • Added hashes check when installing packages.

Fixed

  • Fixed handling of post releases.
  • Fixed python restricted dependencies not being checked against virtualenv version.
  • Fixed python/platform constraint not being picked up for subdependencies.
  • Fixed skipped packages appearing as installing.
  • Fixed platform specification not being used when resolving dependencies.

0.4.2

10 Mar 17:47
0.4.2
e80348e
Compare
Choose a tag to compare

Fixed

  • Fixed TypeError when requires_dist is null on PyPI.

0.4.1

08 Mar 21:22
0.4.1
90259c6
Compare
Choose a tag to compare

Fixed

  • Fixed missing entry point

0.4.0

08 Mar 21:10
0.4.0
ff43f6a
Compare
Choose a tag to compare

Added

  • Added packaging support (sdist and pure-python wheel).
  • Added the build command.
  • Added support for extras definition.
  • Added support for dependencies extras specification.
  • Added the config command.
  • Added the publish command.

Changed

  • Dependencies system constraints are now respected when installing packages.
  • Complied with PEP 440

Fixed

  • Fixed show command for VCS dependencies.
  • Fixed handling of releases with bad markers in PyPiRepository.

0.3.0

05 Mar 15:46
0.3.0
8f764c2
Compare
Choose a tag to compare

Added

  • Added the show command.
  • Added the --dry-run option to the add command.

Changed

  • Changed the poetry.toml file for the new, standardized pyproject.toml.
  • Dependencies of each package is now stored in the lock file.
  • Improved TOML file management.
  • Dependency resolver now respects the root package python version requirements.

Fixed

  • Fixed the add command for packages with dots in their names.