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

Merge manylinux2014 branch in master branch #993

Merged
merged 141 commits into from
Feb 7, 2021

Conversation

mayeut
Copy link
Member

@mayeut mayeut commented Feb 7, 2021

Part of #877

CPython 2.7 will be dropped on manylinux2010 (#428)

Fix #659

mayeut and others added 30 commits November 10, 2019 23:15
latest autofconf was released in 2012, use the system provided one which is the latest on CentOS 7
* Update certifi from 2019.9.11 to 2019.11.28 (pypa#400)

* Update setuptools from 41.6.0 to 42.0.1 (pypa#398)

* Update setuptools from 42.0.1 to 42.0.2 (pypa#401)
- Update CPython 3.6 from 3.6.9 to 3.6.10
- Update CPython 3.7 from 3.7.5 to 3.7.6
- Update CPython 3.8 from 3.8.0 to 3.8.1
)

Bumps [setuptools](https://github.com/pypa/setuptools) from 46.0.0 to 46.1.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/master/CHANGES.rst)
- [Commits](pypa/setuptools@v46.0.0...v46.1.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
)

Bumps [setuptools](https://github.com/pypa/setuptools) from 46.1.1 to 46.1.3.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/master/CHANGES.rst)
- [Commits](pypa/setuptools@v46.1.1...v46.1.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
mayeut and others added 20 commits February 6, 2021 20:44
Use docker buildx to allow for simple layer caching by actions/cache
Caching will be mostly beneficial for aarch64/ppc64le/s390x where build times are extremely long with qem
[manylinux2014] Build on GHA
Bumps [pip](https://github.com/pypa/pip) from 21.0 to 21.0.1.
- [Release notes](https://github.com/pypa/pip/releases)
- [Changelog](https://github.com/pypa/pip/blob/master/NEWS.rst)
- [Commits](pypa/pip@21.0...21.0.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
)

Bumps [setuptools](https://github.com/pypa/setuptools) from 52.0.0 to 53.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v52.0.0...v53.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
@mayeut mayeut changed the title Merge manylinux2014 branch in master Merge manylinux2014 branch in master branch Feb 7, 2021
@mayeut mayeut merged commit a88ff36 into pypa:master Feb 7, 2021
@rdb
Copy link
Contributor

rdb commented Feb 7, 2021

Why SWIG? Is there a particular reason for including it?

@mayeut
Copy link
Member Author

mayeut commented Feb 7, 2021

c.f. #659

@mayeut mayeut deleted the merge-manylinux2014-manylinux2010 branch February 7, 2021 18:43
fdintino added a commit to fdintino/pillow-avif-plugin that referenced this pull request Feb 23, 2021
CPython 2.7 is no longer supported by manylinux2010 (pypa/manylinux#993)
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.

Add recent CMake and SWIG