Poetry 0.12.12 is out
Published on April 11, 2019
in
Releases
Bugfix release.
Fixes #
- Fix lock idempotency.
- Fix markers evaluation for
python_version
with precision < 3. - Fix permissions of the
dist-info
files. - Fix
prepare_metadata_for_build_wheel()
missing in the build backend. - Fix metadata inconsistency between wheels and sdists.
- Fix parsing of
platform_release
markers. - Fix metadata information when the project has git dependencies.
- Fix error reporting when publishing fails.
- Fix retrieval of
extras_require
in somesetup.py
files. (Thanks to @asodeur) - Fix wheel compression when building. (Thanks to @ccosby)
- Improve retrieval of information for packages with two python specific wheels.
- Fix request authentication when credentials are included in URLs. (Thanks to @connorbrinton)