Skip to content

v1.0.0

Compare
Choose a tag to compare
@ylobankov ylobankov released this 23 Nov 13:36
· 8 commits to master since this release

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.