The branch, frodo has been updated
via c2d805a736a0f3c7d5342c77288d1acb7505873c (commit)
from 9dddadcd760228dff877f6654507c94cac395c02 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=c2d805a736a0f3c7d5342c77288d1acb7505873c
-----------------------------------------------------------------------
Summary of changes:
.../LICENSE.txt | 0
weather.metoffice/README.md | 4 +
weather.metoffice/addon.xml | 24 +
weather.metoffice/changelog.txt | 2 +
weather.metoffice/exclude.lst | 2 +
weather.metoffice/icon.png | Bin 0 -> 15711 bytes
.../resources/language/English/strings.po | 59 +
weather.metoffice/resources/settings.xml | 25 +
.../src/metoffice}/__init__.py | 0
weather.metoffice/src/metoffice/constants.py | 135 ++
weather.metoffice/src/metoffice/default.py | 57 +
weather.metoffice/src/metoffice/properties.py | 301 +++++
weather.metoffice/src/metoffice/setlocation.py | 87 ++
weather.metoffice/src/metoffice/urlcache.py | 89 ++
weather.metoffice/src/metoffice/utilities.py | 124 ++
.../src/test}/__init__.py | 0
.../data/corruptforecastlayercapabilities.json | 70 +
.../data/corruptobservationlayercapabilities.json | 102 ++
weather.metoffice/src/test/data/empty.json | 1 +
.../src/test/data/forecast3hourly.json | 571 ++++++++
weather.metoffice/src/test/data/forecastdaily.json | 253 ++++
.../src/test/data/forecastlayercapabilities.json | 71 +
.../src/test/data/forecastsitelist.json | 34 +
weather.metoffice/src/test/data/forecasttext.json | 49 +
weather.metoffice/src/test/data/google_marker.png | Bin 0 -> 1733 bytes
weather.metoffice/src/test/data/google_surface.png | Bin 0 -> 1728 bytes
weather.metoffice/src/test/data/ip-api.json | 16 +
.../src/test/data/observationhourly.json | 387 ++++++
.../src/test/data/observationhourly2.json | 87 ++
.../test/data/observationlayercapabilities.json | 1 +
.../src/test/data/precipitation_layer.png | Bin 0 -> 1959 bytes
.../src/test/data/regionalsitelist.json | 74 ++
weather.metoffice/src/test/test_default.py | 90 ++
weather.metoffice/src/test/test_properties.py | 1362 ++++++++++++++++++++
weather.metoffice/src/test/test_setlocation.py | 136 ++
weather.metoffice/src/test/test_urlcache.py | 142 ++
weather.metoffice/src/test/test_utilities.py | 118 ++
weather.metoffice/src/test/xbmctestcase.py | 26 +
38 files changed, 4499 insertions(+), 0 deletions(-)
copy {script.aeonmq5.extrapack => weather.metoffice}/LICENSE.txt (100%)
create mode 100644 weather.metoffice/README.md
create mode 100644 weather.metoffice/addon.xml
create mode 100644 weather.metoffice/changelog.txt
create mode 100644 weather.metoffice/exclude.lst
create mode 100644 weather.metoffice/icon.png
create mode 100644 weather.metoffice/resources/language/English/strings.po
create mode 100644 weather.metoffice/resources/settings.xml
copy {script.ace.extrapack/resources =>
weather.metoffice/src/metoffice}/__init__.py (100%)
create mode 100644 weather.metoffice/src/metoffice/constants.py
create mode 100644 weather.metoffice/src/metoffice/default.py
create mode 100644 weather.metoffice/src/metoffice/properties.py
create mode 100644 weather.metoffice/src/metoffice/setlocation.py
create mode 100644 weather.metoffice/src/metoffice/urlcache.py
create mode 100644 weather.metoffice/src/metoffice/utilities.py
copy {script.ace.extrapack/resources =>
weather.metoffice/src/test}/__init__.py (100%)
create mode 100644
weather.metoffice/src/test/data/corruptforecastlayercapabilities.json
create mode 100644
weather.metoffice/src/test/data/corruptobservationlayercapabilities.json
create mode 100644 weather.metoffice/src/test/data/empty.json
create mode 100644 weather.metoffice/src/test/data/forecast3hourly.json
create mode 100644 weather.metoffice/src/test/data/forecastdaily.json
create mode 100644
weather.metoffice/src/test/data/forecastlayercapabilities.json
create mode 100644 weather.metoffice/src/test/data/forecastsitelist.json
create mode 100644 weather.metoffice/src/test/data/forecasttext.json
create mode 100644 weather.metoffice/src/test/data/google_marker.png
create mode 100644 weather.metoffice/src/test/data/google_surface.png
create mode 100644 weather.metoffice/src/test/data/ip-api.json
create mode 100644 weather.metoffice/src/test/data/observationhourly.json
create mode 100644 weather.metoffice/src/test/data/observationhourly2.json
create mode 100644
weather.metoffice/src/test/data/observationlayercapabilities.json
create mode 100644 weather.metoffice/src/test/data/precipitation_layer.png
create mode 100644 weather.metoffice/src/test/data/regionalsitelist.json
create mode 100644 weather.metoffice/src/test/test_default.py
create mode 100644 weather.metoffice/src/test/test_properties.py
create mode 100644 weather.metoffice/src/test/test_setlocation.py
create mode 100644 weather.metoffice/src/test/test_urlcache.py
create mode 100644 weather.metoffice/src/test/test_utilities.py
create mode 100644 weather.metoffice/src/test/xbmctestcase.py
hooks/post-receive
--
Scripts
------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons