forked from pool/python-bpython
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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:476ce09a896c4d34bf5e56aca64650c56fdcfce45781a20dc1521221df8cc49c
|
|
||||||
size 216564
|
|
||||||
3
bpython-0.20.tar.gz
Normal file
3
bpython-0.20.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fec7d97be9912a50d8f5b34ca10d70715c99a33f0cd0b9e4977c1b0f617fa913
|
||||||
|
size 224127
|
||||||
@@ -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>
|
Sat Apr 4 17:46:05 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
Name: python-bpython
|
Name: python-bpython
|
||||||
Version: 0.19
|
Version: 0.20
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fancy Interface to the Python Interpreter
|
Summary: Fancy Interface to the Python Interpreter
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user