Tanganelli / CoAPthon3

CoAPthon3 is a porting to python3 of my CoAPthon library. CoAPthon3 is a python3 library to the CoAP protocol compliant with the RFC. Branch is available for the Twisted framework.
MIT License
58 stars 50 forks source link

tag release 1.0.2 and push to pip to fix isAlive() for Python 3.9 Users #44

Closed bernhardkaindl closed 3 years ago

bernhardkaindl commented 3 years ago

Ubuntu 21.04 and likely other distros now use Python-3.9.

It removed the long-deprecated isAlive() which was fixed in git this March.

Please make this and the other fixes in git available on pip by tagging release 1.0.2 and pushing it to pip like you did in 2018 for version 1.0.1.

Thanks a ton ;-)

warner83 commented 3 years ago

A new version is now on pip.