15
0
forked from pool/python-vine
Files
python-vine/python-vine.changes
Tomáš Chvátal 09ca2f4b1d 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
2019-03-25 15:51:28 +00:00

36 lines
1.3 KiB
Plaintext

-------------------------------------------------------------------
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
- update to 1.1.4:
- Added official support for Python 3.5 & 3.6.
- Improve Python 2/3 compatibility.
- Don't set mutable default values to keyword arguments.
-------------------------------------------------------------------
Wed Mar 15 09:22:01 UTC 2017 - tbechtold@suse.com
- update to 1.1.3:
- New ``promise(fun, weak=True)`` argument, creates weakref to callback.
- barrier: now handles the case where len(promises) returns NotImplemented.
- Requirements: Tests now depends on :pypi:`case` 1.2.2
- Five: python_2_unicode_compatible now ensures `__repr__` returns
bytes on Python 2.
- Switch to singlespec approach.
-------------------------------------------------------------------
Fri Jun 3 17:00:41 UTC 2016 - tbechtold@suse.com
- Initial packaging (version 1.1.0)