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.2
6+ ======
7+
8+ - Fix accidentally dropped support for libudev.so.0 by using ldconfig
9+ to find the available library version.
10+
5110.11.1
612======
713
Original file line number Diff line number Diff line change 3636 pass
3737
3838setup (name = 'python-uinput' ,
39- version = '0.11.1 ' ,
39+ version = '0.11.2 ' ,
4040 description = 'Pythonic API to Linux uinput kernel module.' ,
4141 author = 'Tuomas Räsänen' ,
4242 author_email = 'tuomasjjrasanen@tjjr.fi' ,
4545 packages = ['uinput' ],
4646 license = 'GPLv3+' ,
4747 platforms = ['Linux' ],
48- download_url = 'http://tjjr.fi/sw/python-uinput/releases/python-uinput-0.11.1 .tar.gz' ,
48+ download_url = 'http://tjjr.fi/sw/python-uinput/releases/python-uinput-0.11.2 .tar.gz' ,
4949 classifiers = [
5050 "Development Status :: 4 - Beta" ,
5151 "Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments