Package: coherence / 0.6.6.2-8

Metadata

Package Version Patches format
coherence 0.6.6.2-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
03_last_updated_service_field_workaround | (download)

coherence/upnp/core/service.py | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 force an update of the last_time_updated service field so that some clients will refresh
02_string_exception_fix | (download)

coherence/extern/galleryremote/gallery.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 corrected depreciated string exceptions in python 2.6
01_systray_fix | (download)

misc/Desktop-Applet/applet-coherence | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 desktop applet not showing in system tray.
04_missing_attribute_fix | (download)

coherence/upnp/core/test/test_utils.py | 49 47 + 2 - 0 !
coherence/upnp/core/utils.py | 58 11 + 47 - 0 !
2 files changed, 58 insertions(+), 49 deletions(-)

 do not override private init
 A sub-class of HTTPClientFactory overrides the __init__ method without
 calling super's, and changes in a Twisted major release resulted in
 breakage.
 .
 This patch by "marco" (found attached to issue #360 upstream), solves
 the bug by eliminating the __init__ override.
10_deprecated_filetransfer | (download)

coherence/upnp/core/utils.py | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 replace deprecated static.filetransfer with static.file