Accepting request 353007 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/353007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2016-01-12 15:13:12 +00:00 committed by Git OBS Bridge
parent a8d7d16698
commit 5a9272abaf
4 changed files with 21 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67b08b1650a00a6317d94b76a30a47320087e5244920604c5462188cba0c2646
size 53962448

3
matplotlib-1.5.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ab8d968eac602145642d0db63dd8d67c85e9a5444ce0e2ecb2a8fedc7224d40
size 54031672

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jan 11 08:22:25 UTC 2016 - toddrme2178@gmail.com
- Update to version 1.5.1:
First bug fix release for 1.5.x series.
-------------------------------------------------------------------
Wed Dec 2 16:12:14 UTC 2015 - egeorget@openmailbox.org
- Enabled qt5 on Leap 42.1
- Enabled wx on Leap 42.1
-------------------------------------------------------------------
Wed Nov 25 22:20:53 UTC 2015 - p.drouand@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-matplotlib
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: python-matplotlib
Version: 1.5.0
Version: 1.5.1
Release: 0
Summary: Plotting Library for Python
License: SUSE-Matplotlib
@ -81,7 +81,7 @@ BuildRequires: python-pyside
BuildRequires: python-qt4
BuildRequires: python-qt4-devel
%ifarch %{ix86} x86_64
%if 0%{?suse_version} > 1315
%if 0%{?suse_version} >= 1315 && 0%{?is_opensuse} != 0
# Qt5 dependencies
BuildRequires: python-qt5
BuildRequires: python-qt5-devel
@ -95,7 +95,7 @@ BuildRequires: tk
BuildRequires: tk-devel
# WebAgg dependencies
BuildRequires: python-tornado
%if 0%{?suse_version} != 1315 && 0%{?suse_version} != 1110
%if 0%{?suse_version} != 1110 && 0%{?suse_version} != 1315 || 0%{?suse_version} >= 1315 && 0%{?is_opensuse} != 0
# Wx dependencies
BuildRequires: python-wxWidgets >= 2.8
BuildRequires: wxWidgets-devel
@ -376,7 +376,7 @@ install -vm 755 %{SOURCE3} %{buildroot}%{python_sitearch}/
%{python_sitearch}/matplotlibwidget.py
%ifarch %{ix86} x86_64
%if 0%{?suse_version} > 1315
%if 0%{?suse_version} >= 1315 && 0%{?is_opensuse} != 0
%files qt5
%defattr(-,root,root,-)
# IMPORTANT: the qt4 backend makes use of the qt5 backend,
@ -400,7 +400,7 @@ install -vm 755 %{SOURCE3} %{buildroot}%{python_sitearch}/
%{python_sitearch}/matplotlib/backends/backend_webagg_core.*
%{python_sitearch}/matplotlib/backends/web_backend/
%if 0%{?suse_version} != 1315 && 0%{?suse_version} != 1110
%if 0%{?suse_version} != 1110 && 0%{?suse_version} != 1315 || 0%{?suse_version} >= 1315 && 0%{?is_opensuse} != 0
%files wx
%defattr(-,root,root,-)
%{python_sitearch}/matplotlib/backends/backend_wx.*