Changelog for
powerline-fonts-2.8.3-38.5.noarch.rpm :
* Mon Feb 05 2024 Daniel Garcia
- Remove manual python script hashbangs fix, that\'s done now automatically by the %python_install macro. Fix problem of package requiring /usr/bin/python3.11.11
* Thu Aug 03 2023 André Werlang - Only recommend python311-i3ipc if i3 is installed- Make git-core a suitable alternative instead of python311-pygit2
* Sat Jun 17 2023 Atri Bhattacharya - Add powerline-python3.11-compat.patch -- Make powerline compatible with python 3.11 [gh#powerline/powerline#2209].- Drop python-pyuv BuildRequires until it is ready for python 3.11.- Only fix env based hashbangs for scripts.- Make sure hashbangs to python scripts in %_bindir explicitly use the full versioned python3 exec it builds against to avoid issues when distro switches default python versions.
* Sat Nov 05 2022 John Vandenberg - Add BD pyuv, which is the fallback if inotify is not installed, allowing two additional tests to run.
* Fri Sep 30 2022 Dirk Müller - update to 2.8.3:
* various minor bug fixes and improvements
* fix ipython 8
* Sat Jan 29 2022 Ben Greiner - Drop pyuv build requirement: Unmaintained upstream, does not build in tumbleweed and might be dropped soon.
* Sun Oct 31 2021 Benjamin Greiner - Keep ipython binding files in python sitelib -- fixes boo#1187199- Remove shebang in __main__.py- Deduplicate docs
* Mon Mar 15 2021 Andreas Schneider - Update to version 2.8.2
* https://github.com/powerline/powerline/releases/tag/2.8.2
* Fri Jul 17 2020 John Vandenberg - Activate test suite- Require python3-psutil needed for segments env, net and sys- Add Provides python3-powerline-status for compatibility with python_module macro- Recommend python3-i3ipc needed for bindings to i3 and lemonbar- Recommend git-core needed for most git functionality- Update to v2.8.1
* Add __version__
* Fri May 15 2020 Andreas Schneider - Update to version 2.8
* Added ipython >= 7.0.0 support
* Various other minor fixes and improvements
* Removed python2 support- Removed powerline-py2v3-fix.patch