Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update auditwheel to 2.0.0 #262

Merged
merged 1 commit into from
Mar 1, 2019

Conversation

pyup-bot
Copy link
Contributor

This PR updates auditwheel from 1.10.0 to 2.0.0.

Changelog

2.0

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](https://www.python.org/dev/peps/pep-0571/), e.g. manylinux2010 support.

2.0rc1

Released Nov. 18, 2018

User-facing changes

- [FEATURE] manylinux2010 policy support
([92](https://github.com/pypa/auditwheel/pull/92),
[130](https://github.com/pypa/auditwheel/pull/130))
 - Closes the auditwheel portion of "manylinux2010 rollout" ([pypa/manylinux179](https://github.com/pypa/manylinux/issues/179))
- [FEATURE] Drop Python 3.4 support and add Python 3.7 support
([127](https://github.com/pypa/auditwheel/pull/127))

Housekeeping

- Replace print statements with logger.
([113](https://github.com/pypa/auditwheel/pull/113))
 - Closes [109](https://github.com/pypa/auditwheel/issues/109)
- Many small code cleanup PRs:
 - Update Python versions in README and setup.cfg ([123](https://github.com/pypa/auditwheel/pull/123))
 - Remove unneeded parentheses ([122](https://github.com/pypa/auditwheel/pull/122))
 - Use a Pythonic context manager ([118](https://github.com/pypa/auditwheel/pull/118))
 - Remove unused variables and imports ([121](https://github.com/pypa/auditwheel/pull/121), [117](https://github.com/pypa/auditwheel/pull/117))
 - Use Python 3 class syntax ([119](https://github.com/pypa/auditwheel/pull/119))
 - Fix log.warn deprecation warning ([120](https://github.com/pypa/auditwheel/pull/120))
- Fix Travis flakiness by disabling caches and remove broken auto-deployments
([128](https://github.com/pypa/auditwheel/pull/128))
Links

@ehashman
Copy link
Member

Looks like this can be merged, but it's unclear if it's actually useful in the manylinux1 image 😄

@takluyver takluyver mentioned this pull request Feb 14, 2019
@mayeut
Copy link
Member

mayeut commented Feb 21, 2019

@trishankatdatadog,
I guess it should be merged-in even on manylinux1 (even though it's not that useful on that image)
Any insight ?

@trishankatdatadog
Copy link
Member

last time something bad happened

@njsmith what do you think?

@mayeut
Copy link
Member

mayeut commented Feb 21, 2019

If I'm not mistaken last time something bad happened was with the wheel package, not auditwheel.
PS1: audtiwheel is still tested on manylinux1 image
PS2: even though far from being exhaustive in what can be done with auditwheel, all tests of cibuildwheel are passing.

@trishankatdatadog trishankatdatadog merged commit 91cb02f into master Mar 1, 2019
@trishankatdatadog trishankatdatadog deleted the pyup-update-auditwheel-1.10.0-to-2.0.0 branch March 1, 2019 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants