[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package python3-dbusmock-0.37.2-1.el10_1.noarch download

Name python3-dbusmock
Epoch 0
Version 0.37.2
Release 1.el10_1
Architecture noarch
Website/URL https://pypi.python.org/pypi/python-dbusmock
License LGPL-3.0-or-later
Build Time 2025-12-14 09:06:49
Build Host builder-arm64-1.inferitos.ru
Summary Mock D-Bus objects (Python3)
Repositories Extras
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.
Errata
Size 154 KiB
Source Project python-dbusmock-0.37.2-1.el10_1
SHA-256 checksum 902d1f9f6185f9b08c9ff63ce27159fb0475cf85ca9cbd5a7dba0ea1ed146e94
× Full screenshot
Changelog link
* Sat Dec 13 2025 Packit <hello@packit.dev> - 0.37.2-1
- tests: Adjust to NM 1.54.2 output change

* Wed Oct 08 2025 Packit <hello@packit.dev> - 0.37.1-1
- test: Skip test_notification_daemon with AppArmor profile (LP: #2121092)

* Sun Sep 14 2025 Packit <hello@packit.dev> - 0.37.0-1
- templates: Drop iio-sensors-proxy (See #241)
- DBusTestCase: Drop obsolete {start,stop}_dbus() methods
- Fix dbus-daemon startup race condition (Debian#1109272)

* Tue Jul 15 2025 Packit <hello@packit.dev> - 0.36.0-1
- mockobject: Fix _wrap_in_dbus_variant for Struct and Dict types (thanks Sebastian Wick)
- Drop setup.{cfg,py} and RHEL 9 support, move to pybuild (rhbz#2377609)
- Drop iio-sensor-proxy tests, the template is broken (see #241)

* Fri May 23 2025 Packit <hello@packit.dev> - 0.35.0-1
- modemmanager: Add operator code (thanks Guido Günther)
- modemmanager: Allow to set CellBroadcast channel list (thanks Guido Günther)

* Fri Feb 21 2025 Packit <hello@packit.dev> - 0.34.3-1
- tests: Relax libnotify expected format for libnotify 0.8.4

* Fri Dec 27 2024 Packit <hello@packit.dev> - 0.34.2-1
- spec: Adjust %autosetup to PEP-625 tarball top-level directory

* Thu Dec 12 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.33.0-1
- Rebuilt for MSVSphere 10

* Wed Dec 11 2024 Packit <hello@packit.dev> - 0.33.0-1
- templates: Add gsd-rfkill (thanks Guido Günther)
- Allow adding objects derived from DBusMockObject (thanks Sebastian Wick)
- Drop Python <= 3.7 support (thanks Tomasz Kłoczko)

* Thu Oct 03 2024 Packit <hello@packit.dev> - 0.32.2-1
- all templates: Drop wrong variant wrapping from all properties
- tests: Skip TestNetworkManager::test_one_wifi_with_accesspoints with NM ≥ 1.49.3