15
0

Accepting request 1239259 from home:glaubitz:branches:devel:languages:python

- Update to version 0.25
  * The `bpython-cli` rendering backend has been removed
    following deprecation in version 0.19.
  * This release is focused on Python 3.13 support.
  * Fix __signature__ support
  * #995: Fix handling of `SystemExit`
  * #996: Improve order of completion results
  * Fix build of documentation and manpages with Sphinx >= 7
  * #1001: Do not fail if modules don't have __version__
  * Remove use of distutils
  * Support for Python 3.12 and 3.13 has been added.
    Support for Python 3.7 and 3.8 has been dropped.
- Drop bpython-curses binary which was removed upstream
- Drop fix-python313-tests.patch, merged upstream
- Remove workaround for installing manpages from %install section

OBS-URL: https://build.opensuse.org/request/show/1239259
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=36
This commit is contained in:
2025-01-22 09:10:24 +00:00
committed by Git OBS Bridge
parent 6872a07b7e
commit ba23e43831
5 changed files with 24 additions and 87 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Jan 21 12:13:55 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.25
* The `bpython-cli` rendering backend has been removed
following deprecation in version 0.19.
* This release is focused on Python 3.13 support.
* Fix __signature__ support
* #995: Fix handling of `SystemExit`
* #996: Improve order of completion results
* Fix build of documentation and manpages with Sphinx >= 7
* #1001: Do not fail if modules don't have __version__
* Remove use of distutils
* Support for Python 3.12 and 3.13 has been added.
Support for Python 3.7 and 3.8 has been dropped.
- Drop bpython-curses binary which was removed upstream
- Drop fix-python313-tests.patch, merged upstream
- Remove workaround for installing manpages from %install section
-------------------------------------------------------------------
Thu Jan 2 16:18:30 UTC 2025 - Nico Krapp <nico.krapp@suse.com>