| Name: | python3-dbusmock |
|---|---|
| Version: | 0.30.2 |
| Release: | 4.el10 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 573760 |
| License: | LGPL-3.0-or-later |
| RPM: | python3-dbusmock-0.30.2-4.el10.noarch.rpm |
| Source RPM: | python-dbusmock-0.30.2-4.el10.src.rpm |
| Build Date: | Sat Aug 31 2024 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://pypi.python.org/pypi/python-dbusmock |
| Summary: | Mock D-Bus objects (Python3) |
| Description: | With this program/Python library you can easily create mock objects on D-Bus. This is useful for writing tests for software which talks to D-Bus services such as upower, systemd, ConsoleKit, gnome-session or others, and it is hard (or impossible without root privileges) to set the state of the real services to what you expect in your tests. |
- Bump release for June 2024 mass rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- bluez5: Fix invalid arguments to PairDevice (thanks Simon McVittie)
- bluez: Clean up static default properties, re-drop PairDevice() `class_` parameter - Add pre-commit rules (thanks Peter Hutterer)
- api: Add pytest support and helpers - api: Factor the server spawning into a new SpawnedMock object (thanks Peter Hutterer) - doc: generate sphinx docs on https://martinpitt.github.io/python-dbusmock/ (thanks Peter Hutterer) - cli: Add support for running custom commands on the mock environment (thanks Marco Trevisan)
- spec: Update License: to SPDX format - Test fixes (thanks Marco Trevisan)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for Python 3.12
- Support loading templates from XDG_DATA_DIRS - iio-sensors-proxy: Throw proper D-Bus errors instead of Python Exception