Skip to content

Releases: tarantool/mkrepo

v1.0.2

07 Dec 12:40
Compare
Choose a tag to compare

The release can be found at PyPI as well.

Overview

This release contains one improvement.

Changed

  • Bump boto3 version from 1.4.1 to 1.17.5.

v1.0.1

07 Dec 12:07
Compare
Choose a tag to compare

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.

v1.0.0

23 Nov 13:36
Compare
Choose a tag to compare

The release can be found at PyPI as well.

Overview

This release contains several improvements and bug fixes for RPM repository
metadata.

Added

  • RPM:
    • Add support for deletion of stale repo metadata.

Changed

  • RPM:
    • Include 'primary' files into primary.xml.
    • Add the <rpm:conflicts> section to primary.xml when it's needed.
    • Not include 'primary' files and packages that are provided into the
      <rpm:requires> section.
    • Keep only the highest version of libc.so.6 in the <rpm:requires>
      section.

Fixed

  • RPM:
    • Process I18NSTRING header type entries.
    • Handle latin-1 chars in SUMMARY and DESCRIPTION headers.
    • Fix wrong string representation of flags in the <rpm:requires>
      tag entries.

Removed

  • Completely drop support of Python 2.

v0.1.10

06 Sep 10:35
Compare
Choose a tag to compare

The release can be found at PyPI as well.

v0.1.9

19 Aug 14:00
Compare
Choose a tag to compare

The release can be found at PyPI as well.

v0.1.8

18 Aug 21:36
Compare
Choose a tag to compare

The release can be found at PyPI as well.

v0.1.7

06 Jul 09:03
Compare
Choose a tag to compare

The release can be found at PyPI as well.

v0.1.6

16 Jun 09:45
Compare
Choose a tag to compare

The release can be found at PyPI as well.

v0.1.5

16 Jan 22:54
Compare
Choose a tag to compare

The release can be found at PyPI as well.