Subject: CVS commit: pkgsrc/www/py-gunicorn
From: Adam Ciarcinski
Date: 2018-04-30 10:48:07
Message id: 20180430084807.E1FEBFBEC@cvs.NetBSD.org

Log Message:
py-gunicorn: updated to 19.8.0

19.8.0:
Eventlet 0.21.0 support
Tornado 5 support
support watching additional files with --reload-extra-file
support configuring logging with a dictionary with --logging-config-dict
add support for the --config flag in the GUNICORN_CMD_ARGS environment variable
disable SO_REUSEPORT by default and add the --reuse-port setting
fix: installing inotify on MacOS no longer breaks the reloader
fix: do not throw TypeError when SO_REUSEPORT is not available
fix: properly decode HTTP paths containing certain non-ASCII characters
fix: remove whitespace when logging header values under gevent
fix: close unlinked temporary files
fix: parse --umask=0 correctly
fix: allow loading applications using relative file paths
fix: force blocking mode on the gevent sockets
fix: preserve leading / in request path
fix: forbid contradictory secure scheme headers
fix: handle malformed basic authentication headers in access log
fix: defer handling of USR1 signal to a new greenlet under gevent
fix: the threaded worker would sometimes close the wrong keep-alive connection \ 
under Python 2
fix: re-open log files on USR1 signal using handler._open to support subclasses \ 
of FileHandler
deprecation: the gaiohttp worker is deprecated, see the worker_class \ 
documentation for more information

Files:
RevisionActionfile
1.12modifypkgsrc/www/py-gunicorn/Makefile
1.9modifypkgsrc/www/py-gunicorn/PLIST
1.7modifypkgsrc/www/py-gunicorn/distinfo
1.3modifypkgsrc/www/py-gunicorn/patches/patch-requirements__test.txt