Bug#719941: libreoffice-script-provider-python: python 3 porting issues

2013-08-17 Thread Rene Engelhard
Hi, On Sat, Aug 17, 2013 at 10:54:23AM -0500, Mike Dupont wrote: > Ok, great, so basically we will need to do an if statement and support > both. What exact version are we using here and what should I patch > against? For 2.x it doesn't matter that much, but upstreams baseline is >= 2.6 iirc For

Bug#719941: libreoffice-script-provider-python: python 3 porting issues

2013-08-17 Thread Mike Dupont
Ok, great, so basically we will need to do an if statement and support both. What exact version are we using here and what should I patch against? >>> import sys >>> PY3 = sys.version > '3' http://python3porting.com/problems.html mike On Sat, Aug 17, 2013 at 7:30 AM, Rene Engelhard wrote: > Hi

Bug#719941: libreoffice-script-provider-python: python 3 porting issues

2013-08-17 Thread Rene Engelhard
Hi, On Sat, Aug 17, 2013 at 06:12:58AM -0500, Mike Dupont wrote: > encfile(msg).decode() does not work with py2.7, encfile returns bytes > not a string which needs to be decoded > http://docs.python.org/3.0/whatsnew/3.0.html > > as far as I know the latest version of libreoffice does not support

Bug#719941: libreoffice-script-provider-python: python 3 porting issues

2013-08-17 Thread Mike Dupont
encfile(msg).decode() does not work with py2.7, encfile returns bytes not a string which needs to be decoded http://docs.python.org/3.0/whatsnew/3.0.html as far as I know the latest version of libreoffice does not support 2.7 , but someone said you can compile with it, anyway this is a vanilla bui

[libreoffice] branch debian-experimental-4.1 updated (84183e0 -> 74712d4)

2013-08-17 Thread Rene Engelhard
This is an automated email from the git hooks/post-receive script. rene pushed a change to branch debian-experimental-4.1 in repository libreoffice. from 84183e0 Merge remote-tracking branch 'origin/master' into debian-experimental-4.1 adds 98f68cc "fix" to also ignore check fa

[libreoffice] branch master updated (19cd674 -> 88d8724)

2013-08-17 Thread Rene Engelhard
This is an automated email from the git hooks/post-receive script. rene pushed a change to branch master in repository libreoffice. from 19cd674 actually add libreoffice-dev-doc.links... new 98f68cc "fix" to also ignore check failures on kfreebsd-{i386,amd64} (assuming openjdk

[libreoffice] 01/01: Merge remote-tracking branch 'origin/master' into debian-experimental-4.1

2013-08-17 Thread Rene Engelhard
This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch debian-experimental-4.1 in repository libreoffice. commit 74712d40712e666e888dc7d779603798e018f37e Merge: 84183e0 88d8724 Author: Rene Engelhard Date: Sat Aug 17 11:15:43 2013 +0200 Merge rem

[libreoffice] 02/03: remove obsolete libreoffice-script-provider-python.bug-script

2013-08-17 Thread Rene Engelhard
This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch master in repository libreoffice. commit 49759c40de0c03731b981ec8fbde1d9d66891dc4 Author: Rene Engelhard Date: Sat Aug 17 10:44:06 2013 +0200 remove obsolete libreoffice-script-provider-pytho

Bug#719941: libreoffice-script-provider-python: python 3 porting issues

2013-08-17 Thread Rene Engelhard
On Fri, Aug 16, 2013 at 07:21:50PM -0500, Mike Dupont wrote: > --- /usr/lib/libreoffice/program/pythonscript.py~2013-08-16 > 18:51:06.865451812 -0500 > +++ /usr/lib/libreoffice/program/pythonscript.py2013-08-06 > 12:25:04.0 -0500 > #-