Name: python-forex-python Version: 1.9.2 Release: 1%{?dist} Summary: Library for foreign exchange rates and currency conversion License: MIT URL: https://github.com/MicroPyramid/forex-python Source: %{pypi_source forex_python} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: %{summary}.} %description %_description %package -n python3-forex-python Summary: %{summary} %description -n python3-forex-python %_description %prep %autosetup -p1 -n forex_python-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install # Add top-level Python module names here as arguments, you can use globs %pyproject_save_files -l forex_python # Purge useless files rm -rf %{buildroot}%{python3_sitelib}/docs %check %pyproject_check_import %files -n python3-forex-python -f %{pyproject_files} %changelog * Thu Apr 09 2026 Neal Gompa - 1.9.2-1 - Initial package