Module metadata manipulation library
Go to file
Stephen Gallagher 8daa4da18f
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.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-09-03 22:02:07 -04:00
tests Change name of unittest to work around OSCI bug 2018-10-29 09:08:17 -04:00
.gitignore Update to 2.8.0 2019-09-03 22:02:07 -04:00
libmodulemd.spec Update to 2.8.0 2019-09-03 22:02:07 -04:00
README.md Update README 2017-09-18 08:35:35 -04:00
sources Update to 2.8.0 2019-09-03 22:02:07 -04:00

libmodulemd

C Library for manipulating module metadata files See https://pagure.io/modulemd for more details.