Name: python3-pyvcd Version: 0.4.1 Release: 1%{?dist} Summary: Python package for writing Value Change Dump (VCD) files License: MIT URL: https://pyvcd.readthedocs.io/en/latest/ Source: %{pypi_source pyvcd} BuildArch: noarch BuildRequires: python3-devel %description The PyVCD package writes Value Change Dump (VCD) files as specified in IEEE 1364-2005. %prep %autosetup -n pyvcd-%{version} %generate_buildrequires %pyproject_buildrequires -t %build %pyproject_wheel %install %pyproject_install %pyproject_save_files vcd %check %pytest %files -f %{pyproject_files} %license LICENSE.txt %doc README.rst %changelog * Sat Nov 1 2025 Antoine Damhet - 0.4.1-1 - Bump to 0.4.1 * Thu Aug 15 2024 Antoine Damhet - 0.4.0-2 - Rebuild for python 3.13 * Sat May 04 2024 Antoine Damhet - 0.4.0-1 - Initial package version