%global python_package_src command_line_assistant %global binary_name c Name: command-line-assistant Version: 0.1.0 Release: 1.20241210141320442725.pr61.9.g414bb40%{?dist} Summary: A simple wrapper to interact with RAG License: Apache-2.0 URL: https://github.com/rhel-lightspeed/command-line-assistant Source0: command-line-assistant-0.1.0.tar.gz # noarch because there is no extension module for this package. BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-wheel BuildRequires: python3-pip Requires: python3-requests # Not needed after RHEL 10 as it is native in Python 3.11+ %if 0%{?rhel} && 0%{?rhel} < 10 BuildRequires: python3-tomli Requires: python3-tomli %endif %description A simple wrapper to interact with RAG %prep %autosetup -n command-line-assistant-0.1.0 %build %py3_build_wheel %install %py3_install_wheel %{python_package_src}-%{version}-py3-none-any.whl %files %doc README.md %license LICENSE %{python3_sitelib}/%{python_package_src}/ %{python3_sitelib}/%{python_package_src}-%{version}.dist-info/ # Our binary is just called "c" %{_bindir}/%{binary_name} %changelog * Tue Dec 10 2024 Packit - 0.1.0-1.20241210141320442725.pr61.9.g414bb40 - Group test parameters with parametrize (Rodolfo Olivieri) - Fix specfile build (Rodolfo Olivieri) - Refactor the CLI to be separate commands (Rodolfo Olivieri) - Add Pull Request template to keep description orgainzed (#49) (Rodolfo Olivieri) - Update dependency pytest to v8.3.4 (#57) (renovate[bot]) - Add CODEOWNERS file (#52) (Rodolfo Olivieri) - Remove container testing from pipeline (#51) (Martin "kokesak" Litwora) - Add more test cases to cover the recent features (#34) (Rodolfo Olivieri) - Update dependency coverage to v7.6.8 (#48) (renovate[bot])