Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update openssl fetch Committer: Robin Becker <robin@reportlab.com> * Use $TRAVIS_COMMIT as image tag * Use TRAVIS_COMMIT in deploy.sh * Empty commit to trigger update to auditwheel 1.5.0 (pypa#81) * Patch libc headers to make them compatible with C99 inline semantics Closes: pypa#86 * Add 3.6.0 to CPython versions to build Closes pypagh-82 * Update to latest bugfix releases of older Python versions * FIX missing symlink to pip Also make sure that calls to rm never ask for interactive confirmation. * Use Python 3.6 to install certifi and auditwheel * Split travis build into 2 parallel jobs * Use the trusty image This is hopefully a workaround to use the docker service with a build matrix: travis-ci/travis-ci#5448 * Update to Python 3.4.6 and Python 3.5.3 * Update OPENSSL_ROOT to latest release [k] (current specified one [j] does not exist anymore in the OPENSSL_DOWNLOAD_URL ftp repo.) * README: python 3.6 * BF: use vault repositories for EOL CentOS 5 Main repositories for CentOS 5 now offline; point yum at vault.centos.org (via IP to specialize to a particular server). * Reference specific 5.11 release instead of version 5 Also switched the IP address for the DNS name to avoid any future surprises. Fixes pypa#103 Credit for this fix goes out to Ryan Walker (@ryandub) and Lars Butler (@larsbutler). * Changed build.sh to compile SQLite3 from source and install in /usr/local. (pypa#93) * Bundle copy of epel-release-5.4.noarch.rpm
- Loading branch information