-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a90237b
commit 3f74437
Showing
4 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
0.10.1 | ||
====== | ||
|
||
- Fix Python3-compatibility issue. | ||
|
||
0.10.0 | ||
====== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Metadata-Version: 1.1 | ||
Name: python-uinput | ||
Version: 0.10.0 | ||
Version: 0.10.1 | ||
Summary: Pythonic API to Linux uinput kernel module. | ||
Home-page: http://tjjr.fi/sw/python-uinput/ | ||
Author: Tuomas Räsänen | ||
Author-email: [email protected] | ||
License: GPLv3+ | ||
Download-URL: https://launchpad.net/python-uinput/trunk/0.10.0/+download/python-uinput-0.10.0.tar.gz | ||
Download-URL: https://launchpad.net/python-uinput/trunk/0.10.1/+download/python-uinput-0.10.1.tar.gz | ||
Description: | ||
Python-uinput is Python interface to Linux uinput kernel module which | ||
allows attaching userspace device drivers into kernel. In practice, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ def run(self): | |
_build_py.run(self) | ||
|
||
setup(name='python-uinput', | ||
version='0.10.0', | ||
version='0.10.1', | ||
description='Pythonic API to Linux uinput kernel module.', | ||
author='Tuomas Räsänen', | ||
author_email='[email protected]', | ||
|
@@ -33,7 +33,7 @@ def run(self): | |
packages=['uinput'], | ||
license='GPLv3+', | ||
platforms=['Linux'], | ||
download_url='https://launchpad.net/python-uinput/trunk/0.10.0/+download/python-uinput-0.10.0.tar.gz', | ||
download_url='https://launchpad.net/python-uinput/trunk/0.10.1/+download/python-uinput-0.10.1.tar.gz', | ||
classifiers=[ | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: Developers", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters