- Update to 0.26:

* Handle unspecified config paths
  * Align simple_eval with Python 3.10+
  * Make -q hide the welcome message
  * Convert sys.ps1 to a string to work-around non-str sys.ps1 from vscode
  * Support for Python 3.14 has been added. Support for Python 3.9 has been
    dropped.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=41
This commit is contained in:
2025-11-03 00:01:39 +00:00
committed by Git OBS Bridge
parent b6750aa5e6
commit 6e90640feb
4 changed files with 20 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Nov 3 00:00:40 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.26:
* Handle unspecified config paths
* Align simple_eval with Python 3.10+
* Make -q hide the welcome message
* Convert sys.ps1 to a string to work-around non-str sys.ps1 from vscode
* Support for Python 3.14 has been added. Support for Python 3.9 has been
dropped.
-------------------------------------------------------------------
Tue Jun 17 09:03:42 UTC 2025 - Markéta Machová <mmachova@suse.com>