Skip to content

Latest commit

 

History

History
92 lines (57 loc) · 1.82 KB

CHANGES.rst

File metadata and controls

92 lines (57 loc) · 1.82 KB

Changelog

dev (not yet released)

Misc

  • #14: drop support for Python 3.5.

1.1.0 (2022-10-03)

New features

  • #6, #11: add a configuration file.
  • #3, #5: add logging.
  • #9, #13: review handling of the exit code from zypper and provide intelligible error messages. Retry the zypper call on failure to refresh a repository.

Misc

  • #7, #10: add a test suite.

Bug fixes and minor changes

  • #12: review build tool chain.

1.0.3 (2020-10-24)

Bug fixes and minor changes

  • Fix a syntax error.

1.0.2 (2020-10-20)

Warning

Version 1.0.2 is broken, don't use it!

Bug fixes and minor changes

  • #2, #4: retry if the ZYPP library is locked.

1.0.1 (2020-08-19)

Bug fixes and minor changes

  • #1: fix for non-zero exit status from zypper ps.
  • Add dependency on lsof in the spec file.
  • Add Changelog.

1.0 (2020-07-26)

  • Initial version