From 063767fb4e41b4f6ceb44b213d3bf8b5e1579ec1 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 14 Nov 2019 14:17:26 +0100 Subject: [PATCH] + python-dbusmock-0.18.3-1 Update to 0.18.3 Enable tests --- python-dbusmock.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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)