This is an automated email from the git hooks/post-receive script. johanvdw-guest pushed a commit to branch master in repository owslib.
commit 3581890ecd5d8704063cb92865ea713b3c025126 Merge: e28c854 bc95d6e Author: Johan Van de Wauw <[email protected]> Date: Tue Sep 13 21:00:31 2016 +0200 Merge tag 'upstream/0.12.0' Upstream version 0.12.0 VERSION.txt | 2 +- debian/changelog | 6 + 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 +- 25 files changed, 4475 insertions(+), 351 deletions(-) diff --cc debian/changelog index 35b33c9,0000000..9120657 mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,106 -1,0 +1,112 @@@ ++owslib (0.12.0-1) UNRELEASED; urgency=medium ++ ++ * Imported Upstream version 0.12.0 ++ ++ -- Johan Van de Wauw <[email protected]> Tue, 13 Sep 2016 21:02:32 +0200 ++ +owslib (0.11.2-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + + -- Bas Couwenberg <[email protected]> Mon, 16 May 2016 11:38:02 +0200 + +owslib (0.11.1-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + * Bump Standards-Version to 3.9.8, no changes. + + -- Bas Couwenberg <[email protected]> Thu, 12 May 2016 19:48:08 +0200 + +owslib (0.11.0-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + * Update Vcs-Git URL to use HTTPS. + * Bump Standards-Version to 3.9.7, no changes. + * Enable parallel builds. + + -- Bas Couwenberg <[email protected]> Sat, 02 Apr 2016 02:34:10 +0200 + +owslib (0.10.3-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + + -- Bas Couwenberg <[email protected]> Fri, 25 Dec 2015 16:26:09 +0100 + +owslib (0.10.0-1) unstable; urgency=medium + + * Imported Upstream version 0.10.0 + + -- Johan Van de Wauw <[email protected]> Wed, 18 Nov 2015 13:59:21 +0100 + +owslib (0.9.2-1) unstable; urgency=medium + + [ Johan Van de Wauw ] + * Update watchfile to github (adds tests+docs) + * Skip tests as they require internet access + * Add rules for doc package + * Add docs package + * Fix privacy breaches in docs + * Imported Upstream version 0.9.2 + * Add doc-base + suggests for doc package + + [ Bas Couwenberg ] + * Update Vcs-Browser URL to use HTTPS. + + -- Johan Van de Wauw <[email protected]> Mon, 14 Sep 2015 22:18:32 +0200 + +owslib (0.9.0-1) unstable; urgency=medium + + * Imported Upstream version 0.9.0 + * Add dependency to python-requests + * Add support for Python 3 + * Add more meaningful copyright holders + + -- Johan Van de Wauw <[email protected]> Sat, 20 Jun 2015 20:57:22 +0200 + +owslib (0.8.13-1) unstable; urgency=medium + + * Move to unstable + + -- Johan Van de Wauw <[email protected]> Tue, 26 May 2015 19:53:32 +0200 + +owslib (0.8.13-1~exp) experimental; urgency=medium + + * Import Upstream version 0.8.13 + * Fix Watchfile + + -- Johan Van de Wauw <[email protected]> Tue, 17 Feb 2015 19:36:08 +0100 + +owslib (0.8.12-1~exp) experimental; urgency=medium + + [ Bas Couwenberg ] + * Update Vcs-Browser URL to use cgit instead of gitweb. + * Add Upstream-Contact to copyright file. + + [ Johan Van de Wauw ] + * Imported Upstream version 0.8.12 + + -- Johan Van de Wauw <[email protected]> Sun, 28 Dec 2014 20:37:45 +0100 + +owslib (0.8.10-1) unstable; urgency=medium + + [ Bas Couwenberg ] + * Add Vcs-* URLs. + * Fix copyright-format version. + + [ Johan Van de Wauw ] + * Update to new version + * Imported Upstream version 0.8.10 + * Fix error in copyright text (cfr changed license.txt) + * Bump standards / update VCS browser url + + -- Johan Van de Wauw <[email protected]> Fri, 17 Oct 2014 00:36:58 +0200 + +owslib (0.8.9-1) unstable; urgency=medium + + * Initial upload (closes: #762869) + + -- Johan Van de Wauw <[email protected]> Thu, 25 Sep 2014 21:32:43 +0200 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/owslib.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

