+ python-dbusmock-0.18.3-1
Update to 0.18.3 Enable tests
This commit is contained in:
parent
977b159f07
commit
063767fb4e
@ -1,8 +1,8 @@
|
|||||||
%global modname dbusmock
|
%global modname dbusmock
|
||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 0.17
|
Version: 0.18.3
|
||||||
Release: 11%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Mock D-Bus objects
|
Summary: Mock D-Bus objects
|
||||||
|
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
@ -43,13 +43,18 @@ rm -rf python-%{modname}.egg-info
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# Tests are disabled for now
|
# Tests are disabled for now
|
||||||
# %{__python3} setup.py test
|
%{__python3} setup.py test
|
||||||
|
|
||||||
%files -n python3-dbusmock
|
%files -n python3-dbusmock
|
||||||
%doc README.rst COPYING
|
%doc README.rst COPYING
|
||||||
%{python3_sitelib}/*%{modname}*
|
%{python3_sitelib}/*%{modname}*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.17-11
|
||||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user