warrant
warrant copied to clipboard
release version > 0.6.1 to Pypi to address import warnings
The old 0.6.1 release from 2017 spits warnings due to old Python 2.x import syntax.
There are [at least] two ways to fix this: either...
- Update to Warrant to use a newer version than
1.3.2of the forked dependency https://github.com/capless/python-jose-cryptodome/ after merging https://github.com/capless/python-jose-cryptodome/issues/10 and bumping the version number.- or
- A cleaner fix would simply replace the local-forked lib with a newer version of the original http://github.com/mpdavis/python-jose which has since added CryptoDome as well as fixed the
importsyntax.