Created attachment 177901 [details] py-wsgidav.diff This is a minor version update to wsgidav to the most current version, 2.1.0. * Updated to 2.1.0 * New runtime depends - #42: Remove print usage in favor of logging (Sergi Almacellas Abellana) - #43: PEP8 fixes (Sergi Almacellas Abellana, Tom Viner) - #45 New method _DAVResource.finalizeHeaders(environ, responseHeaders) (Samuel Fekete) - #55 Custom response handlers for PUT, GET etc. - New helpers addons.stream_tools.FileLikeQueue and StreamingFile allow to pipe / proxy PUT requests to external consumers. - #46 Wrap xml libraries with the equivalent defusedxml packages (Tom Viner) portlint -AC: WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. 0 fatal errors and 1 warning found. poudriere bulk -tC: 12amd64: success 12i386: success 110amd64: success 110i386: success 103amd64: success 103i386: success 93amd64: success 93i386: success
Committed, thanks!
A commit references this bug: Author: pi Date: Mon Dec 12 07:27:10 UTC 2016 New revision: 428397 URL: https://svnweb.freebsd.org/changeset/ports/428397 Log: www/py-wsgidav: update 2.0.0 -> 2.1.0 - New runtime depends - #42: Remove print usage in favor of logging (Sergi Almacellas Abellana) - #43: PEP8 fixes (Sergi Almacellas Abellana, Tom Viner) - #45 New method _DAVResource.finalizeHeaders(environ, responseHeaders) (Samuel Fekete) - #55 Custom response handlers for PUT, GET etc. - New helpers addons.stream_tools.FileLikeQueue and StreamingFile allow to pipe / proxy PUT requests to external consumers. - #46 Wrap xml libraries with the equivalent defusedxml packages (Tom Viner) PR: 215241 Changes: https://github.com/mar10/wsgidav/blob/master/CHANGELOG.md Submitted by: Ultima1252@gmail.com (maintainer) Changes: head/www/py-wsgidav/Makefile head/www/py-wsgidav/distinfo