Sync from SUSE:SLFO:Main python-python-dbusmock revision e4caa13e5cdd84315d457abe1e2b2825

This commit is contained in:
2025-05-17 16:00:14 +02:00
parent 1872a4662f
commit c2dc329d9b
5 changed files with 72 additions and 12 deletions

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Fri Jan 24 10:18:03 UTC 2025 - Joan Torres <joan.torres@suse.com>
- Update to 0.34.2:
* spec: Adjust %autosetup to PEP-625 tarball top-level directory
- Update to 0.34.1:
* spec: Adjust Source URL to PEP-625 tarball name
- Update to 0.34.0:
* modemmanager: Add cell broadcast messages (thanks Guido Günther)
* Move release builds to pybuild for PEP-625 compatibility
-------------------------------------------------------------------
Thu Jan 23 09:28:08 UTC 2025 - Joan Torres <joan.torres@suse.com>
- Update to 0.33.0:
* 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)
- Update to 0.32.2:
* all templates: Drop wrong variant wrapping from all properties
* tests: Skip TestNetworkManager::test_one_wifi_with_accesspoints
with NM ≥ 1.49.3
-------------------------------------------------------------------
Thu Nov 14 13:49:18 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Split test suite off into a 2nd flavor (:test) to avoid
buildcycle polkit -> upower -> python-dbusmock
-------------------------------------------------------------------
Mon Oct 28 08:44:27 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Replace dbus-1-x11 Requires with /usr/bin/dbus=daemon: this
matches what the code actully uses and ensures we do not rely on
legacy packages as good as possile.
-------------------------------------------------------------------
Sun Aug 18 17:06:33 UTC 2024 - Dirk Müller <dmueller@suse.com>