Package: revelation / 0.5.6-1

Metadata

Package Version Patches format
revelation 0.5.6-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix regex SyntaxWarning.patch | (download)

src/lib/datahandler/pwsafe.py | 2 1 + 1 - 0 !
src/lib/datahandler/rvl.py | 16 8 + 8 - 0 !
2 files changed, 9 insertions(+), 9 deletions(-)

 fix regexp syntaxwarning with recent python versions
 Even during package installation the following lines were noted:
   /usr/lib/python3/dist-packages/revelation/datahandler/pwsafe.py:338:
   SyntaxWarning: invalid escape sequence '\s'
   /usr/lib/python3/dist-packages/revelation/datahandler/rvl.py:147:
   SyntaxWarning: invalid escape sequence '\s'
 Double escape the regexp patterns.
0002 Add exec code to desktop.patch | (download)

data/info.olasagasti.revelation.desktop.in.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add exec code to desktop mime
 Add %f to open single file as it handles only one at a time.