Blame python-visvis.spec

8fe653c
%global srcname visvis
8fe653c
Name:             python-%{srcname}
7f89a41
Version:          1.12.4
7f89a41
Release:          1%{?dist}
8fe653c
Summary:          Python library for visualization of 1D to 4D data in an object oriented way
8fe653c
License:          BSD
8fe653c
URL:              https://github.com/almarklein/%{srcname}
8fe653c
Source0:          %{url}/archive/v%{version}.tar.gz#/%{srcname}-%{version}.tar.gz
8fe653c
BuildArch:        noarch
8fe653c
8fe653c
%global _description\
8fe653c
Visvis is a pure Python library for visualization of 1D to 4D data in an\
8fe653c
object oriented way. Essentially, visvis is an object oriented layer of\
8fe653c
Python on top of OpenGl, thereby combining the power of OpenGl with the\
8fe653c
usability of Python. A Matlab/Matplotlib-like interface in the form of a\
8fe653c
set of functions allows easy creation of objects (e.g. plot(), imshow(),\
8fe653c
volshow(), surf()).
8fe653c
8fe653c
%description
8fe653c
%{_description}
8fe653c
8fe653c
%package -n python3-%{srcname}
8fe653c
Summary:          %{summary}
8fe653c
%{?python_provide:%python_provide python3-%{srcname}}
8fe653c
BuildRequires:    python3-devel, python3-setuptools
8fe653c
Requires:         python3-numpy, python3-pyopengl
8fe653c
Recommends:       python3-PyQt4, python3-wxpython4
8fe653c
Recommends:       python3-gobject
8fe653c
8fe653c
%description -n python3-%{srcname}
8fe653c
%{_description}
8fe653c
8fe653c
%prep
8fe653c
%setup -n %{srcname}-%{version}
8fe653c
8fe653c
%build
8fe653c
%py3_build
8fe653c
8fe653c
%install
8fe653c
%py3_install
8fe653c
8fe653c
%files -n python3-%{srcname}
8fe653c
%license license.txt
8fe653c
%doc README.md
8fe653c
%{python3_sitelib}/%{srcname}
8fe653c
%{python3_sitelib}/%{srcname}-%{version}-*.egg-info
8fe653c
8fe653c
%changelog
7f89a41
* Mon Dec 14 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 1.12.4-1
7f89a41
- New version
7f89a41
  Resolves: rhbz#1840466
7f89a41
2203219
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.3-3
2203219
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2203219
d485b9d
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.12.3-2
d485b9d
- Rebuilt for Python 3.9
d485b9d
61a9ded
* Mon Apr  6 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 1.12.3-1
61a9ded
- New version
61a9ded
  Resolves: rhbz#1821247
61a9ded
6725a1c
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.2-6
6725a1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
6725a1c
3b585c5
* Thu Nov  7 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 1.11.2-5
3b585c5
- Dropped Python 2 support
3b585c5
  Resolves: rhbz#1769828
3b585c5
fdbc406
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.11.2-4
fdbc406
- Rebuilt for Python 3.8.0rc1 (#1748018)
fdbc406
723d83d
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.11.2-3
723d83d
- Rebuilt for Python 3.8
723d83d
bc582bd
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.2-2
bc582bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
bc582bd
76bfd5b
* Thu Mar 28 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 1.11.2-1
76bfd5b
- New version
76bfd5b
  Resolves: rhbz#1693484
76bfd5b
5c054d5
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-6
5c054d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5c054d5
d8f7983
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-5
d8f7983
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d8f7983
6da2554
* Tue Jun 26 2018 Iryna Shcherbina <shcherbina.iryna@gmail.com> - 1.11.1-4
6da2554
- Update Python 2 dependency declarations to new packaging standards
6da2554
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
6da2554
8fe653c
* Fri Jun 15 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 1.11.1-3
8fe653c
- Simplified source URL
8fe653c
8fe653c
* Fri Jun 15 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 1.11.1-2
8fe653c
- Simplified the spec
8fe653c
8fe653c
* Thu Jun  7 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 1.11.1-1
8fe653c
- Initial release