Add dynamic_version input to automatically handle setuptools-scm-like projects
This MR adds the dynamic_version: true
input to the redhat/build and redhat/source components to enable dynamically updating the spec file with the version detected from Python PKG-INFO
metadata files.
This is mainly to support CI pipelines for setuptools-scm projects.