15
0
forked from pool/python-vine

Accepting request 479475 from home:tbechtold:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/479475
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vine?expand=0&rev=2
This commit is contained in:
Jan Matejek
2017-03-15 12:51:23 +00:00
committed by Git OBS Bridge
parent b64ec1e8c1
commit 2284d86776
4 changed files with 24 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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