## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: fastapi-cloud-cli Version: 0.3.0 Release: %autorelease Summary: Deploy and manage FastAPI Cloud apps from the command line License: MIT URL: https://github.com/fastapilabs/fastapi-cloud-cli # The GitHub archive contains a few useful files that the PyPI sdist does not, # such as the release notes. Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz # Downstream-only; patch out coverage from script test # https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters Patch: 0001-Downstream-only-patch-out-coverage-from-script-test.patch BuildSystem: pyproject BuildOption(install): -L fastapi_cloud_cli BuildOption(generate_buildrequires): -x standard BuildArch: noarch %py_provides python3-fastapi-cloud-cli # Since requirements-tests.txt contains overly-strict version bounds and # unwanted linting/coverage/typechecking/formatting dependencies # (https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters), # we just list the few test dependencies we *do* want manually rather than # trying to patch the requirements file. We preserve upstream’s lower bounds # but remove upper bounds, as we must try to make do with what we have. BuildRequires: %{py3_dist pytest} >= 4.4 BuildRequires: %{py3_dist respx} >= 0.22 %global common_description %{expand: %{summary}.} %description %{common_description} %pyproject_extras_subpkg -n fastapi-cloud-cli standard %check %pytest -v %files -f %{pyproject_files} %license LICENSE %doc README.md %doc release-notes.md %changelog ## START: Generated by rpmautospec * Thu Oct 02 2025 Benjamin A. Beasley - 0.3.0-1 - Update to 0.3.0 (close RHBZ#2401022) * Thu Sep 25 2025 Benjamin A. Beasley - 0.2.1-1 - Update to 0.2.1 (close RHBZ#2398161) * Fri Sep 19 2025 Python Maint - 0.2.0-3 - Rebuilt for Python 3.14.0rc3 bytecode * Thu Sep 18 2025 Benjamin A. Beasley - 0.2.0-2 - No longer need to skip any tests * Thu Sep 18 2025 Benjamin A. Beasley - 0.2.0-1 - Update to 0.2.0 (close RHBZ#2396487) * Sun Sep 07 2025 Benjamin A. Beasley - 0.1.5-1 - Initial package (close RHBZ#2379742) ## END: Generated by rpmautospec