Skip to content

Commit

Permalink
Add news fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Jan 29, 2023
1 parent 4450d9c commit dd684d9
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update to pip version 20.1.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/654.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`sys.stdout` and `sys.stderr` are now line-buffered by default.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/713.removal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:ref:`buildPython` must now be at least Python 3.7.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/715.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Enable PEP 517 builds in pip.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/725.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add option to `redirect native stdout and stderr to Logcat <java/com/chaquo/python/android/AndroidPlatform.html#redirectStdioToLogcat-->`__.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/727.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update to Python version 3.8.16 and OpenSSL version 1.1.1s. This fixes the Google Play warning "Your app uses a defective version of the OpenSSL library".
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/733.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Show correct error message when buildPython autodetection fails.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/746.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`sys.stdout` and `sys.stderr` are now line-buffered by default.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/747.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update CA bundle to certifi 2022.12.7.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/752.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add `python` executable as a final fallback when searching for buildPython.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/754.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Restore the `extractPackages` setting, for code that requires its modules to exist as separate .py files.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/755.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix error when calling `entry_points` with an unreadable directory on `sys.path`.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/756.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Android Gradle plugin version 7.4 is now supported.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/757.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`sys.stdout` and `sys.stderr` are now line-buffered by default.
1 change: 1 addition & 0 deletions product/runtime/docs/sphinx/changes/777.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix "Could not find an activated virtualenv" error when `PIP_REQUIRE_VIRTUALENV` environment variable is set.

0 comments on commit dd684d9

Please sign in to comment.