diff --git a/python-dbusmock.spec b/python-dbusmock.spec index 78bb605..096d116 100644 --- a/python-dbusmock.spec +++ b/python-dbusmock.spec @@ -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 - 0.18.3-1 ++ python-dbusmock-0.18.3-1 +- Update to 0.18.3 +- Enable tests + * Thu Oct 03 2019 Miro HronĨok - 0.17-11 - Rebuilt for Python 3.8.0rc1 (#1748018)