[owslib] branch master updated (e28c854 -> e85728c)
    Johan Van de Wauw 
    johanvdw-guest at moszumanska.debian.org
       
    Tue Sep 13 19:08:29 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  e28c854   Set distribution to unstable.
       new  bc95d6e   Imported Upstream version 0.12.0
       new  3581890   Merge tag 'upstream/0.12.0'
       new  e85728c   Refresh patches
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                                   |    7 +
 debian/patches/fixprivacybreaches                  |    2 +-
 docs/en/index.rst                                  |   30 +-
 owslib/__init__.py                                 |    2 +-
 owslib/csw.py                                      |    6 +
 owslib/feature/common.py                           |   66 +
 owslib/feature/wfs100.py                           |  152 +-
 owslib/feature/wfs110.py                           |   84 +-
 owslib/feature/wfs200.py                           |  172 +-
 owslib/namespaces.py                               |    1 +
 owslib/ows.py                                      |   13 +
 owslib/swe/observation/om.py                       |  109 +
 owslib/swe/observation/sos200.py                   |  127 +-
 owslib/swe/observation/waterml2.py                 |  152 +
 owslib/util.py                                     |   98 +-
 owslib/wfs.py                                      |   25 +-
 requirements-dev.txt                               |    1 +
 tests/doctests/csw_pycsw.txt                       |    2 +
 tests/doctests/sos_20_52N_demo.txt                 |   67 +
 tests/doctests/sos_20_bom_gov_au.txt               |   46 +
 tests/doctests/sos_20_timeseries_decoder_ioos.txt  |   57 +
 tests/resources/sos_52n_get_observation_ioos.xml   |  318 ++
 .../sos_52n_get_observation_ioos_wml2.xml          | 3216 ++++++++++++++++++++
 .../sos_52n_getobservation_wml2_response.xml       |   72 +
 tox.ini                                            |    2 +-
 26 files changed, 4477 insertions(+), 352 deletions(-)
 create mode 100644 owslib/feature/common.py
 create mode 100644 owslib/swe/observation/om.py
 create mode 100644 owslib/swe/observation/waterml2.py
 create mode 100644 tests/doctests/sos_20_52N_demo.txt
 create mode 100644 tests/doctests/sos_20_bom_gov_au.txt
 create mode 100644 tests/doctests/sos_20_timeseries_decoder_ioos.txt
 create mode 100644 tests/resources/sos_52n_get_observation_ioos.xml
 create mode 100644 tests/resources/sos_52n_get_observation_ioos_wml2.xml
 create mode 100644 tests/resources/sos_52n_getobservation_wml2_response.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