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 py-mod_wsgi: updated to 4.6.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e560a2a5aae
branches:  trunk
changeset: 397791:4e560a2a5aae
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 03 19:50:33 2019 +0000

description:
py-mod_wsgi: updated to 4.6.7

Version 4.6.7:

Bugs Fixed
Fix Windows build errors due to Python 3.7+ not providing empty function stubs for PyOS_AfterFork_Child() and PyOS_AfterFork_Parent().


Version 4.6.6:

Bugs Fixed
Fix compilation failures when using Python 3.8.

Features Changed
When running mod_wsgi-express it will do a search for the location of bash and sh when defining the shell to use for the generated apachectl. The shell used can be overridden using --shell-executable 
option. This is to get around issue with FreeBSD not having /bin/bash.

New Features
The Apache request ID is accessible in request events as request_id.
The per request data dictionary accessible using mod_wsgi.request_data() is now also accessible in events as request_data.

diffstat:

 www/py-mod_wsgi/Makefile |   6 +++---
 www/py-mod_wsgi/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 64f96c41bc4f -r 4e560a2a5aae www/py-mod_wsgi/Makefile
--- a/www/py-mod_wsgi/Makefile  Wed Jul 03 19:41:03 2019 +0000
+++ b/www/py-mod_wsgi/Makefile  Wed Jul 03 19:50:33 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2018/12/11 09:46:23 adam Exp $
+# $NetBSD: Makefile,v 1.19 2019/07/03 19:50:33 adam Exp $
 
-DISTNAME=      mod_wsgi-4.6.5
+DISTNAME=      mod_wsgi-4.6.7
 PKGNAME=       ${PYPKGPREFIX}-${APACHE_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mod_wsgi/}
@@ -17,7 +17,7 @@
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
-               ${MV} mod_wsgi-express mod_wsgi-express-${PYVERSSUFFIX} || ${TRUE}
+       ${MV} mod_wsgi-express mod_wsgi-express-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/apache.mk"
diff -r 64f96c41bc4f -r 4e560a2a5aae www/py-mod_wsgi/distinfo
--- a/www/py-mod_wsgi/distinfo  Wed Jul 03 19:41:03 2019 +0000
+++ b/www/py-mod_wsgi/distinfo  Wed Jul 03 19:50:33 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2018/12/11 09:46:23 adam Exp $
+$NetBSD: distinfo,v 1.14 2019/07/03 19:50:33 adam Exp $
 
-SHA1 (mod_wsgi-4.6.5.tar.gz) = 90528c8986c65360ac31a28cc8a6047aca4bd2f3
-RMD160 (mod_wsgi-4.6.5.tar.gz) = 7d9b99dd26c8370b88ddf0fff921926ca331e4bc
-SHA512 (mod_wsgi-4.6.5.tar.gz) = f09e342cec1e0ba531bf504feaf9544465dab8095aad796d7397e74cbdc1e43c2026d45bdeffc9d7f4f40986e2a5a11abdcc3476ad05edcb61b76f83445784f6
-Size (mod_wsgi-4.6.5.tar.gz) = 490018 bytes
+SHA1 (mod_wsgi-4.6.7.tar.gz) = 22583af805328832f14f49410d59a0ed9ff6227c
+RMD160 (mod_wsgi-4.6.7.tar.gz) = de54aa46c51d0dbc6a190d302a884b7fb4b5069c
+SHA512 (mod_wsgi-4.6.7.tar.gz) = 0a0953471e5f117f650917da8f0c74e448c911820d12e2ecc9d0437d0464dc10f28924708b7f3826ffc2d6df372b5cebda4178bd57bd83e051bce70c92d62dae
+Size (mod_wsgi-4.6.7.tar.gz) = 497481 bytes



Home | Main Index | Thread Index | Old Index