Poetry 0.12.9 is out
Published on November 19, 2018
in
Releases
Bugfix release.
Fixes
- Fixed executables from outside the virtualenv not being accessible.
- Fixed a possible error when building distributions with the
excludeoption. - Fixed the
runcommand for namespaced packages. - Fixed errors for virtualenvs with spaces in their path.
- Fixed prerelease versions being selected with the
addcommand.
Poetry 0.12.8 is out
Published on November 13, 2018
in
Releases
Bugfix release.
Fixes
- Fixed permission errors when adding/removing git dependencies on Windows.
- Fixed
Poolnot raising an exception when no package could be found. - Fixed reading
bz2source distribution. - Fixed handling of arbitrary equals in
InstalledRepository.
Poetry 0.12.7 is out
Published on November 8, 2018
in
Releases
Bugfix release.
Fixes
- Fixed reading of some
setup.pyfiles. - Fixed a
KeyErrorwhen getting information for packages which require reading setup files. - Fixed the building of wheels with C extensions and an
srclayout. - Fixed extras being selected when resolving dependencies even when not required.
- Fixed performance issues when packaging projects if a lot of files were excluded.
- Fixed installation of files.
- Fixed extras not being retrieved for legacy repositories.
- Fixed invalid transitive constraints raising an error for legacy repositories.
Poetry 0.12.6 is out
Published on November 5, 2018
in
Releases
Bugfix release.
Changes
- Poetry will now try to read, without executing, setup files (
setup.pyand/orsetup.cfg) if theegg_infocommand fails when resolving dependencies.
Fixes
- Fixed installation of directory dependencies.
- Fixed handling of dependencies with a
not inmarker operator. - Fixed support for VCS dependencies.
- Fixed the
excludeproperty not being respected if no VCS was available.
Poetry 0.12.5 is out
Published on October 26, 2018
in
Releases
Bugfix release.
Fixes
- Fixed installation of Poetry git dependencies with a build system.
- Fixed possible errors when resolving dependencies for specific packages.
- Fixed handling of Python versions compatibility.
- Fixed the dependency resolver picking up unnecessary dependencies due to not using the
python_full_versionmarker. - Fixed the
Python-Requiresmetadata being invalid for single Python versions.
Poetry 0.12.4 is out
Published on October 21, 2018
in
Releases
Bugfix release.
Fixes
- Fixed possible error on some combinations of markers.
- Fixed venv detection so that it only uses
VIRTUAL_ENVto detect activated virtualenvs.
Poetry 0.12.3 is out
Published on October 18, 2018
in
Releases
Bugfix release.
Fixes
- Fixed the
--no-devoption ininstallnot working properly. - Fixed prereleases being selected even if another constraint conflicted with them.
- Fixed an error when installing current package in development mode if the generated
setup.pyhad special characters. - Fixed an error in
installfor applications not following a known structure. - Fixed an error when trying to retrieve the current environment.
- Fixed
debug:infonot showing the current project’s virtualenv.
Poetry 0.12.2 is out
Published on October 17, 2018
in
Releases
Bugfix release.
Fixes
- Fixed an error when installing from private repositories.
- Fixed an error when trying to move the lock file on Python 2.7.
Poetry 0.12.1 is out
Published on October 17, 2018
in
Releases
Bugfix release.
Fixes
- Fixed an error when a license was not specified.
Poetry 0.12.0 is out
Published on October 17, 2018
in
Releases
This new version brings a brand new official installer, dependency resolver improvements, virtualenv management and detection improvements and many more small improvements and bug fixes.
New features
Brand new installer
A lot of issues on the official issue tracker were related to the installation of Poetry: bugs, permission errors and overall confusion about the way Poetry should be installed.