File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 Python-uinput NEWS -- history of user-visible changes
33=======================================================
44
5+ 0.11.1
6+ ======
7+
8+ - Fix compilation to link against libudev.so.1 instead of libudev.so.
9+
5100.11.0
611======
712
Original file line number Diff line number Diff line change 33from distutils .core import setup , Extension
44
55setup (name = 'python-uinput' ,
6- version = '0.11.0 ' ,
6+ version = '0.11.1 ' ,
77 description = 'Pythonic API to Linux uinput kernel module.' ,
88 author = 'Tuomas Räsänen' ,
99 author_email = 'tuomasjjrasanen@tjjr.fi' ,
1212 packages = ['uinput' ],
1313 license = 'GPLv3+' ,
1414 platforms = ['Linux' ],
15- download_url = 'http://tjjr.fi/sw/python-uinput/releases/python-uinput-0.11.0 .tar.gz' ,
15+ download_url = 'http://tjjr.fi/sw/python-uinput/releases/python-uinput-0.11.1 .tar.gz' ,
1616 classifiers = [
1717 "Development Status :: 4 - Beta" ,
1818 "Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments