Skip to content

0.12.12

Compare
Choose a tag to compare
@sdispater sdispater released this 11 Apr 21:17
· 2248 commits to master since this release
0.12.12
e57e4ac

Fixed

  • 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 some setup.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)