Wed, 15 May 2024 10:57:12 UTC | login

Information for build fmf-1.3.0-1.fc40

ID255089
Package Namefmf
Version1.3.0
Release1.fc40
Epoch
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. This package contains the command line tool.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 23 Oct 2023 06:54:59 UTC
CompletedMon, 23 Oct 2023 06:54:59 UTC
Tags
f40
RPMs
src
fmf-1.3.0-1.fc40.src.rpm (info) (download)
noarch
fmf-1.3.0-1.fc40.noarch.rpm (info) (download)
python3-fmf-1.3.0-1.fc40.noarch.rpm (info) (download)
Changelog * 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 * Thu Jul 21 2022 Lukáš Zachar <lzachar@redhat.com> - 1.2.1-1 - Retry if shallow clone fails * Tue Jul 19 2022 Lukáš Zachar <lzachar@redhat.com> - 1.2.0-1 - Shallow git clone if no reference is used - Select by the source of object - Enable the flake8 check, fix detected issues - Make when in adjust optional, add true|false expr. - Version as fmf flag and module attribute * Wed Jun 08 2022 Lukáš Zachar <lzachar@redhat.com> - 1.1.0-1 - Implement a directive for disabling inheritance - Add support for prepending items during merging - Explicitly convert context value to string - Workaround s390x ruamel read issue - Support reference schemas in validation function - Add JSON Schema validation method - Fixes blocking with symbolic link loops - Use a better way to detect the default git branch - Add unit tests for comma operator in context rules - Add examples demonstrating the context syntax * Thu Nov 11 2021 Petr Šplíchal <psplicha@redhat.com> - 1.0.0-1 - Migrate yaml parsing to ruamel.yaml - Drop support for Python 2 - Add extra requires and enable readthedocs config (#143) - Filter accept value with a colon - Adjust style to fix issues revealed by pre-commit - Enable pre-commit, update contribution docs - Disable integration testing with tmt for centos-7