kumar303 / hawkrest

Hawk HTTP Authorization for Django Rest Framework
BSD 3-Clause "New" or "Revised" License
19 stars 8 forks source link

updating to latest mohawk interface for seen_nonce() #4

Closed jcwilson closed 9 years ago

jcwilson commented 9 years ago

The tests don't pass yet (unless one monkey-patches the mohawk library pulled down by tox), since the mohawk dependency version hasn't been updated yet. Once the new version of mohawk is available on PyPi, i'll update this pull request.

kumar303 commented 9 years ago

Cool, the tests are working :) I'll get a release on PyPI soon.

kumar303 commented 9 years ago

I just cut 0.3.0 and updated PyPI http://mohawk.readthedocs.org/en/latest/#changelog Thanks again for moving these changes through. You can bump the version requirement here: https://github.com/kumar303/hawkrest/blob/master/setup.py#L25

kumar303 commented 9 years ago

Looks great, thanks again!

kumar303 commented 9 years ago

new version is up: https://pypi.python.org/pypi/hawkrest

jcwilson commented 9 years ago

Thanks for your help with this! Glad I could contribute back a bit. :)