chore: Sync el10 (#10895)

* chore: Sync el10

* chore: Resync el10
This commit is contained in:
Gilver
2026-03-29 09:38:02 -05:00
committed by GitHub
parent dd3b7793ad
commit cbf5cf935b
287 changed files with 605 additions and 1437 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