[owslib] branch upstream updated (76e127d -> 9904dd3)

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue Sep 19 20:02:49 UTC 2017


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

johanvdw-guest pushed a change to branch upstream
in repository owslib.

      from  76e127d   New upstream version 0.14.0
      adds  9904dd3   New upstream version 0.15.0

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |   2 +-
 VERSION.txt                                        |   2 +-
 owslib/__init__.py                                 |   2 +-
 owslib/csw.py                                      |   4 +-
 owslib/feature/__init__.py                         |   2 +-
 owslib/feature/wfs110.py                           |  11 +-
 owslib/feature/wfs200.py                           |  29 +-
 owslib/iso.py                                      |  27 +
 owslib/{iso.py => iso_che.py}                      |  74 +-
 owslib/map/wms130.py                               |   6 +-
 owslib/ows.py                                      |  10 +-
 owslib/sos.py                                      |  31 +-
 owslib/swe/common.py                               |  30 +-
 owslib/swe/observation/sos100.py                   |   2 +-
 owslib/util.py                                     |  40 +-
 owslib/wcs.py                                      |  10 +-
 owslib/wfs.py                                      |  10 +-
 owslib/wms.py                                      |   8 +-
 owslib/wmts.py                                     |  36 +-
 owslib/wps.py                                      |  97 ++-
 tests/doctests/csw_linz.txt                        |  12 +-
 tests/doctests/iso_che.txt                         |  26 +
 tests/doctests/tms.txt                             |  20 +-
 tests/doctests/util.txt                            |  24 +
 tests/doctests/wcs_thredds.txt                     |   7 +-
 tests/doctests/wms_getmap.txt                      |   4 +-
 tests/doctests/wmts.txt                            |  13 +-
 tests/doctests/wmts_geoserver21.txt                |  10 +
 .../{wps_request9.txt => wps_request11_bbox.txt}   |  14 +-
 tests/resources/geoserver21-wmts-cap.xml           |  20 +
 tests/resources/iso_che.xml                        | 926 +++++++++++++++++++++
 tests/resources/wps_EmuExecuteRequest11.xml        |   1 +
 32 files changed, 1383 insertions(+), 127 deletions(-)
 copy owslib/{iso.py => iso_che.py} (92%)
 create mode 100644 tests/doctests/iso_che.txt
 create mode 100644 tests/doctests/util.txt
 copy tests/doctests/{wps_request9.txt => wps_request11_bbox.txt} (61%)
 create mode 100644 tests/resources/iso_che.xml
 create mode 100644 tests/resources/wps_EmuExecuteRequest11.xml

-- 
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