Skip to content

v1.0.1

Compare
Choose a tag to compare
@ylobankov ylobankov released this 07 Dec 12:07
· 3 commits to master since this release

The release can be found at PyPI as well.

Overview

This release contains several improvements and bug fixes.

Fixed

  • RPM:
    • Fix Python 3.6 compatibility by replacing the removesuffix() method, which
      is available since Python 3.9.0, with another code.

Changed

  • Use the python3 shebang instead of python in the mkrepo executable path.
  • Slightly update package description in setup.py.

Added

  • Add auto-installation of required package dependencies.