## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autochangelog ## END: Set by rpmautospec %global pypi_version %(echo '%{version}' | tr -d '~') Summary: A simple database migration system for SQLite Name: python-sqlite-migrate Version: 0.1~b0 Release: 1%{?dist} License: Apache-2.0 URL: https://pypi.python.org/project/sqlite-migrate/ Source: %{pypi_source sqlite-migrate} # https://github.com/simonw/sqlite-migrate/pull/14/commits Patch: python-sqlite-migrate-0.1b0-toml.patch BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest %global _description \ A simple database migration system for SQLite, based on sqlite-utils %description %{_description} %package -n python3-sqlite-migrate Summary: %{summary} %description -n python3-sqlite-migrate %{_description} %prep %autosetup -p1 -n sqlite-migrate-%{pypi_version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l sqlite_migrate %check %pyproject_check_import %pytest %files -n python3-sqlite-migrate -f %{pyproject_files} %doc README.md %changelog ## START: Generated by rpmautospec * Sun Oct 12 2025 Terje Røsten - 0.1~b0-1 - Initial import rhbz#2403121 ## END: Generated by rpmautospec