diff --git a/bpython-0.18.tar.gz b/bpython-0.18.tar.gz deleted file mode 100644 index 1b2fbcb..0000000 --- a/bpython-0.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56cc20dbe568c98c81de4990fddf5862c0d8d3ab0ad1cf7057988abc5f7686c2 -size 213321 diff --git a/bpython-0.19.tar.gz b/bpython-0.19.tar.gz new file mode 100644 index 0000000..b63dda5 --- /dev/null +++ b/bpython-0.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476ce09a896c4d34bf5e56aca64650c56fdcfce45781a20dc1521221df8cc49c +size 216564 diff --git a/python-bpython.changes b/python-bpython.changes index 4de536d..5568581 100644 --- a/python-bpython.changes +++ b/python-bpython.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sat Apr 4 17:46:05 UTC 2020 - Arun Persaud + +- 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 diff --git a/python-bpython.spec b/python-bpython.spec index 21a595c..a797754 100644 --- a/python-bpython.spec +++ b/python-bpython.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_with test Name: python-bpython -Version: 0.18 +Version: 0.19 Release: 0 Summary: Fancy Interface to the Python Interpreter License: MIT