14
0

Accepting request 786210 from home:mcalabkova:branches:devel:languages:python

- Update to version 2.3.0
  * Distribute type module maker for mypy
  * Fix memory leak on dynamically created types
  * Make Dataloader keep cache object
  * Fix Python 3.7 deprecation warnings
  * Make Promise and Dataloader thread-safe

OBS-URL: https://build.opensuse.org/request/show/786210
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-promise?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2020-03-18 17:42:01 +00:00
committed by Git OBS Bridge
parent 7e89b6619f
commit 6403013bd4
4 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Mar 18 15:18:21 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 2.3.0
* Distribute type module maker for mypy
* Fix memory leak on dynamically created types
* Make Dataloader keep cache object
* Fix Python 3.7 deprecation warnings
* Make Promise and Dataloader thread-safe
-------------------------------------------------------------------
Mon Feb 11 12:12:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>