Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
heroku-buildpack-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Evili del Rio i Silvan
heroku-buildpack-python
Commits
c53d54f2
Commit
c53d54f2
authored
9 years ago
by
Kenneth Reitz
Browse files
Options
Downloads
Patches
Plain Diff
changelog
parent
ed6fe287
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Changelog.md
+4
-128
4 additions, 128 deletions
Changelog.md
with
4 additions
and
128 deletions
Changelog.md
+
4
−
128
View file @
c53d54f2
## v
14
## v
60
Features:
-
Default Python version is v2.7.10
-
Setuptools updated to v16.0
-
Pip updated to v7.0.1
*
Full removal of Django settings injection for new apps.
*
Support for profile.d
*
Fresh app detection.
*
Update to Virtualenv v1.7.2
*
Updated to Pip v1.1 (patched)
Bugfixes:
*
Default pip path exists action.
## v13
Bugfixes:
*
Fix pip quoting error.
*
Only talk about collectstatic in buildpack output when it's configured.
## v12
Bugfixes:
*
Catch database setting corner case.
## v11
Bugfixes:
*
Cleanup collectstatic output.
## v10
Bugfixes:
*
Check for collectstatic validity with --dry-run instead of --help for Django 1.4.
## v9
Bugfixes:
*
Unset PYTHONHOME in buildpack for
[
user_env_compile
](
http://devcenter.heroku.com/articles/labs-user-env-compile
)
.
## v8
Features:
*
Disable Django collectstatic with
`$DISABLE_COLLECTSTATIC`
+
[
user_env_compile
](
http://devcenter.heroku.com/articles/labs-user-env-compile
)
.
Bugfixes:
*
Don't disbable injection for new Django apps.
*
Inform user of July 1, 2012 deprecation of Django injection.
## v7
Features:
*
Full removal of Django setting injection for new apps.
*
Automatic execution of collectstatic.
*
Suppress collectstatic errors via env SILENCE_COLLECTSTATIC.
*
Increase settings.py search depth to 3.
*
Search recursively from included requirements.txt files.
## v6 (03/23/2012)
Features:
*
Dist packages (setup.py) support.
*
Move new virtualenvs to
`/app/.heroku/venv`
.
*
Heavily improved Django app detection, accounting for
`Django`
in
`requirements.txt`
.
*
Literate
[
documentation
](
http://python-buildpack.herokuapp.com
)
.
*
Default
`$PYTHONHOME`
,
`$PYTHONPATH`
, and
`$LANG`
configurations.
*
Disable Django setting injection with
`$DISABLE_INJECTION`
+
[
user_env_compile
](
http://devcenter.heroku.com/articles/labs-user-env-compile
)
.
*
General code refactor and improved messaging.
*
Unit tests.
Bugfixes:
*
Django 1.4 startproject template layout support.
*
Django
`manage.py`
location can now be independent from
`settings.py`
.
## v5 (02/01/2012)
Bugfixes:
*
Git requirements 100% work.
## v4 (01/20/2012)
Features:
*
Updated to virtualenv v1.7 with patched pip v1.2.
*
Actually activate created virtualenv within compile process.
*
Use distribute instead of deprecated setuptools.
*
Automatically destroy and rebuild corrupt virtualenvs.
*
Refactor django and pylibmc detection.
Bugfixes:
*
Fixed
`package==dev`
in requirements with patched pip embedded within virtualenv. Patch upstreamed.
*
Minor curl/rm flag fixes (thanks, contributors!)
## v3 (12/07/2011)
Bugfixes:
*
Better django setup.py injection.
## v2 (11/15/2011)
Features:
*
Support for pylibmc and libmemcached +sasl.
Bugfixes:
*
Detect when virtualenv is checked in and alert user.
## v1 (10/01/2011)
*
Conception.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment