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
ad53dc61
Commit
ad53dc61
authored
9 years ago
by
Kenneth Reitz
Browse files
Options
Downloads
Patches
Plain Diff
Improvements to warnings and minor bugfix.
parent
85982967
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
bin/compile
+3
-3
3 additions, 3 deletions
bin/compile
bin/warnings
+1
-1
1 addition, 1 deletion
bin/warnings
with
8 additions
and
4 deletions
CHANGELOG.md
+
4
−
0
View file @
ad53dc61
# Python Buildpack Changelog
## v77 (2016-02-10)
Improvements to warnings and minor bugfix.
## v76 (2016-02-08)
Improved Django collectstatic support.
...
...
This diff is collapsed.
Click to expand it.
bin/compile
+
3
−
3
View file @
ad53dc61
...
...
@@ -39,7 +39,7 @@ SETUPTOOLS_VERSION="19.6"
# Common Problem Warnings
export
WARNINGS_LOG
=
$(
mktemp
)
export
DEFAULT_PYTHON_VERSION
export
RECOMMENDED_PYTHON_VERSION
=
$
DEFAULT_PYTHON_VERSION
# Setup bpwatch
export
PATH
=
$PATH
:
$ROOT_DIR
/vendor/bpwatch
...
...
@@ -57,8 +57,8 @@ export PATH=$PATH:$ROOT_DIR/vendor/pip-pop
# Sanitizing environment variables.
unset
GIT_DIR PYTHONHOME PYTHONPATH LD_LIBRARY_PATH LIBRARY_PATH
unset
RECEIVE_DATA
SOURCE_VERSION
RUN_KEY BUILD_INFO DEPLOY
unset
LOG_TOKEN DYNO
CYTOKINE_LOG_FILE GEM_PATH
unset
RECEIVE_DATA RUN_KEY BUILD_INFO DEPLOY
LOG_TOKEN DYNO
unset
CYTOKINE_LOG_FILE GEM_PATH
# Setup buildpack instrumentation.
bpwatch init
$LOGPLEX_KEY
...
...
This diff is collapsed.
Click to expand it.
bin/warnings
+
1
−
1
View file @
ad53dc61
...
...
@@ -5,7 +5,7 @@ old-platform() {
echo
puts-warn "Hello! It looks like your application is using an outdated version of Python."
puts-warn "This caused the security warning you saw above during the 'pip install' step."
puts-warn "We recommend '$
DEFAULT
_PYTHON_VERSION', which you can specify in a 'runtime.txt' file."
puts-warn "We recommend '$
RECOMMENDED
_PYTHON_VERSION', which you can specify in a 'runtime.txt' file."
puts-warn " -- Much Love, Heroku."
fi
}
...
...
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