From 922632ce8b3cd40de9844520bbcee57bf71a6146c361aa91d49c16dee166e470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 2 Nov 2020 15:24:30 +0000 Subject: [PATCH] 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 --- bpython-0.19.tar.gz | 3 --- bpython-0.20.tar.gz | 3 +++ python-bpython.changes | 24 ++++++++++++++++++++++++ python-bpython.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 bpython-0.19.tar.gz create mode 100644 bpython-0.20.tar.gz diff --git a/bpython-0.19.tar.gz b/bpython-0.19.tar.gz deleted file mode 100644 index b63dda5..0000000 --- a/bpython-0.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:476ce09a896c4d34bf5e56aca64650c56fdcfce45781a20dc1521221df8cc49c -size 216564 diff --git a/bpython-0.20.tar.gz b/bpython-0.20.tar.gz new file mode 100644 index 0000000..789f3b5 --- /dev/null +++ b/bpython-0.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec7d97be9912a50d8f5b34ca10d70715c99a33f0cd0b9e4977c1b0f617fa913 +size 224127 diff --git a/python-bpython.changes b/python-bpython.changes index 5568581..1eff1ae 100644 --- a/python-bpython.changes +++ b/python-bpython.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Oct 30 22:26:06 UTC 2020 - Arun Persaud + +- 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 diff --git a/python-bpython.spec b/python-bpython.spec index a797754..5564e37 100644 --- a/python-bpython.spec +++ b/python-bpython.spec @@ -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