14
0

- Update to 2.0.1:

* Drop python2 and python3.4 support
  * Fix #126: '_io.BufferedRandom' object has no attribute 'buffer'
  * Fix #109 blockdiag does not work with recent pillow

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blockdiag?expand=0&rev=15
This commit is contained in:
2020-02-24 02:13:35 +00:00
committed by Git OBS Bridge
parent 01fe1f9abe
commit a64361add6
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Feb 24 02:11:52 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.0.1:
* Drop python2 and python3.4 support
* Fix #126: '_io.BufferedRandom' object has no attribute 'buffer'
* Fix #109 blockdiag does not work with recent pillow
-------------------------------------------------------------------
Thu Feb 28 09:38:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>