-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2019.07.08 #1909
Release 2019.07.08 #1909
Commits on Jun 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 35c6334 - Browse repository at this point
Copy the full SHA 35c6334View commit details
Commits on Jun 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cbb4f12 - Browse repository at this point
Copy the full SHA cbb4f12View commit details -
Merge pull request #1842 from opacam/unittest-archs
Add unittest for module `pythonforandroid.archs`
Configuration menu - View commit details
-
Copy full SHA for 352e4c7 - Browse repository at this point
Copy the full SHA 352e4c7View commit details -
Merge pull request #1840 from inclement/feature-update_test_builds
Replaced one of the python2 travis builds with python3 arm64-v8a
Configuration menu - View commit details
-
Copy full SHA for fc17a5c - Browse repository at this point
Copy the full SHA fc17a5cView commit details
Commits on Jun 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3bf88f7 - Browse repository at this point
Copy the full SHA 3bf88f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad877a2 - Browse repository at this point
Copy the full SHA ad877a2View commit details -
Merge pull request #1848 from kivy/release-2019.06.06
Merge release-2019.06.06 to develop
Configuration menu - View commit details
-
Copy full SHA for ab26672 - Browse repository at this point
Copy the full SHA ab26672View commit details -
Configuration menu - View commit details
-
Copy full SHA for d534e3e - Browse repository at this point
Copy the full SHA d534e3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b11691 - Browse repository at this point
Copy the full SHA 1b11691View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d51646 - Browse repository at this point
Copy the full SHA 5d51646View commit details -
Set long_description_content_type in setup.py
This means that pypi renders the README correctly
Configuration menu - View commit details
-
Copy full SHA for 34a2f02 - Browse repository at this point
Copy the full SHA 34a2f02View commit details -
Merge pull request #1851 from kivy/merge_2019.06.06.post0_hotfix
Merge 2019.06.06.post0 hotfix: set long_description_content_type in setup.py
Configuration menu - View commit details
-
Copy full SHA for e409aeb - Browse repository at this point
Copy the full SHA e409aebView commit details -
Merge pull request #1849 from inclement/improve_release_process_doc
Improved release model documentation
Configuration menu - View commit details
-
Copy full SHA for f9e81e0 - Browse repository at this point
Copy the full SHA f9e81e0View commit details -
Merge pull request #1845 from sfoerster/unpack_mv_nonzip_bugfix
bugfix: unpack for nonzip archives also needs to compare basename(dir)
Configuration menu - View commit details
-
Copy full SHA for 8ccd0a4 - Browse repository at this point
Copy the full SHA 8ccd0a4View commit details -
pythonpackage can't return build requirements for wheels.
Make sure the pythonpackage functions return an error when someone attempts to do so anyway
Jonas Thiem committedJun 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 7be6ff0 - Browse repository at this point
Copy the full SHA 7be6ff0View commit details
Commits on Jun 9, 2019
-
Merge pull request #1847 from opacam/unittest-distribution
Add unittest for module `pythonforandroid.distribution`
Configuration menu - View commit details
-
Copy full SHA for efc6d9b - Browse repository at this point
Copy the full SHA efc6d9bView commit details
Commits on Jun 10, 2019
-
Fix for locating system python when it's not in $PATH for some reason
Jonas Thiem committedJun 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 6297c52 - Browse repository at this point
Copy the full SHA 6297c52View commit details -
Merge pull request #1852 from JonasT/fix_pythonpackage_wheel_buildreqs
pythonpackage can't return build requirements for wheels, make it return an error if attempted
Configuration menu - View commit details
-
Copy full SHA for 26dfac2 - Browse repository at this point
Copy the full SHA 26dfac2View commit details -
[bug] Add
--without-bzip2
to freetype's configure argsTo fix freetype build for `openSUSE` and maybe other oses. Note: It seems that there is a bug in `bzip2-devel` for debian and derivatives which are distributed without a `pkg-config` file, so when we compile freetype with a debian os (or derivative) we build it without bzip2 support, so we enforce to disable bzip2 support, because we know that freetype works fine without bzip2 support Resolves: #1854
Configuration menu - View commit details
-
Copy full SHA for 1e72955 - Browse repository at this point
Copy the full SHA 1e72955View commit details -
Merge pull request #1857 from opacam/hotfix-freetype-bzip2
Add `--without-bzip2` to freetype's configure args
Configuration menu - View commit details
-
Copy full SHA for 20d9258 - Browse repository at this point
Copy the full SHA 20d9258View commit details -
Merge pull request #1856 from JonasT/improve_syspython_find
Fix locating system python when it's not in $PATH (weird but happens, apparently)
Configuration menu - View commit details
-
Copy full SHA for 4e67d23 - Browse repository at this point
Copy the full SHA 4e67d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38cfb89 - Browse repository at this point
Copy the full SHA 38cfb89View commit details -
Configuration menu - View commit details
-
Copy full SHA for a24f1e3 - Browse repository at this point
Copy the full SHA a24f1e3View commit details -
[travis] Make tox use Python 3.7 for the travis's lint stage
Because we make use of some mock methods in module `test_util` (eg: `mock.assert_called_once`) which were introduced in python 3.6, so if the system python of the test system is lower than 3.6, then the tox tests will fail
Configuration menu - View commit details
-
Copy full SHA for e230b27 - Browse repository at this point
Copy the full SHA e230b27View commit details -
[tests] Enhance some tests for
test_distribution
Verifying the number of calls we made to some functions: - test_folder_exist - test_delete
Configuration menu - View commit details
-
Copy full SHA for 6f65aaf - Browse repository at this point
Copy the full SHA 6f65aafView commit details
Commits on Jun 11, 2019
-
[docs] Add documentation for
tests.test_util
and other reviewers su……ggestions Reviewers suggestions are: - Remove forgotten debug code - `style code` change for `test_current_directory_exception` - add test `mock_shutil_rmtree.assert_not_called()` for `test_temp_directory` Also changed some lines that shouldn't be split (because are pep8 friendly without breaking it in multiple lines)
Configuration menu - View commit details
-
Copy full SHA for 44741ae - Browse repository at this point
Copy the full SHA 44741aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2b4c80 - Browse repository at this point
Copy the full SHA c2b4c80View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2ff49d - Browse repository at this point
Copy the full SHA d2ff49dView commit details
Commits on Jun 12, 2019
-
Fix various setup.py processing errors
- fix file litter of constraint.txt - fix --private relative paths during build.py's setup.py install - fix "" and "." not being recognized as folder by pythonpackage.py
Jonas Thiem committedJun 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 6ae074e - Browse repository at this point
Copy the full SHA 6ae074eView commit details -
[travis] Install tox/coveralls dependencies only in travis's
lint
s……tage Because we only need those dependencies for our `tox` tests so we may speed up a little the overall CI tests timings. We also remove all the other apt commands performed in `before_install` because we don't need it. Note: in order to successfully pass the test `test_pythonpackage_basic.test_virtualenv`, we need to deactivate the system virtualenv See also: travis-ci/travis-ci#8589
Configuration menu - View commit details
-
Copy full SHA for 32a4e45 - Browse repository at this point
Copy the full SHA 32a4e45View commit details
Commits on Jun 13, 2019
-
Be more clear in README, fix API levels and revamp quickstart
Jonas Thiem committedJun 13, 2019 Configuration menu - View commit details
-
Copy full SHA for e2e1227 - Browse repository at this point
Copy the full SHA e2e1227View commit details -
Merge pull request #1863 from JonasT/clearer_readme
Try to be more clear in README about api levels & quickstart
Configuration menu - View commit details
-
Copy full SHA for f861429 - Browse repository at this point
Copy the full SHA f861429View commit details -
Merge pull request #1855 from opacam/unittest-util
Add unittest for `pythonforandroid.util` and...
Configuration menu - View commit details
-
Copy full SHA for e599383 - Browse repository at this point
Copy the full SHA e599383View commit details -
[travis] Move from
master
todevelop
Because we changed the git flow and now our main branch is `develop`
Configuration menu - View commit details
-
Copy full SHA for 2d45358 - Browse repository at this point
Copy the full SHA 2d45358View commit details -
Configuration menu - View commit details
-
Copy full SHA for dea96f2 - Browse repository at this point
Copy the full SHA dea96f2View commit details -
Merge pull request #1864 from opacam/feature-travis-enhancements
Make the tox jobs run in parallel &...
Configuration menu - View commit details
-
Copy full SHA for 80e4f05 - Browse repository at this point
Copy the full SHA 80e4f05View commit details
Commits on Jun 15, 2019
-
Merge pull request #1862 from JonasT/fix_leftover_constraint_file
Fix various setup.py processing bugs
Configuration menu - View commit details
-
Copy full SHA for 85207a0 - Browse repository at this point
Copy the full SHA 85207a0View commit details
Commits on Jun 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fccd108 - Browse repository at this point
Copy the full SHA fccd108View commit details -
[libs] Remove legacy version of openssl
Because we introduce the legacy version of openssl to made it work `python2legacy`, but we recently removed `python2legacy`, so there is no point to maintain this changes. Also: - we shortens some lines to be friendly with pep8 - removed comment about ndk-r15c because our minimal ndk is r17c, so this comment is now pointless Note: the python3crystax recipe make use of this legacy openssl libs, but, as far as I know, nobody is maintaining the python3crystax recipe (probably is broken and we should remove it)
Configuration menu - View commit details
-
Copy full SHA for 77d4fe6 - Browse repository at this point
Copy the full SHA 77d4fe6View commit details -
Merge pull request #1870 from opacam/feature-remove-openssl-legacy
Remove legacy version of openssl
Configuration menu - View commit details
-
Copy full SHA for 0c9ef2e - Browse repository at this point
Copy the full SHA 0c9ef2eView commit details
Commits on Jun 18, 2019
-
Merge pull request #1871 from opacam/hotfix-env-var
Fix wrong env variable for `hostpython build path` in `archs.py`
Configuration menu - View commit details
-
Copy full SHA for 6f99407 - Browse repository at this point
Copy the full SHA 6f99407View commit details
Commits on Jun 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5795852 - Browse repository at this point
Copy the full SHA 5795852View commit details -
Merge pull request #1877 from surbhicis/py2-ctypes-fixes
fix ctypes-util-find-library issue for python2
Configuration menu - View commit details
-
Copy full SHA for e494c25 - Browse repository at this point
Copy the full SHA e494c25View commit details
Commits on Jun 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3ce5278 - Browse repository at this point
Copy the full SHA 3ce5278View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9530953 - Browse repository at this point
Copy the full SHA 9530953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bf002d - Browse repository at this point
Copy the full SHA 1bf002dView commit details -
Merge pull request #1872 from opacam/unittest-bootstrap
Add unittest for module `pythonforandroid.bootstrap`
Configuration menu - View commit details
-
Copy full SHA for c8e8cf9 - Browse repository at this point
Copy the full SHA c8e8cf9View commit details
Commits on Jun 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1a43242 - Browse repository at this point
Copy the full SHA 1a43242View commit details -
Merge pull request #1898 from opacam/hotfix-pymodules-install
Fix `run_pymodules_install` when `project_dir` isn't supplied
Configuration menu - View commit details
-
Copy full SHA for e6a6271 - Browse repository at this point
Copy the full SHA e6a6271View commit details -
Updated numpy recipe to version 1.16.4
Undid unnecessary parts of 1.16.4 recipe change Fully replaced numpy 1.15.1 patches with 1.16.4 patches Removed git commit info from patches
Configuration menu - View commit details
-
Copy full SHA for e4515df - Browse repository at this point
Copy the full SHA e4515dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 456b6a8 - Browse repository at this point
Copy the full SHA 456b6a8View commit details
Commits on Jun 29, 2019
-
Simple run_pymodules_install test, refs #1898
Regression test for the fix introduced in #1898.
Configuration menu - View commit details
-
Copy full SHA for 8b3e218 - Browse repository at this point
Copy the full SHA 8b3e218View commit details -
Configuration menu - View commit details
-
Copy full SHA for d63adf2 - Browse repository at this point
Copy the full SHA d63adf2View commit details -
Merge pull request #1899 from AndreMiras/feature/ticket1898_run_pymod…
…ules_install_regression_test Simple run_pymodules_install test, refs #1898
Configuration menu - View commit details
-
Copy full SHA for 4b4e899 - Browse repository at this point
Copy the full SHA 4b4e899View commit details -
Merge pull request #1892 from inclement/update_numpy_1_16_4
Updated numpy recipe to version 1.16.4
Configuration menu - View commit details
-
Copy full SHA for 06b5958 - Browse repository at this point
Copy the full SHA 06b5958View commit details
Commits on Jul 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 56fc531 - Browse repository at this point
Copy the full SHA 56fc531View commit details
Commits on Jul 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 745dc67 - Browse repository at this point
Copy the full SHA 745dc67View commit details