1
0

Accepting request 629427 from devel:languages:python:numeric

- Update to version 2.2.3
  * Fix import failure on BSD systems
  * Fix import errors in Qt shims for PyQt5 5.11 and PyQt4 4.12
  * Fix import errors if bz2 module is not in standard library
  * Fix overflow in _path.h
  * Fix infinite recursion in transform repr
  * Fix bug with XKCD style
  * Remove unsafe usage of Popen

OBS-URL: https://build.opensuse.org/request/show/629427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=65
This commit is contained in:
2018-08-17 22:03:18 +00:00
committed by Git OBS Bridge
parent 69222c7291
commit 59944496be
4 changed files with 37 additions and 16 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 14 15:19:00 UTC 2018 - toddrme2178@gmail.com
- Update to version 2.2.3
* Fix import failure on BSD systems
* Fix import errors in Qt shims for PyQt5 5.11 and PyQt4 4.12
* Fix import errors if bz2 module is not in standard library
* Fix overflow in _path.h
* Fix infinite recursion in transform repr
* Fix bug with XKCD style
* Remove unsafe usage of Popen
-------------------------------------------------------------------
Sat Jun 2 10:48:56 UTC 2018 - hpj@urpla.net