Update to 2.6.1
This commit is contained in:
parent
bd0e28dcfe
commit
50cb212ad3
3 changed files with 19 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
/Uranium-2.5.0.tar.gz
|
||||
/Uranium-2.6.0.tar.gz
|
||||
/Uranium-2.6.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: python-uranium
|
||||
Version: 2.5.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A Python framework for building desktop applications
|
||||
License: AGPLv3+
|
||||
URL: https://github.com/Ultimaker/Uranium
|
||||
|
|
@ -71,9 +71,14 @@ make %{?_smp_mflags}
|
|||
make doc
|
||||
|
||||
%check
|
||||
# The failing test is reported at https://github.com/Ultimaker/Uranium/issues/225
|
||||
pip3 freeze
|
||||
|
||||
|
||||
# The failing tests are reported at:
|
||||
# https://github.com/Ultimaker/Uranium/issues/225
|
||||
# https://github.com/Ultimaker/Uranium/issues/265
|
||||
# Skipping
|
||||
%{__python3} -m pytest -v -k "not getMimeTypeForFile"
|
||||
%{__python3} -m pytest -v -k "not getMimeTypeForFile and not test_uniqueName"
|
||||
|
||||
|
||||
%install
|
||||
|
|
@ -109,6 +114,13 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 28 2017 Miro Hrončok <mhroncok@redhat.com> - 2.6.1-1
|
||||
- Update to 2.6.1
|
||||
- Skip test_uniqueName test (reported)
|
||||
|
||||
* Tue Jun 27 2017 Miro Hrončok <mhroncok@redhat.com> - 2.6.0-1
|
||||
- Update to 2.6.0
|
||||
|
||||
* Wed May 03 2017 Miro Hrončok <mhroncok@redhat.com> - 2.5.0-2
|
||||
- Actually include the cmake files (needed for cura)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (Uranium-2.5.0.tar.gz) = 80ad5270fb43545cfcd43a001bd18d620c9ce4d084c39c1dfcc02f74a7bc687a9939ee1da7f98366debb0b0a88ba645f7bea3659dd97489780d31c62a72c8c29
|
||||
SHA512 (Uranium-2.6.1.tar.gz) = 2badf35ca4409a1232c19e8e0046f4153d271f76d60beb45cc138aee6380191df228b6eef083d78d2801066f852ef1364d47dbea02316d63f150724f9428724f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue