[owslib] 11/15: Merge tag 'upstream/0.8.9'

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Thu Sep 25 20:52:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository owslib.

commit 2315290c8d911b7217e745488c6bf68072d08e8c
Merge: c8e764a 80eac88
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Thu Sep 25 21:58:51 2014 +0200

    Merge tag 'upstream/0.8.9'
    
    Upstream version 0.8.9

 .travis.yml                                        |    20 -
 CREDITS.txt                                        |     3 +-
 OWSLib.egg-info/PKG-INFO                           |   126 +
 OWSLib.egg-info/SOURCES.txt                        |    61 +
 OWSLib.egg-info/dependency_links.txt               |     1 +
 OWSLib.egg-info/requires.txt                       |     2 +
 OWSLib.egg-info/top_level.txt                      |     1 +
 PKG-INFO                                           |   126 +
 VERSION.txt                                        |     2 +-
 docs/Makefile                                      |   181 -
 docs/_static/jpl_mosaic_visb.jpg                   |   Bin 16967 -> 0 bytes
 docs/_static/nasa_modis_terra_truecolour.jpg       |   Bin 15498 -> 0 bytes
 docs/_templates/layout.html                        |    26 -
 docs/conf.py                                       |   196 -
 docs/en/index.rst                                  |   677 -
 docs/publish.sh                                    |    16 -
 etc/RPM/python-owslib.changes                      |    30 -
 etc/RPM/python-owslib.spec                         |    53 -
 etc/debian/changelog                               |    29 -
 etc/debian/compat                                  |     1 -
 etc/debian/control                                 |    13 -
 etc/debian/copyright                               |    32 -
 etc/debian/format                                  |     1 -
 etc/debian/pycompat                                |     1 -
 etc/debian/rules                                   |     7 -
 examples/csw-client.py                             |   156 -
 examples/csw-harvest.py                            |    56 -
 examples/iso-getcodelist.py                        |    60 -
 examples/wcs-thredds-prism.py                      |    29 -
 examples/wps-ceda-script.py                        |    42 -
 examples/wps-client.py                             |   135 -
 examples/wps-climdaps.py                           |    34 -
 examples/wps-pml-script-1.py                       |    47 -
 examples/wps-pml-script-2.py                       |    38 -
 examples/wps-usgs-script.py                        |   109 -
 owslib/__init__.py                                 |     2 +-
 owslib/coverage/wcs100.py                          |    18 +-
 owslib/coverage/wcs110.py                          |     6 +-
 owslib/csw.py                                      |    54 +-
 owslib/feature/__init__.py                         |     2 +-
 owslib/feature/wfs100.py                           |    16 +-
 owslib/feature/wfs110.py                           |     5 +-
 owslib/feature/wfs200.py                           |    19 +-
 owslib/iso.py                                      |   993 +-
 owslib/namespaces.py                               |     1 +
 owslib/ows.py                                      |    28 +-
 owslib/swe/observation/sos100.py                   |    19 +-
 owslib/swe/observation/sos200.py                   |    11 +-
 owslib/util.py                                     |    74 +-
 owslib/wms.py                                      |    15 +-
 owslib/wmts.py                                     |   267 +-
 owslib/wps.py                                      |     6 +-
 pytest.ini                                         |     5 -
 setup.cfg                                          |     5 +
 setup.py                                           |     2 +-
 tests/doctests/crs.txt                             |    28 -
 tests/doctests/csw_conterra.txt                    |    23 -
 tests/doctests/csw_gdp.txt                         |    79 -
 tests/doctests/csw_geonetwork.txt                  |    29 -
 tests/doctests/csw_geoserver.txt                   |     9 -
 tests/doctests/csw_nlr.txt                         |    72 -
 tests/doctests/csw_uuid_constrain.txt              |   117 -
 tests/doctests/fes_ogc_filters.txt                 |   115 -
 tests/doctests/iso_codelist.txt                    |    17 -
 tests/doctests/namespaces.txt                      |    53 -
 tests/doctests/ows_interfaces.txt                  |   141 -
 tests/doctests/sml_52n_network.txt                 |    73 -
 tests/doctests/sml_ndbc_station.txt                |   112 -
 tests/doctests/sos_10_getcapabilities.txt          |   310 -
 tests/doctests/sos_10_ndbc_getobservation.txt      |    59 -
 tests/doctests/sos_ngmp.txt                        |   204 -
 tests/doctests/sos_ngwd.txt                        |   216 -
 tests/doctests/swe_common_20.txt                   |    88 -
 tests/doctests/tms.txt                             |   114 -
 tests/doctests/wcs_idee.txt                        |    37 -
 tests/doctests/wcs_thredds.txt                     |    95 -
 tests/doctests/wfs1_generic.txt                    |   112 -
 tests/doctests/wfs2_generic.txt                    |    51 -
 tests/doctests/wfs_MapServerWFSCapabilities.txt    |   104 -
 tests/doctests/wfs_MapServerWFSFeature.txt         |    19 -
 tests/doctests/wfs_USDASSURGO.txt                  |    10 -
 tests/doctests/wml10_cuahsi.txt                    |    42 -
 tests/doctests/wml11_cuahsi.txt                    |   155 -
 tests/doctests/wms_GeoServerCapabilities.txt       |    95 -
 tests/doctests/wms_JPLCapabilities.txt             |   114 -
 tests/doctests/wms_MesonetCapabilities.txt         |    90 -
 tests/doctests/wms_TelaCapabilities.txt            |    90 -
 tests/doctests/wms_geoserver_mass_gis.txt          |   110 -
 tests/doctests/wmts.txt                            |    40 -
 tests/doctests/wmts_EOSDISWMTSCapabilities.txt     |   187 -
 tests/doctests/wmts_SFSWorldWMTSCapabilities.txt   |   232 -
 tests/doctests/wmts_geoserver21.txt                |   143 -
 tests/doctests/wps_describeprocess_ceda.txt        |    49 -
 tests/doctests/wps_describeprocess_usgs.txt        |   120 -
 tests/doctests/wps_execute.txt                     |    43 -
 tests/doctests/wps_execute_invalid_request.txt     |    30 -
 tests/doctests/wps_getcapabilities_ceda.txt        |    70 -
 tests/doctests/wps_getcapabilities_usgs.txt        |    46 -
 tests/doctests/wps_request2.txt                    |    49 -
 tests/doctests/wps_request3.txt                    |    46 -
 tests/doctests/wps_request4.txt                    |    26 -
 tests/doctests/wps_request5.txt                    |    26 -
 tests/doctests/wps_request6.txt                    |    26 -
 tests/doctests/wps_response6.txt                   |    48 -
 .../9250AA67-F3AC-6C12-0CB9-0662231AA181_dc.xml    |    42 -
 .../9250AA67-F3AC-6C12-0CB9-0662231AA181_dif.xml   |   121 -
 .../9250AA67-F3AC-6C12-0CB9-0662231AA181_fgdc.xml  |   179 -
 .../9250AA67-F3AC-6C12-0CB9-0662231AA181_iso.xml   |   436 -
 ...9250AA67-F3AC-6C12-0CB9-0662231AA181_marc21.xml |    91 -
 tests/resources/cuahsi_example_all_sites.xml       |   257 -
 tests/resources/cuahsi_example_get_siteinfo_10.xml |     1 -
 tests/resources/cuahsi_example_get_values.xml      |  1545 -
 tests/resources/cuahsi_example_get_values_10.xml   |     2 -
 tests/resources/cuahsi_example_get_variables.xml   |  1072 -
 .../resources/cuahsi_example_siteinfo_multiple.xml |  1897 -
 tests/resources/eosdis-wmts-cap.xml                |  1334 -
 tests/resources/erdas-iws-wmts-cap.xml             |     2 -
 tests/resources/erdas-iws13-wmts-cap.xml           |     2 -
 tests/resources/geoserver21-wmts-cap.xml           | 24216 -------
 tests/resources/gmxCodelists.xml                   |  1879 -
 tests/resources/mapserver-wfs-cap.xml              |   272 -
 tests/resources/mapserver-wfs-schema.xml           |   126 -
 tests/resources/sfs-wmts-cap-world.xml             |   471 -
 tests/resources/sml_52N_network.xml                |  2923 -
 tests/resources/sml_ndbc_station.xml               |   158 -
 tests/resources/sos_52n_getcapabilities.xml        |  1754 -
 tests/resources/sos_ncSOS_getcapabilities.xml      |   146 -
 tests/resources/sos_ndbc_getcapabilities.xml       | 26286 -------
 tests/resources/sos_ngmp.xml                       |   898 -
 tests/resources/sos_ngwd.xml                       |   285 -
 .../resources/swe_ioos_multistation_timeseries.xml |   491 -
 tests/resources/wfs_CUZK_GetCapabilities_2_0_0.xml |   291 -
 tests/resources/wfs_HSRS_GetCapabilities_1_1_0.xml |   253 -
 tests/resources/wms_JPLCapabilities.xml            |   386 -
 tests/resources/wms_Telascience.xml                |   130 -
 tests/resources/wms_geoserver-cap.xml              |   174 -
 tests/resources/wms_mass_gis-caps.xml              | 67634 -------------------
 tests/resources/wms_mesonet-caps.xml               |   139 -
 tests/resources/wps_CEDACapabilities.xml           |   254 -
 tests/resources/wps_CEDADescribeProcess.xml        |    36 -
 tests/resources/wps_PMLExecuteRequest4.xml         |     1 -
 tests/resources/wps_PMLExecuteRequest5.xml         |     1 -
 tests/resources/wps_PMLExecuteRequest6.xml         |     1 -
 tests/resources/wps_PMLExecuteResponse5.xml        |    21 -
 tests/resources/wps_PMLExecuteResponse6.xml        |    43 -
 tests/resources/wps_USGSCapabilities.xml           |   126 -
 tests/resources/wps_USGSDescribeProcess.xml        |   225 -
 tests/resources/wps_USGSExecuteInvalidRequest.xml  |   131 -
 .../wps_USGSExecuteInvalidRequestResponse.xml      |     1 -
 tests/resources/wps_USGSExecuteRequest1.xml        |     1 -
 tests/resources/wps_USGSExecuteRequest2.xml        |     1 -
 tests/resources/wps_USGSExecuteRequest3.xml        |     1 -
 tests/resources/wps_USGSExecuteResponse1a.xml      |    15 -
 tests/resources/wps_USGSExecuteResponse1b.xml      |   109 -
 tests/scratch/.gitkeep                             |     1 -
 tox.ini                                            |    48 -
 156 files changed, 1346 insertions(+), 143586 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/owslib.git



More information about the Pkg-grass-devel mailing list