File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 0.6
2+ ===
3+
14- Simplified API.
25
36- Uses ctypes instead of extension modules.
47
8+ - libsuinput is included as submodule in git repository
9+
10+ - source distributions include suinput.c
11+
5120.5
613===
714
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Create and use a new uinput device with key-capabilities:
3030General information
3131-------------------
3232
33- - Version: 0.5
33+ - Version: 0.6
3434- License: GPLv3+ (see COPYING for details)
3535- Author: Tuomas Jorma Juhani Räsänen <tuomasjjrasanen@tjjr.fi>
3636- Homepage: <http://tjjr.fi/software/python-uinput/>
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ def run(self):
2323 _build_py .run (self )
2424
2525setup (name = 'python-uinput' ,
26- version = '0.5 ' ,
26+ version = '0.6 ' ,
2727 description = 'Python bindings for Linux uinput system.' ,
2828 author = 'Tuomas Jorma Juhani Räsänen' ,
2929 author_email = 'tuomasjjrasanen@tjjr.fi' ,
3030 url = 'http://tjjr.fi/sw/python-uinput/' ,
31- download_url = 'http://tjjr.fi/sw/ python-uinput/src/ python-uinput-0.5 .tar.gz' ,
31+ download_url = 'http://launchpad.net/ python-uinput/trunk/0.6/+download/ python-uinput-0.6 .tar.gz' ,
3232 package_dir = {'uinput' : 'src' },
3333 packages = ['uinput' ],
3434 license = 'GPLv3+' ,
You can’t perform that action at this time.
0 commit comments