15
0
forked from pool/python-vine

Accepting request 688309 from home:pgajdos

- version update to 1.3.0
  * Added the option to ignore the result of a function and simply
    call the callback without arguments.
  * Added Python 3.7 support.
  * Handle bound methods in weak reference promise instances.
  * Documentation fixes, CI adjustments and cleanups.
- run tests

OBS-URL: https://build.opensuse.org/request/show/688309
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vine?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-03-25 15:51:28 +00:00
committed by Git OBS Bridge
parent fa22de9757
commit 09ca2f4b1d
4 changed files with 28 additions and 8 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Mar 25 15:15:29 UTC 2019 - pgajdos@suse.com
- version update to 1.3.0
* Added the option to ignore the result of a function and simply
call the callback without arguments.
* Added Python 3.7 support.
* Handle bound methods in weak reference promise instances.
* Documentation fixes, CI adjustments and cleanups.
- run tests
-------------------------------------------------------------------
Mon Aug 21 08:51:25 UTC 2017 - tbechtold@suse.com