Update to 3.3.0 (#1571792)
This commit is contained in:
parent
7c49f4219a
commit
00326a6960
3 changed files with 9 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
|||
/Uranium-3.0.3.tar.gz
|
||||
/Uranium-3.1.0.tar.gz
|
||||
/Uranium-3.2.1.tar.gz
|
||||
/Uranium-3.3.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (Uranium-3.2.1.tar.gz) = ab9ec136b2d0c0e78ff161cbbb4ef098e278f399f16d4e23317624392a9ac87b830d805b45c179ddc6e6dd97eacda768af1af5025669b5059c7a8a8f60b4cd57
|
||||
SHA512 (Uranium-3.3.0.tar.gz) = 48de8ecf100f6bfbaa6b3bc6562fef25991ad07375f3d8f752f130b44c2e4728b2979f99de23570cd46367d868bb7139dfd9d73a7d3755d2141edc1fd46939b3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue