1
0

Accepting request 713757 from home:apersaud:branches:devel:languages:python:numeric

update to latest version

OBS-URL: https://build.opensuse.org/request/show/713757
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal 2019-07-07 20:01:44 +00:00 committed by Git OBS Bridge
parent 0d0e8aa7a3
commit e3c83f2e3f
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> 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python %define oldpython python
%define skip_python2 1 %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 # No Qt4 plugin on > Leap 15
%if 0%{?suse_version} > 1500 %if 0%{?suse_version} > 1500
%bcond_with qt4 %bcond_with qt4
%else %else
%bcond_without qt4 %bcond_without qt4
%endif %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 Name: python-matplotlib
Version: 3.1.0 Version: 3.1.1
Release: 0 Release: 0
Summary: Plotting Library for Python Summary: Plotting Library for Python
License: SUSE-Matplotlib License: SUSE-Matplotlib