Skip to content

Release candidate 1.10rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ehashman ehashman released this 27 Oct 20:38
1.10rc1
f8129fe

User-facing changes

  • Support more platforms and Python implementations (#98)
  • Pin wheel to 0.31.1 to avoid the API break in the 0.32.0 release (#106)
    • Temporary fix for #102 - auditwheel does not work with wheel>=0.32.0
  • Properly support non-extension wheels that contain binary dependencies (#110)
    • Fixes #107 - regression in tests from merging #95 ("show" after "repair" no longer identifies the platform correctly)
    • Fixes #32 - audits for binary files inside pure wheels
    • Fixes #47 - ensures that pure wheels are supported by "repair"

Housekeeping

  • Add PyPI badge to the README (#97)
  • Fix CD, hopefully (#99)
  • Ensure Travis fails when the tests fail (#106)
  • Remove the dot from py.test -> pytest (#112)