New upstream version (0.14.0)
This commit is contained in:
parent
e8cd0bccfe
commit
1909b02d2e
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/scikit-image-0.11.3-nolena.tar.gz
|
||||
/scikit-image-0.12.3.tar.gz
|
||||
/scikit-image-0.13.0.tar.gz
|
||||
/scikit-image-0.14.0.tar.gz
|
||||
|
@ -6,8 +6,8 @@
|
||||
%global srcname scikit-image
|
||||
|
||||
Name: python-scikit-image
|
||||
Version: 0.13.0
|
||||
Release: 6%{?dist}
|
||||
Version: 0.14.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Image processing in Python
|
||||
# The following files are BSD 2 clauses, the rest BSD 3 clauses
|
||||
# skimage/graph/_mcp.pyx
|
||||
@ -34,7 +34,7 @@ BuildRequires: python-matplotlib-qt4
|
||||
BuildRequires: python2-six >= 1.3
|
||||
BuildRequires: python2-networkx-core
|
||||
BuildRequires: python2-pillow
|
||||
BuildRequires: python2-pywt
|
||||
BuildRequires: python2-pywt python-Cython
|
||||
Requires: python2-scipy
|
||||
Requires: python2-six >= 1.3
|
||||
Requires: python2-networkx-core
|
||||
@ -54,7 +54,7 @@ BuildRequires: python3-scipy python3-matplotlib python3-nose
|
||||
BuildRequires: python3-six >= 1.3
|
||||
BuildRequires: python3-networkx-core
|
||||
BuildRequires: python3-pillow
|
||||
BuildRequires: python3-pywt
|
||||
BuildRequires: python3-pywt python3-Cython
|
||||
Requires: python3-scipy
|
||||
Requires: python3-six >= 1.3
|
||||
Requires: python3-networkx-core
|
||||
@ -129,14 +129,14 @@ popd
|
||||
%endif # with_python3
|
||||
|
||||
%files -n python2-%{srcname}
|
||||
%doc CONTRIBUTORS.txt DEPENDS.txt RELEASE.txt TASKS.txt
|
||||
%doc CONTRIBUTORS.txt RELEASE.txt
|
||||
%license LICENSE.txt
|
||||
%{python2_sitearch}/skimage
|
||||
%{python2_sitearch}/scikit_image-*.egg-info
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-%{srcname}
|
||||
%doc CONTRIBUTORS.txt DEPENDS.txt RELEASE.txt TASKS.txt
|
||||
%doc CONTRIBUTORS.txt RELEASE.txt
|
||||
%license LICENSE.txt
|
||||
%{python3_sitearch}/skimage
|
||||
%{python3_sitearch}/scikit_image-*.egg-info
|
||||
@ -146,6 +146,9 @@ popd
|
||||
%{_bindir}/skivi
|
||||
|
||||
%changelog
|
||||
* Mon Jun 11 2018 Sergio Pascual <sergiopr@fedoraproject.org> - 0.14.0-1
|
||||
- New upstream version (0.14.0)
|
||||
|
||||
* Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.13.0-6
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (scikit-image-0.13.0.tar.gz) = 923015e373c406ae2fbbfdf83ce8b91e83790bdf7842c4439fdc9fd58cffe46efc0cfc7a1b0b06e1b2d092a909a6f085335640850883e7608dbccd1074046550
|
||||
SHA512 (scikit-image-0.14.0.tar.gz) = 224a6af745e1eb7d38c425afa411a9baac3e9504b639233fd10300a55006c3babdf40a3e7ee124e81b327c9f06d0baf35d3f2ccf8f69d3d2d6a54be0e40132f9
|
||||
|
Loading…
Reference in New Issue
Block a user