pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-mod_wsgi Changes 4.4.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/549beb5faedb
branches:  trunk
changeset: 646679:549beb5faedb
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Feb 13 15:56:25 2015 +0000

description:
Changes 4.4.8:

Bugs Fixed

1. The eviction timeout was not being correctly applied when request timeout wasn’t being applied at the same time. It may have partly worked if any of inactivity or graceful timeout were also 
specified, but the application of the timeout may still have been delayed.

New Features

1. Added the --error-log-name option to mod_wsgi-express to allow the name of the file used for the error log, when being written to the log directory, to be overridden.

2. Added the --access-log-name option to mod_wsgi-express to allow the name of the file used for the access log, when being written to the log directory, to be overridden.

3. Added the --startup-log-name option to mod_wsgi-express to allow the name of the file used for the startup log, when being written to the log directory, to be overridden.

diffstat:

 www/py-mod_wsgi/Makefile |  4 ++--
 www/py-mod_wsgi/PLIST    |  7 +++++--
 www/py-mod_wsgi/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (58 lines):

diff -r 8b3ccefa315e -r 549beb5faedb www/py-mod_wsgi/Makefile
--- a/www/py-mod_wsgi/Makefile  Fri Feb 13 15:43:03 2015 +0000
+++ b/www/py-mod_wsgi/Makefile  Fri Feb 13 15:56:25 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2015/01/25 12:00:28 adam Exp $
+# $NetBSD: Makefile,v 1.2 2015/02/13 15:56:25 adam Exp $
 
-DISTNAME=      mod_wsgi-4.4.6
+DISTNAME=      mod_wsgi-4.4.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  http://pypi.python.org/packages/source/m/mod_wsgi/
diff -r 8b3ccefa315e -r 549beb5faedb www/py-mod_wsgi/PLIST
--- a/www/py-mod_wsgi/PLIST     Fri Feb 13 15:43:03 2015 +0000
+++ b/www/py-mod_wsgi/PLIST     Fri Feb 13 15:56:25 2015 +0000
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2015/01/25 12:00:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/02/13 15:56:25 adam Exp $
 bin/mod_wsgi-express${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/mod_wsgi/docs/.buildinfo
 ${PYSITELIB}/mod_wsgi/docs/__init__.py
@@ -59,6 +58,8 @@
 ${PYSITELIB}/mod_wsgi/docs/_sources/release-notes/version-4.4.4.txt
 ${PYSITELIB}/mod_wsgi/docs/_sources/release-notes/version-4.4.5.txt
 ${PYSITELIB}/mod_wsgi/docs/_sources/release-notes/version-4.4.6.txt
+${PYSITELIB}/mod_wsgi/docs/_sources/release-notes/version-4.4.7.txt
+${PYSITELIB}/mod_wsgi/docs/_sources/release-notes/version-4.4.8.txt
 ${PYSITELIB}/mod_wsgi/docs/_static/ajax-loader.gif
 ${PYSITELIB}/mod_wsgi/docs/_static/basic.css
 ${PYSITELIB}/mod_wsgi/docs/_static/comment-bright.png
@@ -134,6 +135,8 @@
 ${PYSITELIB}/mod_wsgi/docs/release-notes/version-4.4.4.html
 ${PYSITELIB}/mod_wsgi/docs/release-notes/version-4.4.5.html
 ${PYSITELIB}/mod_wsgi/docs/release-notes/version-4.4.6.html
+${PYSITELIB}/mod_wsgi/docs/release-notes/version-4.4.7.html
+${PYSITELIB}/mod_wsgi/docs/release-notes/version-4.4.8.html
 ${PYSITELIB}/mod_wsgi/docs/search.html
 ${PYSITELIB}/mod_wsgi/docs/searchindex.js
 ${PYSITELIB}/mod_wsgi/images/__init__.py
diff -r 8b3ccefa315e -r 549beb5faedb www/py-mod_wsgi/distinfo
--- a/www/py-mod_wsgi/distinfo  Fri Feb 13 15:43:03 2015 +0000
+++ b/www/py-mod_wsgi/distinfo  Fri Feb 13 15:56:25 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2015/01/25 12:00:28 adam Exp $
+$NetBSD: distinfo,v 1.2 2015/02/13 15:56:25 adam Exp $
 
-SHA1 (mod_wsgi-4.4.6.tar.gz) = 441834e243364dc0e89c52bdb16227c630c7dc1e
-RMD160 (mod_wsgi-4.4.6.tar.gz) = 566bf10f97eb0ee21d7978957c65f038eec8574c
-Size (mod_wsgi-4.4.6.tar.gz) = 966200 bytes
+SHA1 (mod_wsgi-4.4.8.tar.gz) = 7a38b22acba7438a5622df7210ea8e2694062b9e
+RMD160 (mod_wsgi-4.4.8.tar.gz) = 7bdebb7ca39f6d442ed1aa94d0adef93e57f0dc5
+Size (mod_wsgi-4.4.8.tar.gz) = 971734 bytes


Home | Main Index | Thread Index | Old Index