1
0

Accepting request 713875 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/713875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=72
This commit is contained in:
Dominique Leuenberger 2019-07-30 11:00:00 +00:00 committed by Git OBS Bridge
commit 4f8e8a5c1c
4 changed files with 15 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jul 6 21:17:49 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 3.1.1:
* The first bug-fix release of the 3.1 series
+ Locator.nonsingular return order API change
* Lots of backports of various bug fixes.
-------------------------------------------------------------------
Sun May 19 02:47:55 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@ -19,17 +19,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
%define skip_python2 1
# Not doing tests because they take too long
# The tests also pull in dependencies of all backends done in pure python
%bcond_with tests
# No Qt4 plugin on > Leap 15
%if 0%{?suse_version} > 1500
%bcond_with qt4
%else
%bcond_without qt4
%endif
# Not doing tests because they take too long
# The tests also pull in dependencies of all backends done in pure python
%bcond_with tests
Name: python-matplotlib
Version: 3.1.0
Version: 3.1.1
Release: 0
Summary: Plotting Library for Python
License: SUSE-Matplotlib