Skip to content

Release 0.3.21

Compare
Choose a tag to compare
@anaselli anaselli released this 05 Oct 11:55
· 3 commits to master since this release

This is mainly a bug fixing release:

  • Don't return dependencies and weak dependencies in updates
  • Make GetRepo handling missing repo options without breaking
  • Removed "failovermethod" repo option that does not exist in dnf anymore
  • Added a workaround for rpm path with escaped spaces
  • dnf group_install & group_remove need the grp.ig, not the dnf.comps.Group object
  • Added a specific function for get_packages using "standard fields" such
    as decription, size and group to speed up GetPackages
  • Improved time spent in _get_id.
  • Built transaction in history_undo
  • Fixed 'dnf.history' has no attribute 'open_history'