Name: python-sdbus Version: 0.14.2 Release: 1%{?dist} Summary: Modern Python D-Bus library based on sd-bus from libsystemd License: LGPL-2.1-or-later URL: https://github.com/python-sdbus/python-sdbus/ Source: %{pypi_source sdbus} BuildRequires: python3-devel BuildRequires: pkgconf-pkg-config BuildRequires: pkgconfig(libsystemd) >= 246 BuildRequires: python3-sphinx BuildRequires: gcc %global _description %{expand: python-sdbus is a modern D-Bus library for Python applications, built on libsystemd's sd-bus API. It features both async and blocking APIs, and full (mypy --strict compatible) type hints. } %description %_description %package -n python3-sdbus Summary: %{summary} %description -n python3-sdbus %_description %prep %autosetup -p1 -n sdbus-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l sdbus sdbus_async sdbus_block %check %pyproject_check_import %files -n python3-sdbus -f %{pyproject_files} %changelog * Mon Mar 2 2026 Ian Pilcher - 0.14.2-1 - Initial SPEC