Information for build fmf-1.7.0-1.fc42

ID2510
Package Namefmf
Version1.7.0
Release1.fc42
Epoch
DraftFalse
SummaryFlexible Metadata Format
DescriptionThe fmf Python module and command line tool implement a flexible format for defining metadata in plain text files which can be stored close to the source code. Thanks to hierarchical structure with support for inheritance and elasticity it provides an efficient way to organize data into well-sized text documents.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 09 Jun 2025 16:14:16 UTC
CompletedMon, 09 Jun 2025 16:14:16 UTC
Tags
f42
RPMs
src
fmf-1.7.0-1.fc42.src.rpm (info) (download)
noarch
fmf-1.7.0-1.fc42.noarch.rpm (info) (download)
Changelog * Fri Mar 07 2025 Packit <hello@packit.dev> - 1.7.0-1 - Update to version 1.7.0 * Fri Jan 17 2025 Packit <hello@packit.dev> - 1.6.1-1 - Update to version 1.6.1 * Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Tue Jan 07 2025 Packit <hello@packit.dev> - 1.6.0-1 - Update to version 1.6.0 * Wed Dec 04 2024 Packit <hello@packit.dev> - 1.5.0-1 - Update to version 1.5.0 * Thu Jul 25 2024 Miroslav Suchý <msuchy@redhat.com> - 1.4.1-3 - convert license to SPDX * Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jun 17 2024 Lukáš Zachar <lzachar@redhat.com> - 1.4.1-1 - Use local dict instead of modifying `locals()` * Wed Jun 05 2024 Petr Šplíchal <psplicha@redhat.com> - 1.4.0-1 - Introduce a new page for release notes - Extend the `filter()` documentation slightly - Implement the '~' merge operation - Support escaping `|` and `&` in `utils.filter()` - Accept additional rules in the `adjust()` call (#230) - Avoid `copy()` calls in `adjust()` - Directive `select` to control node selection - Allow filtering based on the node name - Drop epel-8 - Fix github action - Remove travis.yaml - Turn schema validation method into a stand-alone function - Limit number of tests run for integration with tmt (#225) - Add a `Toolbelt Catalog` entry for `fmf` * Fri Sep 29 2023 Petr Šplíchal <psplicha@redhat.com> - 1.3.0-1 - Allow case-insensitive context matching - Move the copr repository to the `teemtee` group - Fix missing file require for unit tests - Add callback to adjust() to make it observable by callers - Drop support for `el-8` and `python-3.6` - Fix docs building on readthedocs - Install `yq` needed for `tmt` integration tests - Include `srpm_build_deps` in the packit config - Remove `metadata` from Packit config - Add missing build job to Packit config - Update pre-commit checks to the latest versions - Require `fmf` in tests, remove obsolete coverage - Fix a typo in the merging minus sign documentation