Changelog for
python311-bpython-0.25-1.1.noarch.rpm :
* Tue Jan 21 2025 John Paul Adrian Glaubitz
- 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 02 2025 Nico Krapp - Add fix-python313-tests.patch to fix tests under Python 3.13
* Wed Jul 26 2023 Bernhard Wiedemann - Drop sphinx doctrees for reproducible builds
* Tue May 23 2023 Steve Kowalik - Stop calling setup.py build_sphinx, switch to sphinx-build, and also build manual pages.
* Mon Jan 23 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 03 2022 Daniel Garcia - Remove python-six not needed dependency- Remove python_module macro definition
* Sat Sep 10 2022 Arun Persaud - specfile:
* skip python 3.6
* update requirement for curtsies
* removed patch syntaxerror_failing_test.patch and typing_extensions.patch: included upstream- update to version 0.23:
* General information: + More and more type annotations have been added to the bpython code base. + Some work has been performed to stop relying on blessings.
* New features: + #905: Auto-closing brackets option added. To enable, add brackets_completion = True in the bpython config Thanks to samuelgregorovic
* Fixes: + Improve handling of SyntaxErrors + #948: Fix crash on Ctrl-Z + #952: Fix tests for Python 3.10.1 and newer + #955: Handle optional readline parameters in stdin emulation Thanks to thevibingcat + #959: Fix handling of __name__ + #966: Fix function signature completion for classmethod
* Changes to dependencies: + curtsies 0.4 or newer is now required
* Support for Python 3.6 has been dropped.
* Sat Feb 05 2022 Matej Cepl - This version actually installs manpages on its own.
* Wed Feb 02 2022 Matej Cepl - Fix failing tests: - typing_extensions.patch (post Python 3.8 we don\'t need typing_extensions package at all) - syntaxerror_failing_test.patch (from https://github.com/bpython/bpython/compare/fdd4ad9..4d33cc6).
* Sun Jan 23 2022 Arun Persaud - specfile:
* update copyright year
* update path for xml and desktop file- update to version 0.22.1:
* Fixes: + #938: Fix missing dependency on typing_extensions. Thanks to Dustin Rodrigues