jd-boyd/python-lzo

MODULE_VERSION not updated to 1.10

Closed this issue · 2 comments

$ wget https://pypi.python.org/packages/source/p/python-lzo/python-lzo-1.10.tar.gz
$ tar -zxf python-lzo-1.10.tar.gz
$ grep "define MODULE_VERSION" ./python-lzo-1.10/lzomodule.c

define MODULE_VERSION "1.09"

And after installing it you find:
$ python -c "import lzo;print(lzo.version)"
1.09

Well that is just embarrassing. I will release a fix soon, but I want to figure out a way to prevent that over sight again before doing so.

OK, 1.11 has been released with this fixed.

I've added a test to check for the mismatch, and I started a more automated deploy to pypi that will only work if the tests pass.