Skip to content

Releases: martinpitt/python-dbusmock

0.30.0

30 Nov 07:25
0.30.0
Compare
Choose a tag to compare
  • 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)

0.29.1

27 Jul 05:04
0.29.1
Compare
Choose a tag to compare
  • spec: Update License: to SPDX format
  • Test fixes (thanks Marco Trevisan)

0.29.0

20 Apr 17:25
0.29.0
Compare
Choose a tag to compare
  • Support loading templates from XDG_DATA_DIRS
  • iio-sensors-proxy: Throw proper D-Bus errors instead of Python Exception

0.28.7

05 Jan 13:51
0.28.7
Compare
Choose a tag to compare
  • blue5-obex template: Fix OBEX PullAll (thanks Jan Alexander Steffens)
  • power_profiles template: Fix Actions property type (thanks Jonas Ådahl)
  • README: Explain container tests and how to debug them

0.28.6

12 Oct 05:10
0.28.6
Compare
Choose a tag to compare
  • Fix generated _version.py in release tarball (#164)

0.28.5

11 Oct 18:05
0.28.5
Compare
Choose a tag to compare
0.28.5 Pre-release
Pre-release
  • Allow sending signals from a specific path (thanks Peter Hutterer)
  • logind: Adjust for systemd 252
  • Use setuptools_scm to determine version

0.28.4

19 Jul 12:33
0.28.4
Compare
Choose a tag to compare
  • setup.py: Fix ModuleNotFoundError
  • ofono template: Fix conversion to f-strings (Debian #1015286)
  • Ship FMF tests in release tarballs

0.28.3

17 Jul 11:33
0.28.3
Compare
Choose a tag to compare
  • Bring back dbusmock.__version__

0.28.2

16 Jul 20:06
0.28.2
Compare
Choose a tag to compare
  • Dynamically compute version with setuptools-scm
  • tests: Adjust to libnotify 0.8 (Debian #1015068)
  • tests: Only run pylint on current Fedora release

0.28.1

28 Jun 11:39
0.28.1
Compare
Choose a tag to compare
  • Again works on RHEL/CentOS 8 (0.27 broke there), now in CI
  • Avoid glib GI dependency for main dbusmock, for running in virtualenv (thanks Allison Karlitskaya)