[gems.arch] enhancement: pacman.list_ignored_pkgs now use Python calls instead of system calls

This commit is contained in:
Vinicius Moreira
2022-10-26 07:59:02 -03:00
parent 4917a7f017
commit 4c0a6af8cc
3 changed files with 24 additions and 14 deletions

View File

@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [STAGING]
### Improvements
- Arch
- replaced some system calls by Python calls
### Fixes
- AppImage
- some desktop entries not being displayed on the desktop environment menu (requires the AppImage to be reinstalled) [#287](https://github.com/vinifmor/bauh/issues/287)