You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 🔥 Remove `hostpython2` recipe
* 🔥 Remove `python2` recipe
* 🔥 Remove python2 related from `ci/constants`
* 🔥 Remove python2 environ/tests from `tox`
* 🔥 Remove python2 code from `PythonUtil.java`
* 🔥 Remove python2 patch from `recipes/numpy`
* 🔥 Remove python2 code from `ci/rebuild_updated_recipes`
* 🔥 Remove `test_entrypoints_python2.py`
* 🔥 Remove python2 code from `start.c`
* 🔥 Remove python2 testapps
* 🔥 Remove python2 code from `bs/common/build/build.py`
* 🍱 Update shebang: from `python2` to `python`
* 🍱 Update requirements for `testlauncher_setup`
* 🔥 Remove python2 from class `Bootstrap.recipe_depends`
* 🔥 Remove python2 code from `recipe.py`
* 🔥 Remove `Dockerfile.py2`
* 🍱 Update docstring example for `ToolchainCL.recipes`
`python2` it will not be a conflict anymore, since it doesn't exist.
* 🔥 Remove `note` about `python2` target
* 🍱 Update `android` recipe to avoid `python2`
* 🔥 Remove `python2` from recipes's `depends`
* 🔥 Remove `hostpython2` from recipes's `depends`
* 🔥 Remove `python2` from recipes's `conflicts`
* 🍱 Change `hostpython2` to `hostpython3` for `mysqldb` recipe
* 🔥 Remove python2 code from `python` module
* ✅ Update tests to work without `python2`
* 🍱 Update `ndghttpsclient` recipe?
This is strange...that recipe should be in a folder right?
* 🔥 Remove python2 tests from `Makefile`, `travis.yml` and `push.yml`
* 🔥 Remove `make_python_zip`
Because we don't use it anymore. We used to package `python2` but
our `python3` was never zipped with that function, so there is no point
to maintain it now that we get rid of python2.
* 📝 Update docs
* Clean up README for Python 2 changes
* Update Python version support documentation
* Removed Python 2 app build from release process
This build was only there to check Python 2 support, so it's fine to skip it now.
* Made note about python2 support more explicit
* Changed a /usr/bin/env call to explicitly python3
I think being explicit is still best practice, correct me if I'm wrong.
We don't really support calling this script directly any more anyway, but I guess may as well do it right!
Co-authored-by: Alexander Taylor <alexanderjohntaylor@gmail.com>
0 commit comments