+ python-dbusmock-0.18.3-1

Update to 0.18.3
Enable tests
This commit is contained in:
Bastien Nocera 2019-11-14 14:17:26 +01:00
parent 977b159f07
commit 063767fb4e

View File

@ -1,8 +1,8 @@
%global modname dbusmock
Name: python-%{modname}
Version: 0.17
Release: 11%{?dist}
Version: 0.18.3
Release: 1%{?dist}
Summary: Mock D-Bus objects
License: LGPLv3+
@ -43,13 +43,18 @@ rm -rf python-%{modname}.egg-info
%check
# Tests are disabled for now
# %{__python3} setup.py test
%{__python3} setup.py test
%files -n python3-dbusmock
%doc README.rst COPYING
%{python3_sitelib}/*%{modname}*
%changelog
* Thu Nov 14 2019 Bastien Nocera <bnocera@redhat.com> - 0.18.3-1
+ python-dbusmock-0.18.3-1
- Update to 0.18.3
- Enable tests
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.17-11
- Rebuilt for Python 3.8.0rc1 (#1748018)