forked from pool/python-bpython
Accepting request 793338 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/793338 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bpython?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:56cc20dbe568c98c81de4990fddf5862c0d8d3ab0ad1cf7057988abc5f7686c2
|
|
||||||
size 213321
|
|
||||||
3
bpython-0.19.tar.gz
Normal file
3
bpython-0.19.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:476ce09a896c4d34bf5e56aca64650c56fdcfce45781a20dc1521221df8cc49c
|
||||||
|
size 216564
|
||||||
@@ -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>
|
Tue Nov 5 09:01:44 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-bpython
|
# spec file for package python-bpython
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -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.18
|
Version: 0.19
|
||||||
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