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
This commit is contained in:
2023-01-23 22:01:42 +00:00
committed by Git OBS Bridge
parent 2dbbe641f7
commit 2bd2d984de
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 23 14:39:42 UTC 2023 - Markéta Machová <mmachova@suse.com>
- 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 <daniel.garcia@suse.com>