Name: python-gspread Version: 6.2.0 Release: 0.01 # Fill in the actual package summary to submit package to Fedora Summary: Google Spreadsheets Python API # Check if the automatically generated License and its spelling is correct for Fedora # https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ License: MIT URL: https://github.com/burnash/gspread Source: %{pypi_source gspread} BuildArch: noarch BuildRequires: python3-devel # Fill in the actual package description to submit package to Fedora %global _description %{expand: This is package 'gspread' generated automatically by pyp2spec.} %description %_description %package -n python3-gspread Summary: %{summary} %description -n python3-gspread %_description %prep %autosetup -p1 -n gspread-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l gspread -L %check %pyproject_check_import %files -n python3-gspread -f %{pyproject_files} %license LICENSE.txt %changelog * Mon Apr 21 2025 Brian J. Murrell - 6.2.0-0.01 - Initial release