From 6da25540d93a7d599d0d329787c7c4d681ca1b0e Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jun 26 2018 13:04:03 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-visvis.spec b/python-visvis.spec index 458ca4b..2e0e6c5 100644 --- a/python-visvis.spec +++ b/python-visvis.spec @@ -1,7 +1,7 @@ %global srcname visvis Name: python-%{srcname} Version: 1.11.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python library for visualization of 1D to 4D data in an object oriented way License: BSD URL: https://github.com/almarklein/%{srcname} @@ -25,7 +25,7 @@ Summary: %{summary} BuildRequires: python2-devel, python2-setuptools Requires: python2-numpy, python2-pyopengl -Recommends: PyQt4, python2-wxpython4, python-pyside +Recommends: python2-qt4, python2-wxpython4, python2-pyside Recommends: python2-gobject %description -n python2-%{srcname} @@ -66,6 +66,10 @@ Recommends: python3-gobject %{python3_sitelib}/%{srcname}-%{version}-*.egg-info %changelog +* Tue Jun 26 2018 Iryna Shcherbina - 1.11.1-4 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Jun 15 2018 Jaroslav Škarvada - 1.11.1-3 - Simplified source URL