-
Wed Sep 18 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.8.0-3
- Improvements to ModuleIndex.update_from_defaults_directory()
* Import each file in the directory as a merge rather than an overwrite so
we can detect conflicts.
* Modify the meaning of the 'strict' argument to fail if the merge would
result in a conflict in the default stream setting of a module.
-
Wed Sep 11 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.8.0-2
- Rename modulemd-validator to modulemd-validator2 to avoid file conflict
-
Wed Sep 04 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.8.0-1
- Update to 2.8.0
- API Changes
* Add Modulemd.Module.get_translation() - Retrieve the translations
associated with a Modulemd.Module
* Add ModuleIndex.update_from_defaults_directory() - Import defaults from a
directory of yaml documents, such as fedora-module-defaults, optionally
providing a second path containing overrides.
- Enhancements
* Modulemd.ModuleIndex.update_from_file() now supports reading files
compressed with gzip, bzip2 or xz. (Issue: #208)
* Documentation updates
- Bugfixes
* Assorted minor issues discovered by static analysis tools.
-
Thu Aug 15 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.7.0-1
- Update to 2.7.0
- Add support for 'buildroot' and 'srpm-buildroot' arguments to components
-
Thu Jul 18 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.6.0-3
- Fix dependency on python3-gobject-base
-
Wed Jul 17 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.6.0-2
- Fix dependency on python3-six and drop Obsoletes that conflict with RHEL
-
Fri Jul 12 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.6.0-1
- Use %{python3_pkgversion} macro
- Fix URL
- Update to 2.6.0
-
Wed May 29 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.5.0-2
- Fix memory issue with Module.search_streams() in the python bindings
-
Wed May 22 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.5.0-1
- Update to 2.5.0 and 1.8.11
- Ensure that XMD is always emitted in the same order
- Add .clear_*() functions for all .add_*() functions
- Add ModuleStream.equals()
- Add ModuleIndex.get_default_streams()
-
Mon May 13 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.4.0-1
- Update to 2.4.0 and 1.8.10
- Add ModuleStreamV2.clear_dependencies() and .remove_dependencies()
- Fix bugs and memory issues with the XMD python bindings
- Assorted documentation enhancements