%global debug_package %{nil} %global gituser yt-dlp %global gitname protobug Name: protobug Version: 0.3.0 Release: 1%{?dist} Summary: A pythonic protobuf library License: Unlicense URL: https://github.com/%{gituser}/%{gitname} Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz BuildRequires: %{py3_dist pytest} BuildArch: noarch %description A pythonic protobuf library using dataclasses and enums. %prep %autosetup -p1 %generate_buildrequires %pyproject_buildrequires -r %build %pyproject_wheel %install %pyproject_install %pyproject_save_files %{name} %check %pytest -k "not download" %files -f %{pyproject_files} %changelog * Sat Nov 01 2025 samoht0 0.3.0 - intial package