Subject: CVS commit: pkgsrc/devel/bpython
From: Adam Ciarcinski
Date: 2025-01-17 20:21:09
Message id: 20250117192109.D355BFC20@cvs.NetBSD.org

Log Message:
bpython: updated to 0.25

0.25

General information:

* The `bpython-cli` rendering backend has been removed following deprecation in
  version 0.19.
* This release is focused on Python 3.13 support.

New features:

Fixes:

* Fix __signature__ support
  Thanks to gpotter2
* Fix handling of `SystemExit`
* Improve order of completion results
  Thanks to gpotter2
* Fix build of documentation and manpages with Sphinx >= 7
* Do not fail if modules don't have __version__

Changes to dependencies:

* Remove use of distutils
  Thanks to Anderson Bravalheri

Support for Python 3.12 and 3.13 has been added. Support for Python 3.7 and 3.8 \ 
has been dropped.

Files:
RevisionActionfile
1.44modifypkgsrc/devel/bpython/Makefile
1.9modifypkgsrc/devel/bpython/PLIST
1.13modifypkgsrc/devel/bpython/distinfo
1.4modifypkgsrc/devel/bpython/patches/patch-setup.py