diff --git a/python-dbusmock-0.29.1.tar.gz b/python-dbusmock-0.29.1.tar.gz deleted file mode 100644 index bb7cae4366206e82581026b1d93ea80b7bac5a07..0000000000000000000000000000000000000000 Binary files a/python-dbusmock-0.29.1.tar.gz and /dev/null differ diff --git a/python-dbusmock-0.30.2.tar.gz b/python-dbusmock-0.30.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..16b79598a60d9dbf5c73bbaf15ad40f1eefb99b5 Binary files /dev/null and b/python-dbusmock-0.30.2.tar.gz differ diff --git a/python-dbusmock.spec b/python-dbusmock.spec index 1c4a747a4144f7e4efc79c2126e661144bb4eea3..1743f45a266786b5e780844d68112d2a8db48698 100644 --- a/python-dbusmock.spec +++ b/python-dbusmock.spec @@ -1,13 +1,12 @@ %global modname dbusmock Name: python-%{modname} -Version: 0.29.1 +Version: 0.30.2 Release: 1 Summary: Mock D-Bus objects License: LGPLv3+ URL: https://pypi.python.org/pypi/python-dbusmock -Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz -##https://github.com/martinpitt/python-dbusmock/archive/refs/tags/%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/a3/d7/c1775cc770066966cad9e48176dc75f3bdef2fb523fb131b797dc18cedb2/python-dbusmock-0.30.2.tar.gz BuildArch: noarch BuildRequires: git @@ -17,6 +16,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-gobject BuildRequires: dbus-x11 BuildRequires: upower +BuildRequires: python3-pytest %global _description\ With this program/Python library you can easily create mock objects on\ @@ -50,6 +50,16 @@ rm -rf python-%{modname}.egg-info %{python3_sitelib}/*%{modname}* %changelog +* Tue Nov 05 2024 xiaozai - 0.30.2-1 +- Update to 0.30.2 + - api: Add pytest support and helpers + - api: Factor the server spawning into a new SpawnedMock object + - doc: generate sphinx docs on https://martinpitt.github.io/python-dbusmock/ + - cli: Add support for running custom commands on the mock environment + - bluez: Clean up static default properties, re-drop PairDevice() class_ parameter + - Add pre-commit rules + - bluez5: Fix invalid arguments to PairDevice + * Tue Nov 21 2023 lwg - 0.29.1-1 - update to version 0.29.1