kennethreitz
29775c020a
changelog
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-24 23:20:01 -04:00
kennethreitz
17f992a106
Improvements ( #471 )
...
* 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 >
2017-09-08 12:02:03 -04:00
kennethreitz
24895082d3
update the changelog ( #470 )
2017-09-08 11:56:35 -04:00
Ed Morley
df7f8f3507
Skip vendoring libffi/libmemcached on Heroku-16 ( #465 )
...
* 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.
2017-09-08 11:27:46 -04:00
Ed Morley
312a468cce
Correct changelog entries for v108, v109 and v110 ( #469 )
...
Found by diffing the published buildpack archives and looking at the
git log to see what changed. It looks like the v108 entry was
accidentally added in #405 , when the release being published there
was actually v107. The setuptools update mentioned there never
happened, since the `SETUPTOOLS_VERSION` variable was found to be
unused and instead removed.
2017-09-06 12:35:17 -04:00
kennethreitz
d4b8c2aeda
Undo sub_env for pip install, it was a terrible idea ( #467 )
...
* 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 >
2017-09-05 11:11:59 -04:00
kennethreitz
f86e8079b6
Blacklist for old apps ( #466 )
...
* 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 >
2017-09-05 10:44:08 -04:00
kennethreitz
fd360bda14
Update local commits ( #459 )
...
* fixed the bug for pypy-5.8.0
* update changelog
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-08-31 13:41:45 -04:00
kennethreitz
155b5eecb9
Grep bug fix ( #456 )
...
* 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 >
2017-08-28 13:41:32 -04:00
kennethreitz
845635d667
Changelog ( #454 )
...
* fixed the bug for pypy-5.8.0
* changelog entry
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-08-24 17:28:25 -04:00
kennethreitz
a7c20eea42
Python 3 default for buildpack ( #409 )
...
* update default python to 3.6.1
* v110
* nltk python2
2017-06-20 09:14:01 -07:00
Ed Morley
cbb718bb8b
Fix pip uninstall by moving it prior to pip install ( #413 )
...
The pip-uninstall step stopped working when it was moved to after
the pip-install step in f27a84e .
This regression was temporarily fixed by part of #397 , however that
PR was reverted in #404 .
Adds a test to hopefully catch any future regressions :-)
Fixes #393 .
2017-06-14 17:15:52 -04:00
kennethreitz
04f3ddbc86
updates ( #407 )
...
* silently use sp-grep
* history
* update license
2017-06-05 13:34:15 -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
4ee3baaded
Revert "Don't install packages that could mess packaging up" ( #404 )
...
* Revert "Fix pyyaml (#402 )"
This reverts commit ff94908505 .
* Revert "Don't install packages that could mess packaging up (#397 )"
This reverts commit 5496c02f9f .
2017-06-03 17:36:19 -04:00
kennethreitz
5496c02f9f
Don't install packages that could mess packaging up ( #397 )
...
* 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
2017-05-30 20:03:57 -04:00
kennethreitz
98dc586a99
Setuptools ( #396 )
...
* updated changelog
* remove setuptools sanity check
2017-05-30 11:36:10 -04:00
David Lord
9b185f99d5
use pkg_resources to check for distributions ( #395 )
...
more accurate than parsing requirements.txt
fixes #359
2017-05-30 11:05:33 -04:00
kennethreitz
e8a79bbda5
fix for heroku ci ( #392 )
...
* attempted fix
* added a comment
* fixes
* improved changelog
2017-05-26 07:22:52 -07:00
kennethreitz
3a89a84399
updated changelog
2017-03-17 17:37:25 -04:00
kennethreitz
dded42350f
added NOTICE file
2017-03-16 13:23:34 -04:00
kennethreitz
e9108858fc
v100
2017-03-14 11:59:39 -04:00
kennethreitz
2e37a96984
more cleanups
2017-03-14 10:00:59 -04:00
kennethreitz
1696e7cee6
v100!
2017-03-02 22:13:35 -08:00
kennethreitz
6e2a504fc1
v99
2017-02-23 11:14:47 -05:00
kennethreitz
c77a1877d3
v98
2017-02-15 13:49:08 -05:00
kennethreitz
d7e2f0fb08
v97
2017-01-02 11:50:49 -05:00
kennethreitz
b4ec35433a
v96
2016-12-21 01:58:54 -05:00
kennethreitz
2f2fd24421
v95
2016-12-20 13:48:47 -05:00
kennethreitz
c0571d86bf
don't fail
2016-12-20 13:39:26 -05:00
kennethreitz
99dae0f671
v92
2016-12-19 22:16:11 -05:00
kennethreitz
753c912ecc
changelog
2016-12-19 17:53:01 -05:00
kennethreitz
7d57744c0a
v90
2016-12-19 16:49:24 -05:00
kennethreitz
f468739cfb
v89
2016-12-19 16:45:04 -05:00
kennethreitz
265a95d3b6
v88
2016-12-18 13:53:09 -05:00
kennethreitz
d7874d583b
move v87 notes
2016-12-17 18:59:44 -05:00
kennethreitz
d32dc82e1c
v87
2016-12-17 18:58:58 -05:00
kennethreitz
de9b0b9383
v86
2016-12-16 20:24:07 -05:00
kennethreitz
1bccc03b30
Update CHANGELOG.md
2016-11-18 15:45:17 -05:00
kennethreitz
d1c30fd24b
updated pip and setuptools
2016-11-15 09:39:29 -05:00
kennethreitz
127ff904d6
update changelog
2016-11-08 19:18:05 -05:00
kennethreitz
ba7a9cd565
Update CHANGELOG.md
2016-09-16 14:23:20 -04:00
kennethreitz
0b87419166
changelog entry
2016-08-19 09:02:59 -04:00
kennethreitz
af940b5390
v81
2016-08-17 02:00:49 -04:00
kennethreitz
0a6ed0de43
v80
2016-04-05 17:10:49 -04:00
kennethreitz
86f43fa02a
v79
2016-03-22 19:41:02 -04:00
kennethreitz
39d64c5fd1
updated changelog
2016-03-17 23:41:14 -04:00
Ed Morley
66611ca21a
Update setuptools to 20.2.2
...
https://pythonhosted.org/setuptools/history.html
https://bitbucket.org/pypa/setuptools/branches/compare/20.2.2%0D19.6
The release on PyPI isn't signed, though the MD5 of this archive matches
that on the PyPI package page:
$ md5sum setuptools-20.2.2.tar.gz
bf37191cb4c1472fb61e6f933d2006b1 *setuptools-20.2.2.tar.gz
2016-03-08 14:34:29 +00:00
Ed Morley
20fe371ac7
Update pip to 8.1.0
...
https://pip.pypa.io/en/stable/news/
https://github.com/pypa/pip/compare/8.0.2...8.1.0
Archive verified via:
https://pypi.python.org/packages/source/p/pip/pip-8.1.0.tar.gz.asc
And Donald's key from:
https://pypi.python.org/security
$ gpg --verify pip-8.1.0.tar.gz.asc pip-8.1.0.tar.gz
gpg: Signature made Sat, Mar 5, 2016 4:57:30 PM GMT using RSA key ID 3372DCFA
gpg: Good signature from "Donald Stufft (dstufft) <donald@stufft.io >"
gpg: aka "Donald Stufft (dstufft) <donald@python.org >"
...
Primary key fingerprint: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
2016-03-08 14:34:28 +00:00
Ed Morley
d23143b801
Update changelog for unreleased changes since v77
...
https://github.com/heroku/heroku-buildpack-python/compare/v77...c98615cdd00f7525e98524a40a59cf18d7f7a0b6
2016-03-08 14:34:18 +00:00