youknowone / ring

Python cache interface with clean API and built-in memcache & redis + asyncio support.
http://ring-cache.readthedocs.io/en/latest/
Other
480 stars 37 forks source link

Resolve asyncio.coroutine deprecated warning #173

Closed yangroro closed 3 years ago

yangroro commented 3 years ago

asyncio.coroutine deprecated since python 3.8 It shows DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead

codecov[bot] commented 3 years ago

Codecov Report

Merging #173 (b46a630) into master (d5270d2) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #173      +/-   ##
==========================================
+ Coverage   97.95%   97.96%   +0.01%     
==========================================
  Files          15       15              
  Lines        1509     1520      +11     
==========================================
+ Hits         1478     1489      +11     
  Misses         31       31              
yangroro commented 3 years ago

@youknowone Could you release new version include #172 #173? And latest release pointing wrong release. Screen Shot 2021-07-08 at 10 53 00 AM

youknowone commented 3 years ago

Thanks a lot. 0.8.3 is released right now. https://pypi.org/project/ring/0.8.3/

Because Python projects doesn't have that much meaning in github releases, I skipped it for a while. Instead of github release, each tag is describing what's changed in the version

image