Update to 3.5.1 (#1644323)

This commit is contained in:
Miro Hrončok 2018-11-12 10:57:42 +01:00
commit 517d0a181d
4 changed files with 9 additions and 121 deletions

View file

@ -1,5 +1,5 @@
Name: python-uranium
Version: 3.4.1
Version: 3.5.1
Release: 1%{?dist}
Summary: A Python framework for building desktop applications
License: LGPLv3+
@ -17,6 +17,7 @@ BuildRequires: git-core
BuildRequires: python3-arcus == %{version}
BuildRequires: python3-numpy
BuildRequires: python3-scipy
BuildRequires: python3-shapely
BuildRequires: python3-qt5
BuildRequires: python3-pytest
@ -38,6 +39,7 @@ Provides: uranium = %{version}-%{release}
Requires: python3-arcus == %{version}
Requires: python3-numpy
Requires: python3-scipy
Requires: python3-shapely
Requires: python3-qt5
Recommends: python3-numpy-stl
@ -63,8 +65,7 @@ make doc
%check
%{__python3} -m pip freeze
# https://github.com/Ultimaker/Uranium/issues/394
%{__python3} -m pytest -v -k "not TestContainerStack and not TestContainerRegistry"
%{__python3} -m pytest -v
%install
@ -103,6 +104,9 @@ popd
%changelog
* Mon Nov 12 2018 Miro Hrončok <mhroncok@redhat.com> - 3.5.1-1
- Update to 3.5.1 (#1644323)
* Tue Aug 28 2018 Miro Hrončok <mhroncok@redhat.com> - 3.4.1-1
- Update to 3.4.1 (#1599724)