Package: pyric / 0.1.6.4+git20170421.0562b17-1

Metadata

Package Version Patches format
pyric 0.1.6.4+git20170421.0562b17-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use r string for regexp.patch | (download)

pyric/pyw.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use r-string for regexp


0002 Fix typo in ipath in rfkill.py.patch | (download)

pyric/utils/rfkill.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix typo in ipath in rfkill.py

Missing forward slash in the ipath resulting errors when rfkill could
not be found

0003 In Python3 file needs to be in binary mode.patch | (download)

pyric/utils/rfkill.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 in python3, file needs to be in binary mode.