Changelog for
python39-libtmux-0.23.2-25.1.noarch.rpm :
* Mon Sep 11 2023 Johannes Kastl
- update to 0.23.2: _Maintenance only, no bug fixes or new features_ Final Python 3.7 Release (End of life was June 27th, 2023)
* Wed Sep 06 2023 Johannes Kastl - update to 0.23.1: _Maintenance only, no bug fixes, or new features_
* Development - Automated typo fixes from [typos-cli]: ```console typos --format brief --write-changes ``` [typos-cli]: https://github.com/crate-ci/typos - ruff\'s linter for code comments, `ERA` (eradicate), has been removed
* Wed Sep 06 2023 Johannes Kastl - update to 0.23.0: _This maintenance release covers only developer quality of life improvements, no bug fixes or new features_
* Maintenance - Stricter code quality rules (via ruff) by AATTtony in https://github.com/tmux-python/libtmux/pull/488
* Wed Sep 06 2023 Johannes Kastl - update to 0.22.2: _Maintenance only, no bug fixes or features for this release_
* Build system - ci: Remove setuptools requirement for build-system in https://github.com/tmux-python/libtmux/pull/495
* Mon May 29 2023 Johannes Kastl - update to 0.22.1:
* Add back black dev dependency until `ruff` replaces black\'s formatting
* Sat May 27 2023 Johannes Kastl - update to 0.22.0:
* Move formatting, import sorting, and linting to ruff.
* This rust-based checker has dramatically improved performance. Linting and formatting can be done almost instantly.
* This change replaces black, isort, flake8 and flake8 plugins.
* Tue May 16 2023 Johannes Kastl - ignore flaky test test_capture_pane (see https://github.com/tmux-python/libtmux/issues/484)- ignore flaky test test_new_window_with_environment[environment0] (see https://github.com/tmux-python/libtmux/ issues/480#issuecomment-1551533987)
* Mon May 08 2023 Daniel Garcia - Depends on poetry-core for building, we don\'t need the full poetry module in this case.
* Fri May 05 2023 Johannes Kastl - add sle15_python_module_pythons
* Thu Apr 06 2023 Johannes Kastl - ignore yet another test: test_new_window_with_environment[environment1] (reported at https://github.com/tmux-python/libtmux/issues/478)
* Thu Mar 09 2023 Johannes Kastl - new package python-libtmux: Python API / wrapper for tmux