Accepting request 892141 from home:jayvdb:branches:devel:languages:python

- Add docs/*.rst to %doc
- Update to v2.0.0

OBS-URL: https://build.opensuse.org/request/show/892141
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crochet?expand=0&rev=3
This commit is contained in:
2021-05-11 10:58:33 +00:00
committed by Git OBS Bridge
parent 04a80454df
commit 08f2cb9104
4 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon May 10 22:30:36 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Add docs/*.rst to %doc
- Update to v2.0.0
* It's possible to decorate async/await Twisted functions with
@wait_for and @run_in_reactor
* Added type hints
* Added formal support for Python 3.9
* Dropped the deprecated APIs @wait_for_reactor, @in_reactor,
DeferredResult, the wrapped_function attribute, and
unlimited timeouts on EventualResult.wait()
* Dropped support for Python 2.7 and 3.5
-------------------------------------------------------------------
Thu Nov 26 00:54:28 UTC 2020 - John Vandenberg <jayvdb@gmail.com>