Name: python-uv-dynamic-versioning Version: 0.12.0 Release: %autorelease Summary: Dynamic versioning based on VCS tags for uv/hatch project License: MIT URL: https://github.com/ninoseki/uv-dynamic-versioning/ Source: %{pypi_source uv_dynamic_versioning} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: This package implements dynamic versioning based on VCS tags (like Git) for projects utilizing 'uv' or 'hatch'. It allows the project version to be derived automatically from the version control system state.} %description %_description %package -n python3-uv-dynamic-versioning Summary: %{summary} %description -n python3-uv-dynamic-versioning %_description %prep %autosetup -p1 -n uv_dynamic_versioning-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files uv_dynamic_versioning %check %pyproject_check_import %files -n python3-uv-dynamic-versioning -f %{pyproject_files} %doc README.md %license LICENSE %{_bindir}/uv-dynamic-versioning %changelog %autochangelog