15
0
forked from pool/python-Glymur

Accepting request 866240 from home:bnavigator:branches:devel:languages:python

- Update to 0.9.3
  * Qualify on Python 3.9
  * Qualify on OpenJPEG 2.4.0
  * Add support for multithreaded writes.
- Always require importlib_resources for tests: the new python36 
  flavor on TW needs it, the python38 flavor is okay with it being 
  installed.

OBS-URL: https://build.opensuse.org/request/show/866240
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glymur?expand=0&rev=15
This commit is contained in:
2021-01-23 22:27:23 +00:00
committed by Git OBS Bridge
parent 98c5ec3d4e
commit a5d997ba41
4 changed files with 22 additions and 12 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Jan 23 12:18:53 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
- Update to 0.9.3
* Qualify on Python 3.9
* Qualify on OpenJPEG 2.4.0
* Add support for multithreaded writes.
- Always require importlib_resources for tests: the new python36
flavor on TW needs it, the python38 flavor is okay with it being
installed.
-------------------------------------------------------------------
Tue Jul 14 16:55:39 UTC 2020 - Matej Cepl <mcepl@suse.com>