Update to 3.3.0 (#1571792)

This commit is contained in:
Miro Hrončok 2018-05-02 15:14:32 +02:00
commit 00326a6960
3 changed files with 9 additions and 3 deletions

View file

@ -1,5 +1,5 @@
Name: python-uranium
Version: 3.2.1
Version: 3.3.0
Release: 1%{?dist}
Summary: A Python framework for building desktop applications
License: LGPLv3+
@ -66,7 +66,8 @@ make doc
%check
pip3 freeze
%{__python3} -m pytest -v
# https://github.com/Ultimaker/Uranium/issues/345
%{__python3} -m pytest -v -k "not test_emptyPlugin"
%install
@ -102,6 +103,10 @@ popd
%changelog
* Wed May 02 2018 Miro Hrončok <mhroncok@redhat.com> - 3.3.0-1
- Update to 3.3.0 (#1571792)
- Skip test_emptyPlugin
* Mon Mar 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.2.1-1
- Update to 3.2.1 (#1523904)
- Force install to /usr/lib and keep this noarch