- 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>
-
- Sep 25, 2017
-
-
Kenneth Reitz authored
* improvements to pipenv Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * capitalize Signed-off-by:
Kenneth Reitz <me@kennethreitz.org>
-
- Sep 08, 2017
-
-
Kenneth Reitz authored
* only do this on heroku-16 * history Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * code comment Signed-off-by:
Kenneth Reitz <me@kennethreitz.org>
-
Zach McCormick authored
-
Ed Morley authored
* Add a test for the cryptography (cffi) compile step Since it's currently untested. * Skip vendoring libffi/libmemcached on Heroku-16 Unlike for Cedar-14, Heroku-16 comes with these packages pre-installed: https://github.com/heroku/stack-images/blob/5a341970cfc1f201014262ad64c3b3e47514f663/heroku-16/installed-packages.txt#L111 https://github.com/heroku/stack-images/blob/5a341970cfc1f201014262ad64c3b3e47514f663/heroku-16/installed-packages.txt#L172 As such the build scripts had already been made a no-op on Heroku-16: https://github.com/heroku/heroku-buildpack-python/blob/fedae5ceda5a42f594012f911c3808dd5dc6fd9e/builds/libraries/vendor/libffi#L6-L9 https://github.com/heroku/heroku-buildpack-python/blob/fedae5ceda5a42f594012f911c3808dd5dc6fd9e/builds/libraries/vendor/libmemcache#L6-L9 ...meaning the Heroku-16 archives for them on S3 contain zero files. However until now, the buildpack was still unnecessarily downloading and extracting these empty archives - and not just on the first compile (like on cedar-14), but every compile since the directory check will never succeed.
-
- Sep 05, 2017
-
-
Kenneth Reitz authored
* fixed the bug for pypy-5.8.0 * update changelog Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * blacklist for old apps Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * only blacklist pythonhome/path Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * updated changelog Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * be more agressive with blacklisting Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * sub_env was a terrible idea Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * changelog update Signed-off-by:
Kenneth Reitz <me@kennethreitz.org>
-
Kenneth Reitz authored
* fixed the bug for pypy-5.8.0 * update changelog Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * blacklist for old apps Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * only blacklist pythonhome/path Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * updated changelog Signed-off-by:
Kenneth Reitz <me@kennethreitz.org>
-
Ed Morley authored
* NLTK support: Update test to use multiple corpora So that the incorrect handling of multiple IDs seen in #444 would have been caught. Also switches to some of the smaller corpora, to reduce time spent downloading during tests (see sizes on http://www.nltk.org/nltk_data/). * NLTK support: Fix passing of multiple corpora identifiers As part of fixing the shellcheck warnigns in #438, double quotes had been placed around `$nltk_packages` passed to the `nltk.downloader`, which causes multiple identifiers to be treated as though it were just one identifier that contains spaces. The docs for the shellcheck warning in question recommend using arrays if the intended behaviour really is to split on spaces: https://github.com/koalaman/shellcheck/wiki/SC2086#exceptions As such, `readarray` has been used, which is present in bash >=4. The `[*]` array form is used in the log message, to prevent shellcheck warning SC2145, whereas `[@]` is used when passed to `nltk.downloader` to ensure the array elements are unpacked as required. Note: Both before and after this fix, using anything but unix line endings in `nltk.txt` will also cause breakage.
-
- Aug 31, 2017
-
-
Kenneth Reitz authored
* fixed the bug for pypy-5.8.0 * update pipenv support Signed-off-by:
Kenneth Reitz <me@kennethreitz.org>
-
- Aug 28, 2017
-
-
Kenneth Reitz authored
* fixed the bug for pypy-5.8.0 * changelog entry Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * use std-lib sub-env Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * let's see if this cleans things up Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * try v7 of stdlib Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * use new sub_env Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * set_env Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * set_default_env Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * v8 of stdlib Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * v112 Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * oops (merge bug) Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * final merge error resolve Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * final final fix for merge conflict Signed-off-by:
Kenneth Reitz <me@kennethreitz.org>
-
- Aug 12, 2017
-
-
Samuel Spencer authored
* Allow environment variables during pip install, fixes #416 * shift sub-env command, fix typo * bash check thingy fixed
-
- Aug 08, 2017
-
-
Ed Morley authored
* Test that the cache is invalidated when the stack changes * Improve UX when clearing cache due to the stack changing Now outputs a message informing that the cache was cleared, and clears the cache first to avoid a redundant message about removing an old Python version.
-
- Aug 03, 2017
-
-
Kenneth Reitz authored
* fixed the bug for pypy-5.8.0 * enable shellcheck in makefile Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * make compile script shellcheck compatible Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * let's see what this says * fix pip installation Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * shellcheck detect script * shellcheck release Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * shellcheck test-compile Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * shellcheck warnings/utils * updated makefile Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * shellcheck collectstatic Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * shellcheck cryptography Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * shellcheck eggpath fixes Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * shellcheck gdal * shellcheck goes-libs Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * shellcheck mercurial Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * nltk shellcheck * shellcheck pip-install Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * shellcheck pip-uninstall Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * shellcheck pipenv Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * shellcheck pylibmc Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * shellcheck python Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * update makefile Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * final update to makefile Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * fix tests Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * actually fix the tests Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * update pipenv-python-version Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * requested fixes Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * update spellcheck sources * attempted fix for shell globbing Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * further attempted fix Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * switch nltk styling Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * no more need for temp app for installing pip Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * attempt at staged build for shellcheck Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * attempted fix of travis file Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * reorder travis file * add shellcheck to install * make things clearer in travis file Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * better travis file Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * attempt at better travis file Signed-off-by:
Kenneth Reitz <me@kennethreitz.org> * better travis file Signed-off-by:
Kenneth Reitz <me@kennethreitz.org>
-
- Jul 17, 2017
-
-
Kenneth Reitz authored
* pypy3-5.8.0 * updated cpython to 3.6.2 * update README to reflect new Python version
-
- Jun 20, 2017
-
-
Kenneth Reitz authored
* update default python to 3.6.1 * v110 * nltk python2
-
- Jun 14, 2017
-
- Jun 05, 2017
-
-
Kenneth Reitz authored
-
- Jun 03, 2017
-
-
Kenneth Reitz authored
* python 3.5.3 * v108 * new setuptools version * removed unneeded variable
-
Kenneth Reitz authored
* Revert "Fix pyyaml (#402)" This reverts commit ff949085. * Revert "Don't install packages that could mess packaging up (#397)" This reverts commit 5496c02f.
-
- Jun 02, 2017
-
-
Kenneth Reitz authored
* Revert "use pkg_resources to check for distributions (#395)" This reverts commit 9b185f99. * use sp-grep for django detection * sp-grep * fix setuptools script
-
- May 31, 2017
-
-
Kenneth Reitz authored
* updated changelog * remove setuptools sanity check * update changelog * pip-clean * changelog note * refactor codebase to improve package name detection * fix version string * cleanup * add messaging, improve execution * do uninstall first
-
- May 30, 2017
-
-
Kenneth Reitz authored
* updated changelog * remove setuptools sanity check
-
David Lord authored
more accurate than parsing requirements.txt fixes #359
-
- May 26, 2017
-
-
Kenneth Reitz authored
* attempted fix * added a comment * fixes * improved changelog
-
- May 25, 2017
-
-
Kenneth Reitz authored
* 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
-
- May 05, 2017
-
-
Ed Morley authored
So that any changes made to `.heroku/` within pre_compile (such as installing additional libraries required for the later pip install) are not clobbered by the cache being copied over afterwards. Fixes #320.
-
Kenneth Reitz authored
* update python.gunicorn.sh to WEB_CONCURRENCY.sh * don't remove WEB_CONCURRENCY for prefixed 0s * split gunicorn functionality into its own file * cleanup comments * fix var ordering * add retry to curl * use proper url for buildpack stdlib
-
- May 03, 2017
-
-
Kenneth Reitz authored
* basics of metrics * pin to stdlib v2 * measure python installation size * lots of additional metrics * add old output methods * $ * empty commit
-
- Apr 25, 2017
-
-
Kenneth Reitz authored
* don't unset DYNO (we're running on Heroku) Fixes #280 * blacklist STACK env var for subshells
-
- Mar 17, 2017
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
- Mar 16, 2017
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-