15
0

Accepting request 845111 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/845111
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=15
This commit is contained in:
2020-11-02 15:24:30 +00:00
committed by Git OBS Bridge
parent 3aeeef4b4c
commit 922632ce8b
4 changed files with 28 additions and 4 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Oct 30 22:26:06 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 0.20:
* General information:
+ The next release of bpython (0.20) will drop support for Python
2.
+ Support for Python 3.9 has been added. Support for Python 3.5
has been dropped.
* New features:
+ #802: Provide redo. Thanks to Evan.
+ #835: Add support for importing namespace packages. Thanks to
Thomas Babej.
* Fixes:
+ #622: Provide encoding attribute for FakeOutput.
+ #806: Prevent symbolic link loops in import completion. Thanks
to Etienne Richart.
+ #807: Support packages using importlib.metadata API. Thanks to
uriariel.
+ #809: Fix support for Python 3.9's ast module.
+ #817: Fix cursor position with full-width characters. Thanks to
Jack Rybarczyk.
+ #853: Fix invalid escape sequences.
-------------------------------------------------------------------
Sat Apr 4 17:46:05 UTC 2020 - Arun Persaud <arun@gmx.de>