- Nov 08, 2018
-
-
Casey Faist authored
-
Casey Faist authored
-
- Jul 26, 2018
-
-
Terence Lee authored
With inspiration from @KevinBrolly, this patch uses the stack image SQLite3 package but also still providing the dev headers and binary that users may still be using today. The benefit is that we won't need to rebuild all the python binaries for this to take affect. We can just stop shipping SQLite3 from future binaries. In addition, we don't need to worry about what version and when to update SQLite3 and maintaining the packages ourselves. This also includes updates to Python 2.7.15 and Python 3.6.6 so they can rebuilt with the stack image dev headers instead of building our own vendored SQLite3.
-
- Jun 28, 2018
-
-
Ian Stapleton Cordasco authored
Add runtime build recipes for our newly released versions Closes gh-720 Closes gh-721
-
- Nov 14, 2017
-
-
Josh Friend authored
-
- Sep 26, 2017
-
-
Kenneth Reitz authored
* fixed the bug for pypy-5.8.0 * changelog Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * python 2.7.14 Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * pipfile > requirements.txt Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * check for python_full_version too Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * 2.7.14 Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * warn when using an older version of python Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * requirements for anaconda buildpack Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * remove hashes for conda buildpack Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * improvements to pipenv python version detection Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * oops Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * oops Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * oops Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * echo not puts Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * try this Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * learn more Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * there we go Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * cleanups Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * cleanups Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * cleanups Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * unsupported Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * consistiency Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * be more specific Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * capitalize Pipfile.lock Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * attempt to force color Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * try this Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * try this Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * interactive Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * interactive Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * diagnose Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * try without -l Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * confirmed env working Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * just -c Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * use latest, to debug Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * no more bash Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * try … Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * don't use the git version of pipenv Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * oops Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * next version Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * 2.7.14 Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * comment out force color bits Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * readme Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * more tests Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * more tests Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * ellipsis Signed-off-by:
Kenneth Reitz <me@kennethreitz.org>
-
- Jul 17, 2017
-
-
Ed Morley authored
This copies the official Docker Python images approach of stripping the Python test suite after building from source. For Python 3.6.2 this reduces the output from 184MB to 121MB and removes the following directories: ``` .heroku/python/lib/python3.6/tkinter/test .heroku/python/lib/python3.6/ctypes/test .heroku/python/lib/python3.6/unittest/test .heroku/python/lib/python3.6/distutils/tests .heroku/python/lib/python3.6/sqlite3/test .heroku/python/lib/python3.6/lib2to3/tests .heroku/python/lib/python3.6/test ``` For Python 2.7.13 this reduces the output from 127MB to 91MB and removes the following directories: ``` .heroku/python/lib/python2.7/ctypes/test .heroku/python/lib/python2.7/unittest/test .heroku/python/lib/python2.7/distutils/tests .heroku/python/lib/python2.7/bsddb/test .heroku/python/lib/python2.7/lib-tk/test .heroku/python/lib/python2.7/sqlite3/test .heroku/python/lib/python2.7/lib2to3/tests .heroku/python/lib/python2.7/json/tests .heroku/python/lib/python2.7/email/test .heroku/python/lib/python2.7/test ``` Fixes #424.
-
Josh Friend authored
-
- Mar 23, 2017
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
- Dec 24, 2016
-
-
Kenneth Reitz authored
commit b611ff0cd6ed05ff27a42b6c2da656441056cfba Author: Kenneth Reitz <me@kennethreitz.org> Date: Fri Dec 23 23:11:51 2016 -0500 remove debugging statements commit d1ab8774 Author: Kenneth Reitz <me@kennethreitz.org> Date: Fri Dec 23 23:05:46 2016 -0500 ln -s commit 6844d125 Author: Kenneth Reitz <me@kennethreitz.org> Date: Fri Dec 23 22:55:41 2016 -0500 further debug commit 1346c290 Author: Kenneth Reitz <me@kennethreitz.org> Date: Fri Dec 23 22:54:42 2016 -0500 debug commit 3bc1b5e6 Author: Kenneth Reitz <me@kennethreitz.org> Date: Fri Dec 23 22:53:23 2016 -0500 say when installing pip or setuptools
-
Kenneth Reitz authored
-
- Dec 23, 2016
-
-
Kenneth Reitz authored
-
- Oct 26, 2016
-
-
Kenneth Reitz authored
-
- Jun 27, 2016
-
-
- Mar 15, 2016
-
-
Kenneth Reitz authored
-
- Dec 07, 2015
-
-
Kenneth Reitz authored
-
- Oct 08, 2015
-
-
Kenneth Reitz authored
-
- Jan 14, 2015
-
-
James Arthur authored
-
- Oct 28, 2014
-
-
Kenneth Reitz authored
This reverts commit ee93719b. Conflicts: builds/runtimes/download_python
-
- Aug 23, 2014
-
-
cclauss authored
-
- Jun 02, 2014
-
-
Kenneth Reitz authored
/cc @GrahamDumpleton
-
Kenneth Reitz authored
-
- May 19, 2014
-
-
cclauss authored
-
- Apr 02, 2014
-
-
Kenneth Reitz authored
-
- Mar 26, 2014
-
-
Kenneth Reitz authored
-