## 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: python-types-psutil Version: 7.0.0.20251001 Release: %autorelease Summary: Typing stubs for psutil License: Apache-2.0 URL: https://github.com/python/typeshed Source: %{pypi_source types_psutil} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: This is a PEP 561 type stub package for the psutil package. It can be used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code that uses psutil.} %description %_description %package -n python3-types-psutil Summary: %{summary} %description -n python3-types-psutil %_description %prep %autosetup -p1 -n types_psutil-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -L psutil-stubs %files -n python3-types-psutil -f %{pyproject_files} %changelog ## START: Generated by rpmautospec * Mon Oct 27 2025 Gwyn Ciesla - 7.0.0.20251001-1 - Initial import ## END: Generated by rpmautospec