[pywps] branch upstream updated (d5d1ff8 -> 6a3dff0)

Bas Couwenberg sebastic at debian.org
Mon Aug 22 21:44:51 UTC 2016


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

sebastic pushed a change to branch upstream
in repository pywps.

      from  d5d1ff8   Imported Upstream version 3.2.6
       new  9c82d99   Imported Upstream version 4.0.0~beta1
       new  50be9f0   Imported Upstream version 4.0.0~beta1
       new  6a3dff0   Imported Upstream version 4.0.0~rc1

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:
 .github/ISSUE_TEMPLATE.md                          |    21 +
 .github/PULL_REQUEST_TEMPLATE.md                   |    12 +
 .gitignore                                         |    18 +
 .travis.yml                                        |    46 +
 AUTHORS                                            |    27 -
 CONTRIBUTING.rst                                   |   188 +
 CONTRIBUTORS.md                                    |     9 +
 ChangeLog                                          |   114 -
 INSTALL                                            |     8 -
 INSTALL.md                                         |    44 +
 LICENSE                                            |   280 -
 LICENSE.txt                                        |    19 +
 MANIFEST.in                                        |    34 +-
 README                                             |     7 -
 README.md                                          |    98 +
 RELEASE.howto                                      |    67 -
 SUBMITTING                                         |    55 -
 TODO                                               |     7 -
 VERSION.txt                                        |     1 +
 debian/changelog                                   |    19 +-
 debian/control                                     |    13 +-
 debian/copyright                                   |    37 +-
 debian/dirs                                        |     2 -
 debian/docs                                        |     0
 debian/pywps.1                                     |    57 -
 debian/pywps.doc-base                              |    16 -
 debian/pywps.links                                 |     1 -
 debian/source/include-binaries                     |     3 -
 default-sample.cfg                                 |    40 +
 doc/Makefile                                       |    89 -
 doc/README                                         |    14 -
 doc/make.bat                                       |   112 -
 doc/source/_static/pywps.png                       |   Bin 3139 -> 0 bytes
 doc/source/_templates/layout.html                  |   153 -
 doc/source/api/Exceptions.rst                      |     4 -
 doc/source/api/Grass.rst                           |     4 -
 doc/source/api/Parser/DescribeProcess.rst          |    13 -
 doc/source/api/Parser/Execute.rst                  |    13 -
 doc/source/api/Parser/GetCapabilities.rst          |    13 -
 doc/source/api/Parser/index.rst                    |    30 -
 doc/source/api/Process/InAndOutputs.rst            |    44 -
 doc/source/api/Process/Lang.rst                    |     9 -
 doc/source/api/Process/index.rst                   |    20 -
 doc/source/api/Soap.rst                            |     4 -
 doc/source/api/Template.rst                        |     2 -
 doc/source/api/Wps/DescribeProcess.rst             |     8 -
 doc/source/api/Wps/Execute.rst                     |     8 -
 doc/source/api/Wps/GetCapabilities.rst             |     8 -
 doc/source/api/Wps/index.rst                       |    16 -
 doc/source/api/index.rst                           |    20 -
 doc/source/clients/index.rst                       |    12 -
 doc/source/clients/javascript.rst                  |   212 -
 doc/source/conf.py                                 |   200 -
 doc/source/configuration/index.rst                 |   411 -
 doc/source/index.rst                               |    34 -
 doc/source/installation/index.rst                  |   132 -
 doc/source/process/execute.rst                     |    43 -
 doc/source/process/index.rst                       |    51 -
 doc/source/process/puts.rst                        |   171 -
 doc/source/process/structure.rst                   |    35 -
 doc/source/special/grass.rst                       |    90 -
 doc/source/special/index.rst                       |    17 -
 doc/source/special/mapserver.rst                   |    41 -
 doc/source/special/mod_python.rst                  |     2 -
 doc/source/special/wsgi.rst                        |    18 -
 doc/source/testing/index.rst                       |   161 -
 docs/Makefile                                      |    42 +
 docs/api.rst                                       |   101 +
 docs/conf.py                                       |    83 +
 docs/configuration.rst                             |   196 +
 docs/demobuffer.py                                 |   103 +
 docs/deployment.rst                                |   168 +
 docs/exceptions.rst                                |    29 +
 docs/external_tools.rst                            |    10 +
 docs/index.rst                                     |    53 +
 docs/install.rst                                   |    81 +
 docs/max_operations.dia                            |   Bin 0 -> 4783 bytes
 docs/migration.rst                                 |     5 +
 docs/process.rst                                   |   395 +
 docs/pywps.png                                     |   Bin 0 -> 135853 bytes
 docs/pywps.rst                                     |    46 +
 docs/wps.rst                                       |   228 +
 pywps/Exceptions.py                                |   165 -
 pywps/Ftp.py                                       |    49 -
 pywps/Grass.py                                     |   187 -
 pywps/Parser/DescribeProcess.py                    |   112 -
 pywps/Parser/Execute.py                            |   607 -
 pywps/Parser/Get.py                                |   188 -
 pywps/Parser/GetCapabilities.py                    |   126 -
 pywps/Parser/Post.py                               |   238 -
 pywps/Parser/__init__.py                           |    74 -
 pywps/Process/InAndOutputs.py                      |  1147 -
 pywps/Process/Lang.py                              |   118 -
 pywps/Process/Process.py                           |     7 -
 pywps/Process/__init__.py                          |   700 -
 pywps/Soap.py                                      |   407 -
 pywps/Template.py                                  |   704 -
 pywps/Templates/1_0_0/DescribeProcess.tmpl         |    91 -
 pywps/Templates/1_0_0/Execute.tmpl                 |   125 -
 pywps/Templates/1_0_0/GetCapabilities.tmpl         |   137 -
 .../inc/DescribeProcess_BoundingBoxValue.tmpl      |     8 -
 .../1_0_0/inc/DescribeProcess_ComplexValue.tmpl    |    24 -
 .../1_0_0/inc/DescribeProcess_LiteralValue.tmpl    |    43 -
 pywps/Templates/1_0_0/inc/Execute_Data_Inputs.tmpl |    16 -
 .../Templates/1_0_0/inc/Execute_Data_Outputs.tmpl  |    18 -
 pywps/Wps/DescribeProcess.py                       |   280 -
 pywps/Wps/Execute/UMN.py                           |   363 -
 pywps/Wps/Execute/__init__.py                      |  1517 --
 pywps/Wps/GetCapabilities.py                       |   184 -
 pywps/Wps/Wsdl.py                                  |   103 -
 pywps/Wps/__init__.py                              |   408 -
 pywps/XSLT/SOAP2WPS.xsl                            |   173 -
 pywps/XSLT/WPS2SOAP.xsl                            |    88 -
 pywps/XSLT/describeProcess2WSDL.xsl                |   825 -
 pywps/__init__.py                                  |   381 +-
 pywps/_compat.py                                   |    52 +
 pywps/app/Process.py                               |   395 +
 pywps/app/Service.py                               |   651 +
 pywps/app/WPSRequest.py                            |   640 +
 pywps/app/WPSResponse.py                           |   213 +
 pywps/app/__init__.py                              |     6 +
 pywps/app/basic.py                                 |    21 +
 pywps/config.py                                    |   129 -
 pywps/configuration.py                             |   241 +
 pywps/dblog.py                                     |   294 +
 pywps/default.cfg                                  |    53 -
 pywps/dependencies.py                              |    30 +
 pywps/etc/pywps.cfg-template                       |    46 -
 pywps/exceptions.py                                |   159 +
 pywps/inout/__init__.py                            |     4 +
 pywps/inout/basic.py                               |   628 +
 pywps/inout/formats/__init__.py                    |   199 +
 pywps/inout/inputs.py                              |   370 +
 pywps/inout/literaltypes.py                        |   318 +
 pywps/inout/outputs.py                             |   292 +
 pywps/inout/storage.py                             |   128 +
 pywps/processes/README                             |    46 -
 pywps/processes/__init__.py                        |     1 -
 pywps/processes/dummyprocess.py                    |    35 -
 pywps/processes/moreInOne.py                       |    40 -
 pywps/processes/moreInstancesInOne.py              |     9 -
 pywps/processes/tests.py                           |   138 -
 pywps/processes/ultimatequestionprocess.py         |    41 -
 pywps/{Templates/1_0_0 => resources}/__init__.py   |     0
 .../1_0_0/inc => resources/schemas}/__init__.py    |     0
 pywps/resources/schemas/wps_all.xsd                |     4 +
 pywps/response.py                                  |   128 -
 pywps/schemas/geojson/README                       |     1 +
 pywps/schemas/geojson/bbox.json                    |     8 +
 pywps/schemas/geojson/crs.json                     |    54 +
 pywps/schemas/geojson/geojson.json                 |    61 +
 pywps/schemas/geojson/geometry.json                |    91 +
 pywps/validator/__init__.py                        |    45 +
 pywps/validator/allowed_value.py                   |    13 +
 pywps/validator/base.py                            |    12 +
 pywps/validator/complexvalidator.py                |   265 +
 pywps/validator/literalvalidator.py                |   112 +
 pywps/validator/mode.py                            |    10 +
 pywps/wpsserver.py                                 |    54 +
 requirements-dev.txt                               |     2 +
 requirements-gdal.txt                              |     1 +
 requirements-py2.txt                               |     1 +
 requirements.txt                                   |     6 +-
 rpm/pywps.changes                                  |    21 -
 rpm/pywps.spec                                     |    54 -
 setup.py                                           |   198 +-
 tests/Templates/1_0_0/DescribeProcess.tmpl         |    91 -
 tests/Templates/1_0_0/Execute.tmpl                 |   125 -
 tests/Templates/1_0_0/GetCapabilities.tmpl         |   137 -
 tests/Templates/1_0_0/GetCapabilities.tmplc        |   Bin 14595 -> 0 bytes
 tests/Templates/1_0_0/Wsdl.tmpl                    |   135 -
 tests/Templates/1_0_0/__init__.py                  |     0
 .../inc/DescribeProcess_BoundingBoxValue.tmpl      |     8 -
 .../1_0_0/inc/DescribeProcess_ComplexValue.tmpl    |    24 -
 .../1_0_0/inc/DescribeProcess_LiteralValue.tmpl    |    43 -
 tests/Templates/1_0_0/inc/Execute_Data_Inputs.tmpl |    16 -
 .../Templates/1_0_0/inc/Execute_Data_Outputs.tmpl  |    18 -
 tests/Templates/1_0_0/inc/__init__.py              |     0
 tests/Templates/__init__.py                        |     0
 tests/__init__.py                                  |    39 +
 tests/benchmark.py                                 |   108 -
 tests/common.py                                    |    70 +
 tests/{datainputs => data/geotiff}/dem.tiff        |   Bin
 tests/data/gml/point.gfs                           |    14 +
 tests/data/gml/point.gml                           |    19 +
 tests/data/json/point.geojson                      |     1 +
 tests/data/point.xsd                               |    30 +
 tests/data/shp/point.dbf                           |   Bin 0 -> 76 bytes
 tests/data/shp/point.prj                           |     1 +
 tests/data/shp/point.qpj                           |     1 +
 tests/data/shp/point.shp                           |   Bin 0 -> 128 bytes
 tests/data/shp/point.shp.zip                       |   Bin 0 -> 1067 bytes
 tests/data/shp/point.shx                           |   Bin 0 -> 108 bytes
 tests/datainputs/dem.base64                        |  7024 ------
 tests/datainputs/lakes.gfs                         |    29 -
 tests/datainputs/lakes.gml                         |   133 -
 tests/envvars_tests.py                             |    51 -
 tests/exception.py                                 |    79 -
 tests/exceptions.py                                |   109 -
 tests/parser.py                                    |   221 -
 tests/perform_requests.py                          |   873 -
 tests/process.py                                   |    47 +
 tests/process_inits.py                             |    68 -
 tests/processes/__init__.py                        |     7 +-
 tests/processes/buffer.py                          |    86 -
 tests/processes/dummyprocess.py                    |    32 -
 tests/processes/moreInOne.py                       |    36 -
 tests/processes/moreInstancesInOne.py              |     7 -
 tests/processes/returner.py                        |    45 -
 tests/processes/tests.py                           |   271 -
 tests/processes/ultimatequestionprocess.py         |    40 -
 tests/requests/HTTP_GET.txt                        |    35 -
 {pywps/Templates => tests/requests}/__init__.py    |     0
 .../wps_describeprocess_exception_SOAP11.xml       |    13 -
 .../wps_describeprocess_exception_SOAP12.xml       |    15 -
 tests/requests/wps_describeprocess_request.xml     |    26 +-
 .../wps_describeprocess_request_SOAP11RPC.xml      |     9 -
 tests/requests/wps_describeprocess_request_all.xml |     8 -
 .../wps_describeprocess_request_all_SOAP.xml       |    13 -
 .../wps_describeprocess_request_dummyprocess.xml   |     8 -
 tests/requests/wps_execute_request-base64.xml      | 24507 -------------------
 tests/requests/wps_execute_request-bbox.xml        |    16 -
 tests/requests/wps_execute_request-boundingbox.xml |    16 +
 ...s_execute_request-complexinput-as-reference.xml |    16 -
 ..._request-complexinput-direct-rawdata-output.xml |  7179 ------
 .../wps_execute_request-complexinput-direct.xml    |  7175 ------
 ...equest-complexinput-one-output-as-reference.xml |    28 -
 ...te_request-complexinput-output-as-reference.xml |    26 -
 .../requests/wps_execute_request-complexvalue.xml  |    47 +
 ...ecute_request-literalinput-responsedocument.xml |    57 -
 .../requests/wps_execute_request-literalinput.xml  |    44 -
 tests/requests/wps_execute_request-noinputs.xml    |    12 -
 .../requests/wps_execute_request-rawdataoutput.xml |    35 -
 .../wps_execute_request-responsedocument-1.xml     |    43 +
 .../wps_execute_request-responsedocument-2.xml     |    46 +
 .../wps_execute_request-responsedocument.xml       |    40 -
 .../requests/wps_execute_request_compress_SOAP.xml |    14 -
 ...s_execute_request_extended-responsedocument.xml |    66 +
 .../wps_execute_request_flags_compress_SOAP.xml    |    26 -
 tests/requests/wps_execute_request_lineage.xml     |   115 -
 .../requests/wps_execute_request_rawdataoutput.xml |    40 +
 .../wps_execute_request_reference_lineage.xml      |    41 -
 .../wps_execute_request_ultimate_compress_SOAP.xml |     9 -
 .../wps_execute_request_ultimatequestion_SOAP.xml  |    15 -
 tests/requests/wps_getcapabilities_request.xml     |    15 +-
 .../wps_getcapabilities_request_SOAP11.xml         |    28 -
 .../wps_getcapabilities_request_SOAP11RPC.xml      |    16 -
 .../wps_getcapabilities_request_SOAP12.xml         |    24 -
 tests/schema_validation.py                         |   351 -
 tests/soap_tests.py                                |   405 -
 tests/test_assync.py                               |    58 +
 tests/test_capabilities.py                         |    99 +
 tests/test_dblog.py                                |    51 +
 tests/test_describe.py                             |   275 +
 tests/test_exceptions.py                           |    47 +
 tests/test_execute.py                              |   370 +
 tests/test_formats.py                              |   108 +
 tests/test_inout.py                                |   341 +
 tests/test_literaltypes.py                         |    47 +
 tests/test_ows.py                                  |   160 +
 tests/test_wpsrequest.py                           |    66 +
 {pywps/XSLT => tests/validator}/__init__.py        |     0
 tests/validator/test_complexvalidators.py          |   115 +
 tests/validator/test_literalvalidators.py          |   115 +
 tox.ini                                            |    24 +
 webclient/01-init.html                             |    66 -
 webclient/02-describe.html                         |    75 -
 webclient/03-execute.html                          |    80 -
 webclient/04-execute-automatic.html                |    78 -
 webclient/WPS.js                                   |  1410 --
 webservices/cgi/pywps.cgi                          |    14 -
 webservices/mod_python/.htaccess                   |     7 -
 webservices/mod_python/wps.py                      |    83 -
 webservices/tomcat/PywpsServlet.py                 |    61 -
 webservices/tomcat/web.xml                         |    45 -
 webservices/wsgi/wsgiwps.py                        |    86 -
 wps.py                                             |   101 -
 wsgi/pywps.wsgi                                    |    26 +
 278 files changed, 10032 insertions(+), 65523 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE.md
 create mode 100644 .github/PULL_REQUEST_TEMPLATE.md
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 delete mode 100644 AUTHORS
 create mode 100644 CONTRIBUTING.rst
 create mode 100644 CONTRIBUTORS.md
 delete mode 100644 ChangeLog
 delete mode 100644 INSTALL
 create mode 100644 INSTALL.md
 delete mode 100644 LICENSE
 create mode 100644 LICENSE.txt
 delete mode 100644 README
 create mode 100644 README.md
 delete mode 100644 RELEASE.howto
 delete mode 100644 SUBMITTING
 delete mode 100644 TODO
 create mode 100644 VERSION.txt
 delete mode 100644 debian/dirs
 delete mode 100644 debian/docs
 delete mode 100644 debian/pywps.1
 delete mode 100644 debian/pywps.doc-base
 delete mode 100644 debian/pywps.links
 delete mode 100644 debian/source/include-binaries
 create mode 100644 default-sample.cfg
 delete mode 100644 doc/Makefile
 delete mode 100644 doc/README
 delete mode 100644 doc/make.bat
 delete mode 100644 doc/source/_static/pywps.png
 delete mode 100644 doc/source/_templates/layout.html
 delete mode 100644 doc/source/api/Exceptions.rst
 delete mode 100644 doc/source/api/Grass.rst
 delete mode 100644 doc/source/api/Parser/DescribeProcess.rst
 delete mode 100644 doc/source/api/Parser/Execute.rst
 delete mode 100644 doc/source/api/Parser/GetCapabilities.rst
 delete mode 100644 doc/source/api/Parser/index.rst
 delete mode 100644 doc/source/api/Process/InAndOutputs.rst
 delete mode 100644 doc/source/api/Process/Lang.rst
 delete mode 100644 doc/source/api/Process/index.rst
 delete mode 100644 doc/source/api/Soap.rst
 delete mode 100644 doc/source/api/Template.rst
 delete mode 100644 doc/source/api/Wps/DescribeProcess.rst
 delete mode 100644 doc/source/api/Wps/Execute.rst
 delete mode 100644 doc/source/api/Wps/GetCapabilities.rst
 delete mode 100644 doc/source/api/Wps/index.rst
 delete mode 100644 doc/source/api/index.rst
 delete mode 100644 doc/source/clients/index.rst
 delete mode 100644 doc/source/clients/javascript.rst
 delete mode 100644 doc/source/conf.py
 delete mode 100644 doc/source/configuration/index.rst
 delete mode 100644 doc/source/index.rst
 delete mode 100644 doc/source/installation/index.rst
 delete mode 100644 doc/source/process/execute.rst
 delete mode 100644 doc/source/process/index.rst
 delete mode 100644 doc/source/process/puts.rst
 delete mode 100644 doc/source/process/structure.rst
 delete mode 100644 doc/source/special/grass.rst
 delete mode 100644 doc/source/special/index.rst
 delete mode 100644 doc/source/special/mapserver.rst
 delete mode 100644 doc/source/special/mod_python.rst
 delete mode 100644 doc/source/special/wsgi.rst
 delete mode 100644 doc/source/testing/index.rst
 create mode 100644 docs/Makefile
 create mode 100644 docs/api.rst
 create mode 100644 docs/conf.py
 create mode 100644 docs/configuration.rst
 create mode 100644 docs/demobuffer.py
 create mode 100644 docs/deployment.rst
 create mode 100644 docs/exceptions.rst
 create mode 100644 docs/external_tools.rst
 create mode 100644 docs/index.rst
 create mode 100644 docs/install.rst
 create mode 100644 docs/max_operations.dia
 create mode 100644 docs/migration.rst
 create mode 100644 docs/process.rst
 create mode 100644 docs/pywps.png
 create mode 100644 docs/pywps.rst
 create mode 100644 docs/wps.rst
 delete mode 100644 pywps/Exceptions.py
 delete mode 100644 pywps/Ftp.py
 delete mode 100644 pywps/Grass.py
 delete mode 100644 pywps/Parser/DescribeProcess.py
 delete mode 100644 pywps/Parser/Execute.py
 delete mode 100644 pywps/Parser/Get.py
 delete mode 100644 pywps/Parser/GetCapabilities.py
 delete mode 100644 pywps/Parser/Post.py
 delete mode 100644 pywps/Parser/__init__.py
 delete mode 100644 pywps/Process/InAndOutputs.py
 delete mode 100644 pywps/Process/Lang.py
 delete mode 100644 pywps/Process/Process.py
 delete mode 100644 pywps/Process/__init__.py
 delete mode 100644 pywps/Soap.py
 delete mode 100644 pywps/Template.py
 delete mode 100644 pywps/Templates/1_0_0/DescribeProcess.tmpl
 delete mode 100644 pywps/Templates/1_0_0/Execute.tmpl
 delete mode 100644 pywps/Templates/1_0_0/GetCapabilities.tmpl
 delete mode 100644 pywps/Templates/1_0_0/inc/DescribeProcess_BoundingBoxValue.tmpl
 delete mode 100644 pywps/Templates/1_0_0/inc/DescribeProcess_ComplexValue.tmpl
 delete mode 100644 pywps/Templates/1_0_0/inc/DescribeProcess_LiteralValue.tmpl
 delete mode 100644 pywps/Templates/1_0_0/inc/Execute_Data_Inputs.tmpl
 delete mode 100644 pywps/Templates/1_0_0/inc/Execute_Data_Outputs.tmpl
 delete mode 100644 pywps/Wps/DescribeProcess.py
 delete mode 100644 pywps/Wps/Execute/UMN.py
 delete mode 100644 pywps/Wps/Execute/__init__.py
 delete mode 100644 pywps/Wps/GetCapabilities.py
 delete mode 100644 pywps/Wps/Wsdl.py
 delete mode 100644 pywps/Wps/__init__.py
 delete mode 100644 pywps/XSLT/SOAP2WPS.xsl
 delete mode 100644 pywps/XSLT/WPS2SOAP.xsl
 delete mode 100644 pywps/XSLT/describeProcess2WSDL.xsl
 create mode 100644 pywps/_compat.py
 create mode 100644 pywps/app/Process.py
 create mode 100644 pywps/app/Service.py
 create mode 100644 pywps/app/WPSRequest.py
 create mode 100644 pywps/app/WPSResponse.py
 create mode 100644 pywps/app/__init__.py
 create mode 100644 pywps/app/basic.py
 delete mode 100644 pywps/config.py
 create mode 100755 pywps/configuration.py
 create mode 100644 pywps/dblog.py
 delete mode 100644 pywps/default.cfg
 create mode 100644 pywps/dependencies.py
 delete mode 100644 pywps/etc/pywps.cfg-template
 create mode 100644 pywps/exceptions.py
 create mode 100644 pywps/inout/__init__.py
 create mode 100644 pywps/inout/basic.py
 create mode 100644 pywps/inout/formats/__init__.py
 create mode 100644 pywps/inout/inputs.py
 create mode 100644 pywps/inout/literaltypes.py
 create mode 100644 pywps/inout/outputs.py
 create mode 100644 pywps/inout/storage.py
 delete mode 100644 pywps/processes/README
 delete mode 100644 pywps/processes/__init__.py
 delete mode 100644 pywps/processes/dummyprocess.py
 delete mode 100644 pywps/processes/moreInOne.py
 delete mode 100644 pywps/processes/moreInstancesInOne.py
 delete mode 100644 pywps/processes/tests.py
 delete mode 100644 pywps/processes/ultimatequestionprocess.py
 rename pywps/{Templates/1_0_0 => resources}/__init__.py (100%)
 rename pywps/{Templates/1_0_0/inc => resources/schemas}/__init__.py (100%)
 create mode 100644 pywps/resources/schemas/wps_all.xsd
 delete mode 100644 pywps/response.py
 create mode 100644 pywps/schemas/geojson/README
 create mode 100644 pywps/schemas/geojson/bbox.json
 create mode 100644 pywps/schemas/geojson/crs.json
 create mode 100644 pywps/schemas/geojson/geojson.json
 create mode 100644 pywps/schemas/geojson/geometry.json
 create mode 100644 pywps/validator/__init__.py
 create mode 100644 pywps/validator/allowed_value.py
 create mode 100644 pywps/validator/base.py
 create mode 100644 pywps/validator/complexvalidator.py
 create mode 100644 pywps/validator/literalvalidator.py
 create mode 100644 pywps/validator/mode.py
 create mode 100755 pywps/wpsserver.py
 create mode 100644 requirements-gdal.txt
 create mode 100644 requirements-py2.txt
 delete mode 100644 rpm/pywps.changes
 delete mode 100644 rpm/pywps.spec
 delete mode 100644 tests/Templates/1_0_0/DescribeProcess.tmpl
 delete mode 100644 tests/Templates/1_0_0/Execute.tmpl
 delete mode 100644 tests/Templates/1_0_0/GetCapabilities.tmpl
 delete mode 100644 tests/Templates/1_0_0/GetCapabilities.tmplc
 delete mode 100644 tests/Templates/1_0_0/Wsdl.tmpl
 delete mode 100644 tests/Templates/1_0_0/__init__.py
 delete mode 100644 tests/Templates/1_0_0/inc/DescribeProcess_BoundingBoxValue.tmpl
 delete mode 100644 tests/Templates/1_0_0/inc/DescribeProcess_ComplexValue.tmpl
 delete mode 100644 tests/Templates/1_0_0/inc/DescribeProcess_LiteralValue.tmpl
 delete mode 100644 tests/Templates/1_0_0/inc/Execute_Data_Inputs.tmpl
 delete mode 100644 tests/Templates/1_0_0/inc/Execute_Data_Outputs.tmpl
 delete mode 100644 tests/Templates/1_0_0/inc/__init__.py
 delete mode 100644 tests/Templates/__init__.py
 create mode 100644 tests/__init__.py
 delete mode 100644 tests/benchmark.py
 create mode 100644 tests/common.py
 rename tests/{datainputs => data/geotiff}/dem.tiff (100%)
 create mode 100644 tests/data/gml/point.gfs
 create mode 100644 tests/data/gml/point.gml
 create mode 100644 tests/data/json/point.geojson
 create mode 100644 tests/data/point.xsd
 create mode 100644 tests/data/shp/point.dbf
 create mode 100644 tests/data/shp/point.prj
 create mode 100644 tests/data/shp/point.qpj
 create mode 100644 tests/data/shp/point.shp
 create mode 100644 tests/data/shp/point.shp.zip
 create mode 100644 tests/data/shp/point.shx
 delete mode 100644 tests/datainputs/dem.base64
 delete mode 100644 tests/datainputs/lakes.gfs
 delete mode 100644 tests/datainputs/lakes.gml
 delete mode 100644 tests/envvars_tests.py
 delete mode 100644 tests/exception.py
 delete mode 100644 tests/exceptions.py
 delete mode 100644 tests/parser.py
 delete mode 100644 tests/perform_requests.py
 create mode 100644 tests/process.py
 delete mode 100644 tests/process_inits.py
 delete mode 100644 tests/processes/buffer.py
 delete mode 100644 tests/processes/dummyprocess.py
 delete mode 100644 tests/processes/moreInOne.py
 delete mode 100644 tests/processes/moreInstancesInOne.py
 delete mode 100644 tests/processes/returner.py
 delete mode 100644 tests/processes/tests.py
 delete mode 100644 tests/processes/ultimatequestionprocess.py
 delete mode 100644 tests/requests/HTTP_GET.txt
 rename {pywps/Templates => tests/requests}/__init__.py (100%)
 delete mode 100644 tests/requests/wps_describeprocess_exception_SOAP11.xml
 delete mode 100644 tests/requests/wps_describeprocess_exception_SOAP12.xml
 delete mode 100644 tests/requests/wps_describeprocess_request_SOAP11RPC.xml
 delete mode 100644 tests/requests/wps_describeprocess_request_all.xml
 delete mode 100644 tests/requests/wps_describeprocess_request_all_SOAP.xml
 delete mode 100644 tests/requests/wps_describeprocess_request_dummyprocess.xml
 delete mode 100644 tests/requests/wps_execute_request-base64.xml
 delete mode 100644 tests/requests/wps_execute_request-bbox.xml
 create mode 100644 tests/requests/wps_execute_request-boundingbox.xml
 delete mode 100644 tests/requests/wps_execute_request-complexinput-as-reference.xml
 delete mode 100644 tests/requests/wps_execute_request-complexinput-direct-rawdata-output.xml
 delete mode 100644 tests/requests/wps_execute_request-complexinput-direct.xml
 delete mode 100644 tests/requests/wps_execute_request-complexinput-one-output-as-reference.xml
 delete mode 100644 tests/requests/wps_execute_request-complexinput-output-as-reference.xml
 create mode 100644 tests/requests/wps_execute_request-complexvalue.xml
 delete mode 100644 tests/requests/wps_execute_request-literalinput-responsedocument.xml
 delete mode 100644 tests/requests/wps_execute_request-literalinput.xml
 delete mode 100644 tests/requests/wps_execute_request-noinputs.xml
 delete mode 100644 tests/requests/wps_execute_request-rawdataoutput.xml
 create mode 100644 tests/requests/wps_execute_request-responsedocument-1.xml
 create mode 100644 tests/requests/wps_execute_request-responsedocument-2.xml
 delete mode 100644 tests/requests/wps_execute_request-responsedocument.xml
 delete mode 100644 tests/requests/wps_execute_request_compress_SOAP.xml
 create mode 100644 tests/requests/wps_execute_request_extended-responsedocument.xml
 delete mode 100644 tests/requests/wps_execute_request_flags_compress_SOAP.xml
 delete mode 100644 tests/requests/wps_execute_request_lineage.xml
 create mode 100644 tests/requests/wps_execute_request_rawdataoutput.xml
 delete mode 100644 tests/requests/wps_execute_request_reference_lineage.xml
 delete mode 100644 tests/requests/wps_execute_request_ultimate_compress_SOAP.xml
 delete mode 100644 tests/requests/wps_execute_request_ultimatequestion_SOAP.xml
 delete mode 100644 tests/requests/wps_getcapabilities_request_SOAP11.xml
 delete mode 100644 tests/requests/wps_getcapabilities_request_SOAP11RPC.xml
 delete mode 100644 tests/requests/wps_getcapabilities_request_SOAP12.xml
 delete mode 100644 tests/schema_validation.py
 delete mode 100755 tests/soap_tests.py
 create mode 100644 tests/test_assync.py
 create mode 100644 tests/test_capabilities.py
 create mode 100644 tests/test_dblog.py
 create mode 100644 tests/test_describe.py
 create mode 100644 tests/test_exceptions.py
 create mode 100644 tests/test_execute.py
 create mode 100644 tests/test_formats.py
 create mode 100644 tests/test_inout.py
 create mode 100644 tests/test_literaltypes.py
 create mode 100644 tests/test_ows.py
 create mode 100644 tests/test_wpsrequest.py
 rename {pywps/XSLT => tests/validator}/__init__.py (100%)
 create mode 100644 tests/validator/test_complexvalidators.py
 create mode 100644 tests/validator/test_literalvalidators.py
 create mode 100644 tox.ini
 delete mode 100644 webclient/01-init.html
 delete mode 100644 webclient/02-describe.html
 delete mode 100644 webclient/03-execute.html
 delete mode 100644 webclient/04-execute-automatic.html
 delete mode 100644 webclient/WPS.js
 delete mode 100755 webservices/cgi/pywps.cgi
 delete mode 100644 webservices/mod_python/.htaccess
 delete mode 100644 webservices/mod_python/wps.py
 delete mode 100644 webservices/tomcat/PywpsServlet.py
 delete mode 100644 webservices/tomcat/web.xml
 delete mode 100755 webservices/wsgi/wsgiwps.py
 delete mode 100755 wps.py
 create mode 100644 wsgi/pywps.wsgi

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



More information about the Pkg-grass-devel mailing list