summaryrefslogtreecommitdiff
path: root/libkmod/python/kmod/version.py
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: add hooks to build python bindingspythonLucas De Marchi2014-03-241-17/+0
| | | | | | Add --enable-python configure switch so we build the python bindings. We also pass version.py through SED_PROCESS macro, so the version is kept in sync with kmod.
* python: update version to 0.9.1Andy Grover2014-03-201-1/+1
|
* python: update version to 0.9Andy Grover2014-03-201-1/+1
|
* python: Ran update-copyright.py.W. Trevor King2014-03-201-7/+12
|
* python: Add missing copyright blurbs.W. Trevor King2014-03-201-0/+11
|
* python: Convert to Cython.W. Trevor King2014-03-201-0/+1
With Cython we get easier memory handling and Python 3 compatibility.