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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:476ce09a896c4d34bf5e56aca64650c56fdcfce45781a20dc1521221df8cc49c
size 216564

3
bpython-0.20.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fec7d97be9912a50d8f5b34ca10d70715c99a33f0cd0b9e4977c1b0f617fa913
size 224127

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>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_with test
Name: python-bpython
Version: 0.19
Version: 0.20
Release: 0
Summary: Fancy Interface to the Python Interpreter
License: MIT