Update to 3.6.0

Signed-off-by: Gabriel Feron <feron.gabriel@gmail.com>
This commit is contained in:
Gabriel Feron 2019-01-26 12:59:58 +01:00 committed by Miro Hrončok
commit 113106aa71
4 changed files with 68 additions and 2 deletions

View file

@ -1,11 +1,13 @@
Name: python-uranium
Version: 3.5.1
Version: 3.6.0
Release: 1%{?dist}
Summary: A Python framework for building desktop applications
License: LGPLv3+
URL: https://github.com/Ultimaker/Uranium
Source0: %{url}/archive/%{version}.tar.gz#/Uranium-%{version}.tar.gz
Patch0: %{name}-fix-wrong-import.patch
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: /usr/bin/doxygen
@ -104,6 +106,9 @@ popd
%changelog
* Sat Jan 26 2019 Gabriel Féron <feron.gabriel@gmail.com> - 3.6.0-1
- Update to 3.6.0
* Mon Nov 12 2018 Miro Hrončok <mhroncok@redhat.com> - 3.5.1-1
- Update to 3.5.1 (#1644323)