Released Jan. 23, 2019
- After approximately 2 months of testing, no new regressions were detected in the 2.0 release candidate.
- Note that this release contains the implementation of PEP 571, e.g. manylinux2010 support.
Released Nov. 18, 2018
- [FEATURE] manylinux2010 policy support
(#92,
#130)
- Closes the auditwheel portion of "manylinux2010 rollout" (pypa/manylinux#179)
- [FEATURE] Drop Python 3.4 support and add Python 3.7 support (#127)
- Replace print statements with logger.
(#113)
- Closes #109
- Many small code cleanup PRs:
- Fix Travis flakiness by disabling caches and remove broken auto-deployments (#128)
Released Nov. 17, 2018
- After three weeks of testing, no bugs were reported in 1.10rc1.
Released Oct. 27, 2018
- [BUGFIX] Pin wheel to 0.31.1 to avoid the API break in the 0.32.0 release
(#106)
- Temporary fix for "auditwheel does not work with wheel>=0.32.0" (#102)
- [BUGFIX] Properly support non-extension wheels that contain binary dependencies (#110)
- [FEATURE] Support more platforms and Python implementations (#98)
- 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)
Released Jul. 3, 2018
- [BUGFIX] Skip pure wheels that don't need a platform added
(#71)
- Fixes "auditwheel repair should not fail on pure Python wheels" (#47)
- [FEATURE] Process non-Python binary executables (#95)
- [FEATURE] Add support for compiled cffi pypy extensions (#94)
- Remove unused
-f
/--force
option formain_repair.py
(#96)
Released Dec. 28, 2017
- [BUGFIX] Fix recursive
get_req_external
(#84) - [BUGFIX] Add libresolv to the whitelisted libraries
(#81)
- Fixes "Whitelist libresolv" (#80)
Released May 26, 2017
- [BUGFIX] Fix symbol version checks for symbols that do not follow the format
"NAME_X.X.X" (#73)
- Fixes "ValueError in versioned symbols" (#72)
- Code simplication (#74)
Released May 2, 2017
Released May 24, 2017
- Bad release. Accidentally a duplicate of 1.4. See #68 (comment)
Released Oct. 23, 2016
Released May 25, 2016
Released Apr. 3, 2016
Released Mar. 23, 2016
Released Jan. 30, 2016
Released Jan. 20, 2016