Accepting request 773162 from home:TheBlackCat:branches:devel:languages:python:numeric

- Update to 3.1.3
  * suppress a warning with Pandas 1.0
  * support pillow >= 7
  * support dateutils >= 2.8.1
  * prevent an infinite recursion
  * do not clobber non-python registered signal handler
  * fix path intersection computation with 0 length segments
  * fix performance regression in draw_idle
  * several minor bugs

OBS-URL: https://build.opensuse.org/request/show/773162
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=23
This commit is contained in:
Todd R
2020-02-10 16:29:52 +00:00
committed by Git OBS Bridge
parent d418503cc3
commit 51eac0754a
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Feb 10 15:18:57 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to 3.1.3
* suppress a warning with Pandas 1.0
* support pillow >= 7
* support dateutils >= 2.8.1
* prevent an infinite recursion
* do not clobber non-python registered signal handler
* fix path intersection computation with 0 length segments
* fix performance regression in draw_idle
* several minor bugs
-------------------------------------------------------------------
Fri Dec 6 18:48:47 UTC 2019 - Todd R <toddrme2178@gmail.com>