From 3b585c575e5696d581533b5f3f3dad46184038c3 Mon Sep 17 00:00:00 2001 From: Jaroslav Škarvada Date: Nov 07 2019 15:27:33 +0000 Subject: Dropped Python 2 support Resolves: rhbz#1769828 --- diff --git a/python-visvis.spec b/python-visvis.spec index c3e4d6f..0d43515 100644 --- a/python-visvis.spec +++ b/python-visvis.spec @@ -1,7 +1,7 @@ %global srcname visvis Name: python-%{srcname} Version: 1.11.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python library for visualization of 1D to 4D data in an object oriented way License: BSD URL: https://github.com/almarklein/%{srcname} @@ -19,18 +19,6 @@ volshow(), surf()). %description %{_description} -%package -n python2-%{srcname} -Summary: %{summary} -%{?python_provide:%python_provide python2-%{srcname}} - -BuildRequires: python2-devel, python2-setuptools -Requires: python2-numpy, python2-pyopengl -Recommends: python2-qt4, python2-wxpython4, python2-pyside -Recommends: python2-gobject - -%description -n python2-%{srcname} -%{_description} - %package -n python3-%{srcname} Summary: %{summary} %{?python_provide:%python_provide python3-%{srcname}} @@ -46,19 +34,11 @@ Recommends: python3-gobject %setup -n %{srcname}-%{version} %build -%py2_build %py3_build %install -%py2_install %py3_install -%files -n python2-%{srcname} -%license license.txt -%doc README.md -%{python2_sitelib}/%{srcname} -%{python2_sitelib}/%{srcname}-%{version}-*.egg-info - %files -n python3-%{srcname} %license license.txt %doc README.md @@ -66,6 +46,10 @@ Recommends: python3-gobject %{python3_sitelib}/%{srcname}-%{version}-*.egg-info %changelog +* Thu Nov 7 2019 Jaroslav Škarvada - 1.11.2-5 +- Dropped Python 2 support + Resolves: rhbz#1769828 + * Thu Oct 03 2019 Miro Hrončok - 1.11.2-4 - Rebuilt for Python 3.8.0rc1 (#1748018)