Skip to content

Commit f66bca4

Browse files
Mention Ubuntu-package in README and release a bug-fix.
1 parent 6607020 commit f66bca4

3 files changed

Lines changed: 20 additions & 4 deletions

File tree

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.3.2
2+
3+
- Mention Ubuntu-package in README.
4+
15
0.3.1
26

37
- New license: GPLv3+

README

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ General information
1616
- **Author**: `Tuomas Räsänen <http://tuos.codegrove.org/>`_ <tuos@codegrove.org>
1717
- **Homepage**: http://codegrove.org/python-uinput/
1818
- **License**: LGPLv3+ (see COPYING for details)
19-
- **Version**: 0.3.1
19+
- **Version**: 0.3.2
2020

2121
Requirements
2222
============
@@ -55,14 +55,26 @@ Create and use a new uinput device with key-capabilities::
5555
Downloading
5656
===========
5757

58-
- Tarball is available at: http://codegrove.org/python-uinput/releases/python-uinput-0.3.1.tar.gz
58+
- Ubuntu package: https://launchpad.net/~tuos/+archive/codegrove
59+
- Tarball is available at: http://codegrove.org/python-uinput/releases/python-uinput-0.3.2.tar.gz
60+
- Tarballs of every release at: http://codegrove.org/python-uinput/releases/
5961
- Latest sources from public git-repository: http://github.com/tuos/python-uinput/ ::
6062

6163
git clone git://github.com/tuos/python-uinput.git
6264

6365
Installing
6466
==========
6567

68+
Ubuntu
69+
------
70+
71+
The recommended way to install python-uinput is to
72+
`add it's PPA to your system <https://launchpad.net/~tuos/+archive/codegrove>`_.
73+
This allows you to treat python-uinput as any other Ubuntu package.
74+
75+
Other systems
76+
-------------
77+
6678
The install-procedure adheres the "standard"::
6779

6880
python setup build && sudo python setup install

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
)
1818

1919
setup(name='python-uinput',
20-
version='0.3.1',
20+
version='0.3.2',
2121
description='Python API to the Linux uinput-system.',
2222
author='Tuomas Räsänen',
2323
author_email='tuos@codegrove.org',
2424
url='http://codegrove.org/python-uinput/',
25-
download_url='http://codegrove.org/python-uinput/0.3.1/python-uinput-0.3.1.tar.gz',
25+
download_url='http://codegrove.org/python-uinput/releases/python-uinput-0.3.2.tar.gz',
2626
package_dir={'uinput': 'src'},
2727
packages=['uinput'],
2828
ext_modules=[suinput_module, bustypes_module],

0 commit comments

Comments
 (0)