geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
176 stars 117 forks source link

Fix invalide use of encode on bytes object #647

Closed gschwind closed 2 years ago

gschwind commented 2 years ago

Overview

Invalide use of encode on bytes object

Within the pywps.inout.inputs.ComplexInput the json convertion function use encode where decode should be used. The patch fix this issue.

Related Issue / Discussion

Additional Information

Contribution Agreement

(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)

cehbrecht commented 2 years ago

@gschwind Thanks for the patch. Would you like to merge to the main branch?

gschwind commented 2 years ago

Hello,

I rebased the patch over the main here b5d9dc34ecbacade7212b2d53f50f0f9b2bc74d8 . I do not know how do you want to proceed.

cehbrecht commented 2 years ago

@gschwind I would prefer to merge it to the main branch ... so we don't need to make a 4.4.x release anymore. If this is ok for you and we cannot change the base branch in this PR anymore, then you could open a new PR with a reference to this one.

gschwind commented 2 years ago

I did the following PR #651 with main as base