python-aprmd5 0.2 released

You can grab the tar ball from the project page.

The main change is that version 0.2 of python-aprmd5 introduces an md5 type for regular MD5 hashing, instead of directly exposing functions in libaprutil. The hashlib module, which is part of the Python Standard Library, uses exactly the same approach (in fact I have copied the idiom from there).

A note on the side: I now consider python-aprmd5 to be feature complete, so there won't be much project activity unless there are bugs, or a change in libaprutil breaks python-aprmd5.