CVSROOT: /cvs Module name: ports Changes by: dan...@cvs.openbsd.org 2023/02/24 14:05:32
Modified files: www/py-httpbin : Makefile www/py-httpbin/patches: patch-httpbin_core_py Log message: patch py-httpbin so it can work with newer werkzeug werkzeug deprecated BaseResponse which is used by py-httpbin. Upstream py-httpbin hasn't made any commits since 2018, so patch around this issue locally using a diff proposed in pull request 674. This will allow us to make progress towards an update of werkzeug. ok sthen@, lraab@