All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- n/a
1.6.2 - 2022-07-12
- Fixed a Python 3 issue where bytes are expected as argument instead of string
- Fixed compatibility with latest PyYAML
1.6.1 - 2021-05-17
- Fixed a crash when a repo cannot be fetched
1.6.0 - 2021-01-20
- Fixed a crash when a config file is missing
- Fixed logger setup
- Added option to keep sources in lookaside cache, now by default lookaside cache folder is cleaned
1.5.0 - 2020-09-03
- Fixed handling of SRPMs which do not contain a
SOURCESdirectory #27
1.4.2 - 2020-08-03
- Fixed a crash introduced in 1.4.0 when alt-src is used with rpm-python versions older than 4.12.0.
1.4.1 - 2020-07-29
- Fixed a crash introduced in 1.4.0 when alt-src is used with older versions of
the
sixpackage, as available in RHEL6.
1.4.0 - 2020-07-27
- Added rpm2cpio fallback during RPM unpacking. This improves compatibility when RPMs built with a newer OS are handled via alt-src on an older OS (though compatibility is still not guaranteed).
1.3.0 - 2020-06-11
- Improved logging for commands failure
1.2.0 - 2020-05-25
- Added Python 3 compatibility
1.1.0 - 2020-04-02
- Used Yaml BaseLoader to avoid conversion errors
- Use rpm-py-installer instead of rpm as dependency
- Local tags are removed if already exist on re-push
- Fixed branch initialization when target repo has no default branch
- Fixed handling of lockfile during cleanup
- Initial release to PyPI