This is an automated email from the git hooks/post-receive script. sebastic pushed a change to branch upstream in repository pycsw.
from 3de4d0b Imported Upstream version 1.10.1+dfsg adds 844fd72 Imported Upstream version 1.10.2+dfsg adds 9b4e944 Imported Upstream version 1.10.3+dfsg new e18ad9c Imported Upstream version 1.10.4+dfsg The 1 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: CONTRIBUTING.rst | 48 ++- LICENSE.txt | 2 +- VERSION.txt | 2 +- bin/pycsw-admin.py | 4 +- docs/_templates/indexsidebar.html | 6 +- docs/administration.rst | 2 +- docs/conf.py | 4 +- docs/installation.rst | 2 +- docs/introduction.rst | 2 +- docs/opensearch.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 | 84 +++-- pycsw/opensearch.py | 13 +- 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/geonode/geonode_.py | 2 +- pycsw/plugins/repository/odc/odc.py | 4 +- pycsw/repository.py | 18 +- pycsw/schemas/ogc/OGC-SOFTWARE-NOTICE.txt | 17 + pycsw/server.py | 92 ++--- pycsw/util.py | 14 +- requirements.txt | 2 +- tests/README.txt | 2 +- .../suites_atom_get_opensearch-description.xml | 2 +- ...es_atom_get_opensearch-ogc-count-and-page1.xml} | 19 +- ...es_atom_get_opensearch-ogc-count-and-page2.xml} | 11 +- ...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} | 2 +- .../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 | 4 +- .../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 | 393 +++++++++++---------- tests/run_tests.py | 2 +- tests/suites/atom/get/requests.txt | 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} | 2 +- ...Harvest-zzz-post-GetRecords-filter-wms-iso.xml} | 2 +- 94 files changed, 1581 insertions(+), 883 deletions(-) delete mode 100755 etc/dist/install_script/install_pycsw.sh delete mode 100755 etc/dist/osgeolive/install_pycsw.sh create mode 100644 pycsw/schemas/ogc/OGC-SOFTWARE-NOTICE.txt copy tests/expected/{suites_atom_get_opensearch-ogc-bbox-and-time.xml => suites_atom_get_opensearch-ogc-count-and-page1.xml} (71%) copy tests/expected/{suites_atom_get_opensearch-ogc-q.xml => suites_atom_get_opensearch-ogc-count-and-page2.xml} (68%) copy tests/expected/{suites_default_post_GetRecords-maxrecords.xml => suites_default_get_GetRecords-filter.xml} (90%) create mode 100644 tests/expected/suites_harvesting_post_Harvest-zzz-post-GetRecords-filter-wfs-iso.xml create mode 100644 tests/expected/suites_harvesting_post_Harvest-zzz-post-GetRecords-filter-wms-iso.xml copy tests/suites/harvesting/post/{Harvest-zzz-post-GetRecords-filter-sos-iso.xml => Harvest-zzz-post-GetRecords-filter-wfs-iso.xml} (96%) copy tests/suites/harvesting/post/{Harvest-zzz-post-GetRecords-filter-wms-dc.xml => Harvest-zzz-post-GetRecords-filter-wms-iso.xml} (75%) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pycsw.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel