1
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/680563
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=13
This commit is contained in:
Todd R
2019-03-01 18:47:47 +00:00
committed by Git OBS Bridge
parent 08061b278d
commit 1c4093f038
4 changed files with 62 additions and 53 deletions

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Mar 1 17:40:22 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 3.0.3:
* fix several possible memory leaks
* documentation fixes
* jquery-ui is no longer bundled in git repo and is downloaded
during the install or sdist process. If you are installing from
pypi the files will be included, but if you are installing from
git you will need internet access the first time you run `pip
install .`. The install process tries to cache the files and will
not need internet access on future installations.
-------------------------------------------------------------------
Wed Feb 27 13:01:27 UTC 2019 - Fabian Vogt <fvogt@suse.com>