[pycsw] 04/07: Merge tag 'upstream/1.10.3+dfsg'

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Jan 24 20:32:08 UTC 2016


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

sebastic pushed a commit to branch master
in repository pycsw.

commit 673718d260ba44d9e34e8f7ab2eb6e37149a5e4f
Merge: 11246ef 9b4e944
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Oct 31 21:21:26 2015 +0100

    Merge tag 'upstream/1.10.3+dfsg'
    
    Upstream version 1.10.3+dfsg

 CONTRIBUTING.rst                                   |  48 ++-
 LICENSE.txt                                        |   2 +-
 VERSION.txt                                        |   2 +-
 bin/pycsw-admin.py                                 |   4 +-
 docs/_templates/indexsidebar.html                  |   2 +-
 docs/administration.rst                            |   2 +-
 docs/conf.py                                       |   4 +-
 docs/installation.rst                              |   2 +-
 etc/dist/install_script/install_pycsw.sh           | 106 ------
 etc/dist/osgeolive/install_pycsw.sh                |  64 ----
 pavement.py                                        |  51 +--
 pycsw/__init__.py                                  |   2 +-
 pycsw/admin.py                                     |  18 +-
 pycsw/config.py                                    |   3 +
 pycsw/fes.py                                       |   4 +-
 pycsw/gml.py                                       |   2 +-
 pycsw/metadata.py                                  |  70 ++--
 pycsw/opensearch.py                                |   4 +-
 pycsw/plugins/outputschemas/atom.py                |   2 +-
 pycsw/plugins/outputschemas/dif.py                 |   2 +-
 pycsw/plugins/outputschemas/fgdc.py                |   2 +-
 pycsw/plugins/profiles/apiso/apiso.py              | 103 +++++-
 pycsw/plugins/profiles/ebrim/ebrim.py              |  12 +-
 pycsw/plugins/repository/odc/odc.py                |   2 +-
 pycsw/repository.py                                |  16 +-
 pycsw/schemas/ogc/OGC-SOFTWARE-NOTICE.txt          |  17 +
 pycsw/server.py                                    |  84 ++---
 pycsw/util.py                                      |  14 +-
 requirements.txt                                   |   2 +-
 tests/README.txt                                   |   2 +-
 ...te_get_9bfd17fa-15dc-4a10-8fa7-b3cff7013dd7.xml |   2 +-
 ...e_post_225f455a-0035-486b-a94e-fee7ae881b2b.xml |   4 +-
 ...e_post_418a6fb0-a89c-4a94-afc9-3f8168eb2980.xml |   2 +-
 ...e_post_420b745e-0c4b-404e-9f2d-61fa580ff05a.xml |   6 +-
 ...e_post_5c5861bc-f742-40a5-9998-5342615d674b.xml |   2 +-
 ...e_post_73f1551c-e269-4ef9-9dae-e535b5eebfc7.xml |   2 +-
 ...e_post_87f2f670-9cd6-4907-b82c-1b46a7dd2a78.xml |   6 +-
 ...e_post_928c1896-52d4-4ac7-9832-f98e3eb65f02.xml |   4 +-
 ...e_post_948b39d5-bb4f-45b8-a8f2-4ff9501aaedd.xml |   8 +-
 ...e_post_c38916c2-4bc6-446d-b7aa-ab006d6ba31c.xml |   6 +-
 ...e_post_dc92c2c4-87d8-4a13-964e-ff9b0e0c27b3.xml |   6 +-
 ...ml => suites_default_get_GetRecords-filter.xml} |  14 +-
 .../suites_default_get_GetRecords-sortby-asc.xml   |   6 +-
 .../suites_default_get_GetRecords-sortby-desc.xml  |   8 +-
 .../suites_default_post_GetRecords-all-json.xml    |   2 +-
 ...tes_default_post_GetRecords-all-sortby-bbox.xml |   4 +-
 .../suites_default_post_GetRecords-all.xml         |   2 +-
 ...s_default_post_GetRecords-distributedsearch.xml |   2 +-
 .../suites_default_post_GetRecords-end.xml         |   2 +-
 ...efault_post_GetRecords-filter-and-nested-or.xml |   2 +-
 ...ites_default_post_GetRecords-filter-between.xml |   4 +-
 ...efault_post_GetRecords-filter-or-nested-and.xml |   4 +-
 ...lt_post_GetRecords-filter-or-title-abstract.xml |   2 +-
 .../suites_default_post_GetRecords-requestid.xml   |   2 +-
 .../suites_harvesting_post_Harvest-csw-iso.xml     |  76 +++-
 .../suites_harvesting_post_Harvest-sos100.xml      |  18 +-
 .../suites_harvesting_post_Harvest-wcs.xml         | 172 +--------
 .../suites_harvesting_post_Harvest-wfs.xml         |  40 +-
 ...t_Harvest-zzz-post-GetRecords-filter-ows-dc.xml |  58 ++-
 ...t_Harvest-zzz-post-GetRecords-filter-sos-dc.xml |   2 +-
 ..._Harvest-zzz-post-GetRecords-filter-sos-iso.xml | 143 +++++++-
 ..._Harvest-zzz-post-GetRecords-filter-wfs-iso.xml | 370 +++++++++++++++++++
 ..._Harvest-zzz-post-GetRecords-filter-wms-iso.xml | 308 ++++++++++++++++
 ..._harvesting_post_Transaction-000-delete-all.xml |   2 +-
 .../expected/suites_oaipmh_get_ListRecords_dc.xml  |   6 +-
 .../suites_oaipmh_get_ListRecords_oai_dc.xml       |   6 +-
 .../suites_repofilter_post_GetRecords-all.xml      |   4 +-
 tests/index.html                                   | 401 +++++++++++----------
 tests/run_tests.py                                 |   2 +-
 ...Record_784e2afd-a9fd-44a6-9a92-a3848371c8ec.xml |   4 +-
 ...Record_94bc9c83-97f6-4b40-9eb8-a8e8787a5c63.xml |   4 +-
 ...Record_9a669547-b69b-469f-a11f-2d875366bbdc.xml |   4 +-
 ...Record_e9330592-0932-474b-be34-c3a3bb67c7db.xml |   4 +-
 tests/suites/cite/data/records.db                  | Bin 82944 -> 82944 bytes
 .../post/225f455a-0035-486b-a94e-fee7ae881b2b.xml  |   2 +-
 .../post/418a6fb0-a89c-4a94-afc9-3f8168eb2980.xml  |   2 +-
 .../post/420b745e-0c4b-404e-9f2d-61fa580ff05a.xml  |   2 +-
 .../post/928c1896-52d4-4ac7-9832-f98e3eb65f02.xml  |   2 +-
 .../post/c38916c2-4bc6-446d-b7aa-ab006d6ba31c.xml  |   2 +-
 .../post/dc92c2c4-87d8-4a13-964e-ff9b0e0c27b3.xml  |   2 +-
 tests/suites/default/get/requests.txt              |   1 +
 tests/suites/harvesting/post/Harvest-csw-iso.xml   |   2 +-
 tests/suites/harvesting/post/Harvest-wcs.xml       |   2 +-
 tests/suites/harvesting/post/Harvest-wfs.xml       |   2 +-
 .../Harvest-zzz-post-GetRecords-filter-ows-dc.xml  |   6 +-
 .../Harvest-zzz-post-GetRecords-filter-wfs-iso.xml |  20 +
 .../Harvest-zzz-post-GetRecords-filter-wms-iso.xml |  20 +
 87 files changed, 1581 insertions(+), 858 deletions(-)

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



More information about the Pkg-grass-devel mailing list