-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #607 from cehbrecht/release-4.4.3
update changes for 4.4.3
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
pywps (4.4.3) trusty; urgency=medium | ||
|
||
* Using pytest ... xfail online opendap tests (#605). | ||
* Update geojson mimetype in validators to match that of FORMATS (#604). | ||
* Simplify the implementation of IOHandler (#602). | ||
* Give a nicer name of the output file in raw data mode using Content-Disposition (#601). | ||
* Fix the mimetype of the raw data output (#599). | ||
* Fix erroneous encode of bytes array (#598). | ||
* Fix kvp decoding to follow specification (#597). | ||
|
||
-- Carsten Ehbrecht <[email protected]> Mon, 10 May 2021 18:00:00 +0000 | ||
|
||
pywps (4.4.2) trusty; urgency=medium | ||
|
||
* Added csv format (#593). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ coveralls | |
pytest | ||
flake8 | ||
pylint | ||
Sphinx | ||
Sphinx<4.0 | ||
twine | ||
wheel | ||
bump2version |