15
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/793243
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2020-04-12 07:31:58 +00:00
committed by Git OBS Bridge
parent 86b7bd3662
commit 3aeeef4b4c
4 changed files with 34 additions and 5 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Sat Apr 4 17:46:05 UTC 2020 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
- update to version 0.19:
* General information:
+ The bpython-cli and bpython-urwid rendering backends have been
deprecated and will show a warning that they'll be removed in a
future release when started.
+ Usage in combination with Python 2 has been deprecated. This
does not mean that support is dropped instantly but rather that
at some point in the future we will stop running our testcases
against Python 2.
+ The new pinnwand API is used for the pastebin functionality. We
have dropped two configuration options: `pastebin_show_url` and
`pastebin_removal_url`. If you have your bpython configured to
run against an old version of `pinnwand` please update it.
* Fixes:
+ #765: Display correct signature for decorated functions. Thanks
to Benedikt Rascher-Friesenhausen.
+ #776: Protect get_args from user code exceptions
+ Improve lock file handling on Windows
+ #791: Use importlib instead of deprecated imp when running under
Python 3
* Support for Python 3.8 has been added. Support for Python 3.4 has
been dropped.
-------------------------------------------------------------------
Tue Nov 5 09:01:44 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>