From 2bd2d984de65736daddb0026eef6375211418ea3e426a1705303642bbc7b4c03 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 23 Jan 2023 22:01:42 +0000 Subject: [PATCH] Accepting request 1060435 from home:mcalabkova:branches:devel:languages:python - Update to version 0.24 * Support for Python 3.11 has been added. * wheel is no required as part of pyproject.toml's build dependencies * Improve inspection of builtin functions. * Add more keywords to trigger auto-deindent. OBS-URL: https://build.opensuse.org/request/show/1060435 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=28 --- bpython-0.23.tar.gz | 3 --- bpython-0.24.tar.gz | 3 +++ python-bpython.changes | 9 +++++++++ python-bpython.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 bpython-0.23.tar.gz create mode 100644 bpython-0.24.tar.gz diff --git a/bpython-0.23.tar.gz b/bpython-0.23.tar.gz deleted file mode 100644 index 216afcd..0000000 --- a/bpython-0.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f0078abc887c48af088691e2f64797d6ca994ac0f4bc03c38d06f657d7c052a -size 222241 diff --git a/bpython-0.24.tar.gz b/bpython-0.24.tar.gz new file mode 100644 index 0000000..5b11718 --- /dev/null +++ b/bpython-0.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98736ffd7a8c48fd2bfb53d898a475f4241bde0b672125706af04d9d08fd3dbd +size 222879 diff --git a/python-bpython.changes b/python-bpython.changes index d14b0dc..638ae1f 100644 --- a/python-bpython.changes +++ b/python-bpython.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 23 14:39:42 UTC 2023 - Markéta Machová + +- Update to version 0.24 + * Support for Python 3.11 has been added. + * wheel is no required as part of pyproject.toml's build dependencies + * Improve inspection of builtin functions. + * Add more keywords to trigger auto-deindent. + ------------------------------------------------------------------- Thu Nov 3 12:15:02 UTC 2022 - Daniel Garcia diff --git a/python-bpython.spec b/python-bpython.spec index 46fa907..e7039ba 100644 --- a/python-bpython.spec +++ b/python-bpython.spec @@ -1,7 +1,7 @@ # # spec file for package python-bpython # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define skip_python36 1 %bcond_without test Name: python-bpython -Version: 0.23 +Version: 0.24 Release: 0 Summary: Fancy Interface to the Python Interpreter License: MIT