Package: cloud-sptheme / 1.6-1

Metadata

Package Version Patches format
cloud-sptheme 1.6-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 move themes to usr share.patch | (download)

cloud_sptheme/__init__.py | 2 1 + 1 - 0 !
docs/conf.py | 2 1 + 1 - 0 !
setup.py | 1 0 + 1 - 0 !
3 files changed, 2 insertions(+), 3 deletions(-)

 move themes to /usr/share
0002 add missing table_styling.css.patch | (download)

cloud_sptheme/ext/table_styling.css | 18 18 + 0 - 0 !
setup.py | 5 5 + 0 - 0 !
2 files changed, 23 insertions(+)

 add missing table_styling.css
0003 Remove cookies and tracking.patch | (download)

cloud_sptheme/themes/cloud/layout.html | 32 1 + 31 - 0 !
cloud_sptheme/themes/cloud/static/cloud.js_t | 6 0 + 6 - 0 !
2 files changed, 1 insertion(+), 37 deletions(-)

 remove cookies and tracking
0004 make_helper.py python3 conversion.patch | (download)

cloud_sptheme/make_helper.py | 44 26 + 18 - 0 !
1 file changed, 26 insertions(+), 18 deletions(-)

 convert make_helper.py to python3 syntax