Revisions of python-python-dbusmock

buildservice-autocommit accepted request 1158470 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 29)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 28)
- update to 0.31.1:
  * power_profiles_daemon: Move back to original D-Bus name to
    avoid breaking compatibility
  * Add upower_power_profiles_daemon template for version 0.20
    API with new D-Bus name
- update to 0.31.0:
  * power-profiles-daemon: Move to
    org.freedesktop.UPower.PowerProfiles as in release 0.20.0
  * NetworkManager: Add stub ipv4/6 properties in
    AddWiFiConnection
buildservice-autocommit accepted request 1140314 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 27)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 26)
- update to 0.30.2:
  * bluez5: Fix invalid arguments to PairDevice
- update to 0.30.1:
  * bluez: Clean up static default properties, re-drop
    PairDevice() `class_` parameter
- update to 0.30.0:
  * api: Add pytest support and helpers
  * api: Factor the server spawning into a new SpawnedMock object
  * cli: Add support for running custom commands on the mock
    environment
- update to 0.29.1:
  * spec: Update License: to SPDX format
- update to 0.29.0:
  * Support loading templates from XDG_DATA_DIRS
  * iio-sensors-proxy: Throw proper D-Bus errors instead of
    Python Exception
- update to 0.28.7:
  * blue5-obex template: Fix OBEX PullAll
  * power_profiles template: Fix Actions property type
  * README: Explain container tests and how to debug them
- update to 0.28.6:
  * Fix generated _version.py in release tarball
- update to 0.28.4:
  * setup.py: Fix ModuleNotFoundError
  * ofono template: Fix conversion to f-strings (Debian #1015286)
  * Ship FMF tests in release tarballs
- update to 0.28.3:
  * Bring back dbusmock.__version__
- update to 0.28.2:
  * Dynamically compute version with setuptools-scm
buildservice-autocommit accepted request 1116817 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 25)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1116760 from Simon Lees's avatar Simon Lees (simotek) (revision 24)
- dbusmock explicitly needs dbus-1-daemon to function (rather then
  dbus-broker)
buildservice-autocommit accepted request 1082656 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 23)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 22)
- Removed not needed sle15modernpython macro
buildservice-autocommit accepted request 1078647 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 21)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1078646 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 20)
Fix macro conditional.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1078644 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 19)
- Switch to pyproject_*
- Add missing BR on python-gobject.
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 18)
- Update to 0.24.1:
  * Do not register standard D-Bus service directories (Thanks Benjamin Berg)
  * templates: Add IIO Sensors Proxy support (Thanks Marco Trevisan)
  * Fix importlib module import (Thanks Marco Trevisan)
  * Clean up code for most recent pylint version
  * Add Add power-profiles-daemon template (Thanks Bastien Nocera)
  * logind: Implement Inhibit and ListInhibitors (Thanks to Benjamin Berg)
  * Fix new complaints from pylint 2.9
  * Fix tests for Python 3.10
  * DBusMockObject: Add UpdateProperties() method (Thanks to Jonas Ådahl)
  * DBusTestCase: Add bus override argument to spawn_server_template, to use
    templates on either system or session bus; add corresponding --session CLI
    option
  * bluez template: Implement Pair() method on the Device interface and the
    AgentManager1 interface (Thanks to Bastien Nocera)
  * polkit template: Implement RegisterAuthenticationAgent() (Thanks to
    Jonas Ådahl)
  * Add accountsservice template (Thanks to Marco Trevisan)
  * NetworkManager template: Fix connecting to wifi
  * NetworkManager template: Add Reload() method
  * tests: Replace nose test runner with standard unittest
  * setup.py: Drop deprecated `test_suite`, run tests through
    `python3 -m unittest` directly
  * Add type annotations to the whole API
  * Drop obsolete ConsoleKit and bluez4 templates/tests
  * upower template: Drop support for 0.9 API
  * NetworkManager template: Handle NetworkingEnable
  * NetworkManager template: AddConnectionUnsaved
  * Drop support for Python 2 
- Add python-dataclasses to {Build,}Requires
buildservice-autocommit accepted request 786924 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 17)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 786919 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 16)
- version update to 0.19
  - NetworkManager template: Add "StateReason" property and active connection ID
  - Add low-memory-monitor template
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 15)
- Do not pull in py2 on python3 subpkg
buildservice-autocommit accepted request 769869 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 14)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 769868 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 13)
- Require python-dbus-python: dbusmock can't work without this
  module.

without this, you get:

```
> python3
Python 3.7.3 (default, Apr 09 2019, 05:18:21) [GCC] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import dbusmock
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.7/site-packages/dbusmock/__init__.py", line 16, in <module>
    from dbusmock.mockobject import (DBusMockObject, MOCK_IFACE,
  File "/usr/lib/python3.7/site-packages/dbusmock/mockobject.py", line 27, in <module>
    import dbus
ModuleNotFoundError: No module named 'dbus'
```
buildservice-autocommit accepted request 741463 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 12)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 11)
- Update to 0.18.3:
  - Fix timeouts for loaded machines and parallel tests
  - Fix tests for Python 3.8
buildservice-autocommit accepted request 668147 from Todd R's avatar Todd R (TheBlackCat) (revision 10)
baserev update by copy to link target
Displaying revisions 1 - 20 of 29
openSUSE Build Service is sponsored by