[owslib] branch master updated (172de0b -> 3934a4b)

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Sun Sep 25 08:41:04 UTC 2016


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

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

      from  172de0b   Release to unstable
       new  96ab2c5   New upstream version 0.13.0
       new  304315b   Merge tag 'upstream/0.13.0'
       new  3934a4b   Release to unstable

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 VERSION.txt                                        |    2 +-
 debian/changelog                                   |    6 +
 owslib/__init__.py                                 |    2 +-
 owslib/{swe/observation => map}/__init__.py        |    1 +
 owslib/map/common.py                               |   84 +
 owslib/{wms.py => map/wms111.py}                   |  366 ++---
 owslib/map/wms130.py                               |  746 +++++++++
 owslib/namespaces.py                               |    2 +-
 owslib/ows.py                                      |    6 +-
 owslib/util.py                                     |  142 +-
 owslib/wms.py                                      |  724 +--------
 tests/doctests/ows_interfaces.txt                  |    2 +-
 tests/doctests/sos_10_ndbc_getobservation.txt      |    4 +-
 tests/doctests/wms_MesonetCapabilities.txt         |    2 +
 ...ilities.txt => wms_MesonetCapabilities_130.txt} |   24 +-
 tests/doctests/wms_MesonetCapabilities_130_bom.txt |   44 +
 tests/doctests/wms_getfeatureinfo.txt              |    2 +
 ...tfeatureinfo.txt => wms_getfeatureinfo_130.txt} |    3 +-
 tests/doctests/wms_getmap.txt                      |   49 +
 .../wms_nationalatlas_getcapabilities_130.txt      |  105 ++
 tests/doctests/wms_nccs_nasa_getcapabilities.txt   |   78 +
 .../wms-aasggeothermal-orwellheads-130.xml         |  123 ++
 tests/resources/wms_mesonet-caps-130.xml           |  149 ++
 tests/resources/wms_mesonet-caps-130_bom.xml       |  149 ++
 .../wms_nationalatlas_getcapabilities_111.xml      |  330 ++++
 .../wms_nationalatlas_getcapabilities_130.xml      | 1120 +++++++++++++
 tests/resources/wms_nccs_nasa_getcap_130.xml       | 1714 ++++++++++++++++++++
 27 files changed, 4994 insertions(+), 985 deletions(-)
 copy owslib/{swe/observation => map}/__init__.py (69%)
 create mode 100644 owslib/map/common.py
 copy owslib/{wms.py => map/wms111.py} (72%)
 create mode 100644 owslib/map/wms130.py
 copy tests/doctests/{wms_MesonetCapabilities.txt => wms_MesonetCapabilities_130.txt} (79%)
 create mode 100644 tests/doctests/wms_MesonetCapabilities_130_bom.txt
 copy tests/doctests/{wms_getfeatureinfo.txt => wms_getfeatureinfo_130.txt} (97%)
 create mode 100644 tests/doctests/wms_getmap.txt
 create mode 100644 tests/doctests/wms_nationalatlas_getcapabilities_130.txt
 create mode 100644 tests/doctests/wms_nccs_nasa_getcapabilities.txt
 create mode 100644 tests/resources/wms-aasggeothermal-orwellheads-130.xml
 create mode 100644 tests/resources/wms_mesonet-caps-130.xml
 create mode 100644 tests/resources/wms_mesonet-caps-130_bom.xml
 create mode 100644 tests/resources/wms_nationalatlas_getcapabilities_111.xml
 create mode 100644 tests/resources/wms_nationalatlas_getcapabilities_130.xml
 create mode 100644 tests/resources/wms_nccs_nasa_getcap_130.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