Skip to content

Commit

Permalink
version bump 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lsellens committed Nov 16, 2016
1 parent 362326a commit 64f2c05
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/meta
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PKG_NAME="script.module.RPi.GPIO"
PKG_VERSION="0.0"
PKG_REV="3"
PKG_REV="4"
PKG_DEPENDS=""
2 changes: 1 addition & 1 deletion script.module.RPi.GPIO/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.RPi.GPIO"
name="RPi.GPIO"
version="0.0.3"
version="0.0.4"
provider-name="lsellens">
<requires>
<import addon="xbmc.addon" version="14.0.0"/>
Expand Down
3 changes: 3 additions & 0 deletions script.module.RPi.GPIO/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.0.4
- RPi.GPIO - 0.6.3

0.0.3
- RPi.GPIO - 0.6.2

Expand Down
25 changes: 25 additions & 0 deletions script.module.RPi.GPIO/lib/RPi/GPIO/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
"""
Copyright (c) 2012-2016 Ben Croston
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
"""

from RPi._GPIO import *

VERSION = '0.6.3'
Binary file added script.module.RPi.GPIO/lib/RPi/_GPIO.so
Binary file not shown.

0 comments on commit 64f2c05

Please sign in to comment.