Package: cloudprint / 0.11-5

Metadata

Package Version Patches format
cloudprint 0.11-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Change the name of the main script in the module.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change the name of the main script in the module

To support the Debian convention of having the script and the
identically-named module in the same directory.

This is a Debian-only patch.

0002 Set Python path to load the right daemon.patch | (download)

cloudprint/cloudprint.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 set python path to load the right daemon

Some users are having a problem with the wrong daemon module
being loaded. Modify the Python path to ensure that
python-daemon is the one found.

This uses Debian conventions, and is therefore Debian-only.

0003 Disable exception processing in XMPP close.patch | (download)

cloudprint/xmpp.py | 10 7 + 3 - 0 !
1 file changed, 7 insertions(+), 3 deletions(-)

 disable exception processing in xmpp close()

When re-establising a lost connection, it was causing an exception
before the XMPP connection is attempted, requiring a restart to
recovery.

Introduced by 16dc1265
Closes davesteele/cloudprint-service#9

0004 First functional include exclude.patch | (download)

cloudprint/cloudprint.py | 25 24 + 1 - 0 !
1 file changed, 24 insertions(+), 1 deletion(-)

 first functional include/exclude.


0005 Code cleanup documentation.patch | (download)

README.rst | 4 4 + 0 - 0 !
cloudprint/cloudprint.py | 9 6 + 3 - 0 !
2 files changed, 10 insertions(+), 3 deletions(-)

 code cleanup, documentation.


0006 Documentation and minor code cleanup.patch | (download)

README.rst | 23 23 + 0 - 0 !
cloudprint/cloudprint.py | 22 12 + 10 - 0 !
2 files changed, 35 insertions(+), 10 deletions(-)

 documentation (and minor code cleanup).


0007 Remove debug code.patch | (download)

cloudprint/cloudprint.py | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 remove debug code.


0008 Use x from exclude.patch | (download)

README.rst | 4 2 + 2 - 0 !
cloudprint/cloudprint.py | 6 3 + 3 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 use -x from exclude.


0009 Remove whitespace response to comment from armooo.patch | (download)

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

 remove whitespace, response to comment from @armooo.


0010 Catch exception for invalid regular expressions.patch | (download)

cloudprint/cloudprint.py | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 catch exception for invalid regular expressions.


0011 cloudprint.py Log when get_rest changes token.patch | (download)

cloudprint/cloudprint.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 cloudprint.py: log when get_rest() changes token


0012 Remove alternate username pw auth file format.patch | (download)

README.rst | 2 0 + 2 - 0 !
cloudprint/cloudprint.py | 14 3 + 11 - 0 !
2 files changed, 3 insertions(+), 13 deletions(-)

 remove alternate username/pw auth file format

... in preference for a sasl file with optional username/pw.

0013 Add u option to store username password with sasl.patch | (download)

README.rst | 2 2 + 0 - 0 !
cloudprint/cloudprint.py | 20 16 + 4 - 0 !
2 files changed, 18 insertions(+), 4 deletions(-)

 add -u option to store username/password with sasl

The SASL token is timing out, in a period somewhere between days
and months. Optionally save the username and password in authfile,
in a format maintained by cloudprint.py, as a means to reauthenticate
in that case.

Closes #18 - saved password or pass to argument?
0014 Refresh XMPP authentication in process_jobs.patch | (download)

cloudprint/cloudprint.py | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 refresh xmpp authentication in process_jobs()

... if the username and password is known, to avoid problems with
the SASL token timing out.

0015 Switch from getopt to argparse.patch | (download)

cloudprint/cloudprint.py | 89 34 + 55 - 0 !
1 file changed, 34 insertions(+), 55 deletions(-)

 switch from getopt to argparse


0016 Use argparse args.patch | (download)

cloudprint/cloudprint.py | 37 13 + 24 - 0 !
1 file changed, 13 insertions(+), 24 deletions(-)

 use argparse args


0017 Fix broken reference to authfile.patch | (download)

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

 fix broken reference to authfile.


0018 Add copywrite headers to source files.patch | (download)

cloudprint/__init__.py | 16 16 + 0 - 0 !
cloudprint/cloudprint.py | 17 17 + 0 - 0 !
cloudprint/rest.py | 17 17 + 0 - 0 !
cloudprint/xmpp.py | 16 16 + 0 - 0 !
4 files changed, 66 insertions(+)

 add copywrite headers to source files