Casey Faist
e68f556e63
Build and release Python 3.8.2
2020-02-27 15:26:33 -07:00
Casey Faist
6fc11b8370
add up-to-date Pypy runtimes
2019-12-23 00:15:44 -05:00
Casey Faist
514c494891
Add new Python runtimes
2019-12-23 00:08:04 -05:00
Casey Faist
87ba8b499a
Update python 2 formulas
2019-10-29 15:12:04 -07:00
Casey Faist
bf1b1dc3f8
update base Python 2 formula
2019-10-29 15:06:17 -07:00
Casey Faist
3c40bf8bea
update 3.5 formulas
2019-10-29 14:54:36 -07:00
Casey Faist
fade163df8
update Changelog
2019-10-29 14:45:58 -07:00
Casey Faist
c12f395c9a
update all 3.6 formulas to load python3 base
2019-10-29 14:39:26 -07:00
Casey Faist
151df58e86
don't use vendored sqlite from s3 in formulas
2019-10-29 14:35:36 -07:00
Casey Faist
50cdf10a36
move libsqlite-dev install back to dockerfile
2019-10-29 14:14:20 -07:00
Casey Faist
3f9a80ad24
don't check stack defensively as its not forwards compatible
2019-10-29 14:14:20 -07:00
Casey Faist
14c15f4dd8
create symlinks for python3 formula to sqlite
2019-10-29 14:14:20 -07:00
Casey Faist
9bd5fa7c7f
replace formula sqlite install
2019-10-29 14:14:20 -07:00
Casey Faist
7f639739e3
add new 2.7.17 formula
2019-10-21 17:06:32 -07:00
Casey Faist
521ed3ff60
create and stage new python runtimes
2019-10-17 14:07:09 -07:00
Casey Faist
783c2e2329
ensure and add comments to base python formulas
2019-09-10 18:35:54 -07:00
Casey Faist
12279e69d5
Clean up comments from python3
2019-09-10 18:20:25 -07:00
Casey Faist
a724dfc62e
Add new formula for python3 and latest 3.6 and 3.7 patches
2019-09-10 18:20:25 -07:00
Casey Faist
f3af6aa4a2
add python3 formula
2019-09-10 18:20:25 -07:00
Casey Faist
6bc4d42774
first try for python-3.6.9
2019-09-10 18:20:25 -07:00
David Zuelke
b52fac4d32
reuse logic in runtimes/pypy3 formulae
2019-09-10 18:20:25 -07:00
David Zuelke
e28c1012b7
reuse logic in runtimes/pypy formulae
2019-09-10 18:20:25 -07:00
David Zuelke
e965516197
fix python 3.5.7 formula actually building 3.7.2
2019-07-17 01:55:46 +02:00
Casey Faist
9d3639685a
add new python and update default
2019-04-03 09:12:44 -07:00
Casey
76bb572a4d
Release prep 151 ( #813 )
...
* new runtimes
* update default latest
2019-03-21 10:54:12 -07:00
Casey
bebc0cf439
Python 2.7.16 ( #808 )
...
* new recipe for new runtime
* add new runtime formula
* wrangle tests into submission
2019-03-11 13:22:29 -04:00
Casey Faist
797652a75d
new runtimes and travis test updates
2019-01-31 14:46:42 -05:00
Casey Faist
f3ef152624
update tests to pass, add 3.4
2018-11-11 15:34:49 -06:00
Casey Faist
0a169e76a4
fix extra slash in python install location
2018-11-08 13:54:44 -06:00
Casey Faist
ae4713efd8
add new runtimes and test repos
2018-11-08 13:54:44 -06:00
Terence Lee
221722fb27
setup libsqlite3-dev and sqlite3 binary to match stack's libsqlite3-0
...
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.
2018-07-26 16:49:23 -05:00
Ian Stapleton Cordasco
9a3c1fab04
Build Python 3.6.6 and 3.7.0
...
Add runtime build recipes for our newly released versions
Closes gh-720
Closes gh-721
2018-06-28 08:33:50 -05:00
Ian Stapleton Cordasco
3c64697472
Add Python 2.7.15 to the list of runtimes ( #692 )
...
* Add Python 2.7.15 to the list of runtimes
Closes #691
* Update the default Python 2 to 2.7.15 everywhere
2018-05-01 10:27:32 -04:00
Josh Friend
23827b59c8
Add CPython 3.6.5 ( #676 )
...
fixes #674
2018-04-18 09:10:33 -04:00
kennethreitz
de680016c9
latest python version (3.6.4) ( #496 )
...
Update buildpack to latest version of Python.
2018-01-08 12:20:55 -05:00
Josh Friend
646466c4dd
Add CPython 3.6.4 ( #495 )
2018-01-02 08:22:37 -05:00
Josh Friend
2608bf43dd
Add CPython 3.6.3 ( #479 )
2017-11-14 12:24:30 -05:00
kennethreitz
ff223597f3
Upgrades 🔝 ( #475 )
...
* 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 >
2017-09-26 11:42:14 -04:00
kennethreitz
1d37749ec1
fixed the bug for pypy-5.8.0 ( #431 )
2017-07-31 19:27:48 -04:00
Josh Friend
da13bf1f3d
Add pypy2-5.8.0 ( #430 )
2017-07-31 18:46:43 -04:00
Ed Morley
78767e7199
Exclude Python's test suite from generated Python archives ( #425 )
...
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 .
2017-07-17 13:00:47 -04:00
Josh Friend
4293ec5564
Add CPython 3.6.2 ( #422 )
2017-07-17 11:48:05 -04:00
kennethreitz
0a4cc2c476
pypy3-5.8.0 ( #414 )
2017-06-15 15:54:40 -04:00
kennethreitz
c8c8995d70
Next version ( #405 )
...
* python 3.5.3
* v108
* new setuptools version
* removed unneeded variable
2017-06-03 17:51:44 -04:00
kennethreitz
a1ed1d7b42
Faster pipenv ( #385 )
...
* skip pip install for pipenv
* better
* improvements
* indent
* chmod +x
* export
* skip uninstall too
* pip freeze
* Revert "skip uninstall too"
This reverts commit faac96f62004f78c3d27a92cd865954fc7a3a53d.
* better comments
* redirect stderr to stdout
2017-05-25 10:55:01 -07:00
Kaelan Thijs Fouwels
48f67ac5a6
Add runtime for python3 version of pypy 3.7.1 ( #383 )
2017-05-11 12:57:47 -04:00
kennethreitz
f6d63ea53d
chmod formula ( #382 )
2017-05-11 12:42:47 -04:00
Josh Friend
668219ae59
Add PyPy-5.7.1 ( #370 )
2017-05-11 12:10:13 -04:00
kennethreitz
70a152bd46
oops
2017-03-23 18:19:45 -04:00
kennethreitz
0b580d997e
python 3.6.1
2017-03-23 18:16:40 -04:00