python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
Other
188 stars 37 forks source link

TrioDeprecationWarning: trio.open_cancel_scope is deprecated since Trio 0.10.0 #52

Closed AdrienPensart closed 5 years ago

AdrienPensart commented 5 years ago

Hello,

since update of trio 0.10.0 I have this warning :

TrioDeprecationWarning: trio.open_cancel_scope is deprecated since Trio 0.10.0; use trio.CancelScope instead (https://github.com/python-trio/trio/issues/607)

Can you fix if it is trivial ?

AdrienPensart commented 5 years ago

Will you do a new release soon ? Cheers.

ProvoK commented 5 years ago

Hey there. I second that, the spam in the logging is quite intense. There is a way to suppress it?

pquentin commented 5 years ago

Would one of you be interested in managing trio-asyncio releases?

smurfix commented 5 years ago

Yes I know I need to do a new release. Help welcome.

ProvoK commented 5 years ago

I don't know your processes but I'm available if I can help.

pquentin commented 5 years ago

The process is loosely documented here: https://trio.readthedocs.io/en/latest/releasing.html

There are a number of things you can do even if you can't push to PyPI just yet