14
0

Accepting request 786919 from home:pgajdos:python

- version update to 0.19
  - NetworkManager template: Add "StateReason" property and active connection ID
  - Add low-memory-monitor template

OBS-URL: https://build.opensuse.org/request/show/786919
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dbusmock?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal
2020-03-20 14:35:06 +00:00
committed by Git OBS Bridge
parent 5a676eec79
commit 937966c5d0
4 changed files with 13 additions and 6 deletions

View File

@@ -18,14 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-dbusmock
Version: 0.18.3
Version: 0.19
Release: 0
Summary: Python library for creating mock D-Bus objects
License: LGPL-3.0-or-later
URL: https://github.com/martinpitt/python-dbusmock
Source: https://files.pythonhosted.org/packages/source/p/python-dbusmock/python-dbusmock-%{version}.tar.gz
BuildRequires: %{python_module dbus-python}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: pkgconfig
@@ -56,7 +56,7 @@ to what one may expect in tests.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} -v
%pytest
%files %{python_files}
%license COPYING