chore: Sync F42 (#10494)

This commit is contained in:
Gilver
2026-03-14 06:00:57 -05:00
committed by GitHub
parent 157acd8d3d
commit 3ec7776ab3
145 changed files with 327 additions and 353 deletions
+2 -6
View File
@@ -2,16 +2,14 @@
%global _desc Python package for writing Value Change Dump (VCD) files.
Name: python-%{pypi_name}
Version: 0.4.0
Release: 2%?dist
Version: 0.4.1
Release: 1%?dist
Summary: Python package for writing Value Change Dump (VCD) files
License: MIT
URL: https://github.com/SanDisk-Open-Source/pyvcd
Source0: %url/releases/download/%version/pyvcd-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3
BuildRequires: python3.10
BuildRequires: python3-build
BuildRequires: python3-installer
BuildRequires: python3-wheel
@@ -48,8 +46,6 @@ Provides: pyvcd
%files -n python3-%{pypi_name} -f %{pyproject_files}
%doc README.rst CODE_OF_CONDUCT.md CHANGELOG.rst
%license LICENSE.txt
%ghost %python3_sitelib/__pycache__/*.cpython-*.pyc
%ghost %python3_sitelib/%{name}/subcommands/__pycache__/*.cpython-*.pyc
%python3_sitelib/pyvcd-%version.dist-info/*
%changelog