pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-mod_wsgi
Module Name: pkgsrc
Committed By: adam
Date: Sat Jun 20 16:36:49 UTC 2020
Modified Files:
pkgsrc/www/py-mod_wsgi: Makefile distinfo
Log Message:
py-mod_wsgi: updated to 4.7.1
Version 4.7.1
Bugs Fixed
Fix up installation on Windows into a virtual environment when using latest virtualenv version, or recent Python versions with the bundled venv module for creating virtual environments.
Version 4.7.0
New Features
Now releasing parallel mod_wsgi-standalone package to PyPi. This is the same as the mod_wsgi package, except that by installing the mod_wsgi-standalone package, it will automatically trigger the
mod_wsgi-httpd package to install the Apache HTTPD server as part of your Python installation. When you run mod_wsgi-express it will use that Apache HTTPD server installation.
The mod_wsgi-standalone package is required where you need to install mod_wsgi-express using its own Apache HTTPD installation due to no system Apache HTTPD server package being available, and the
installation needs to be done using a requirements.txt file for pip or other package install manager. Using mod_wsgi-standalone will ensure that the mod_wsgi-httpd package is installed first before
attempting to build and install mod_wsgi. This guarantee is not provided by pip if you list mod_wsgi-httpd and mod_wsgi packages as two entries.
The version numbering of the mod_wsgi-standalone package will follow the mod_wsgi versioning.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-mod_wsgi/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-mod_wsgi/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-mod_wsgi/Makefile
diff -u pkgsrc/www/py-mod_wsgi/Makefile:1.19 pkgsrc/www/py-mod_wsgi/Makefile:1.20
--- pkgsrc/www/py-mod_wsgi/Makefile:1.19 Wed Jul 3 19:50:33 2019
+++ pkgsrc/www/py-mod_wsgi/Makefile Sat Jun 20 16:36:49 2020
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.19 2019/07/03 19:50:33 adam Exp $
+# $NetBSD: Makefile,v 1.20 2020/06/20 16:36:49 adam Exp $
-DISTNAME= mod_wsgi-4.6.7
+DISTNAME= mod_wsgi-4.7.1
PKGNAME= ${PYPKGPREFIX}-${APACHE_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mod_wsgi/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.modwsgi.org/
+HOMEPAGE= https://modwsgi.readthedocs.io/
COMMENT= WSGI module for apache
LICENSE= apache-2.0
Index: pkgsrc/www/py-mod_wsgi/distinfo
diff -u pkgsrc/www/py-mod_wsgi/distinfo:1.15 pkgsrc/www/py-mod_wsgi/distinfo:1.16
--- pkgsrc/www/py-mod_wsgi/distinfo:1.15 Wed May 13 04:43:01 2020
+++ pkgsrc/www/py-mod_wsgi/distinfo Sat Jun 20 16:36:49 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2020/05/13 04:43:01 rillig Exp $
+$NetBSD: distinfo,v 1.16 2020/06/20 16:36:49 adam Exp $
-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
+SHA1 (mod_wsgi-4.7.1.tar.gz) = 155b0e2931f875c6294db4a6f7a82c7f34e0b2c9
+RMD160 (mod_wsgi-4.7.1.tar.gz) = 4c920f6723f73cb09d7ea239ede5d3a0e55e656c
+SHA512 (mod_wsgi-4.7.1.tar.gz) = 2c9d83737fe0ca5c599d3915e47047db2d06880ac3721c94350cd2d9ae930c20058e350f07c918dd301e50bf3433480e1bad479f4ffd382e6b2e42675352734e
+Size (mod_wsgi-4.7.1.tar.gz) = 498301 bytes
SHA1 (patch-configure) = 7ece56413dfcb8de755dab722ebac632f3d1166f
Home |
Main Index |
Thread Index |
Old Index