pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-cherrypy py-cherrypy: updatede to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f64f98cf97f4
branches: trunk
changeset: 306741:f64f98cf97f4
user: adam <adam%pkgsrc.org@localhost>
date: Wed Apr 25 12:24:39 2018 +0000
description:
py-cherrypy: updatede to 14.2.0
v14.2.0
* :issue:1680 via :pr:1683: HTTP Basic Auth supports :rfc:7617 UTF-8
charset decoding where possible. Uses latin1 as a fallback.
v14.1.0
* :cr-pr:37: Add support for peercreds lookup over UNIX domain socket.
This enables app to automatically identify "who's on the other
end of the wire".
This is how you enable it::
server.peercreds: True
server.peercreds_resolve: True
The first option will put remote numeric data to WSGI env vars:
app's PID, user's id and group.
Second option will resolve that into user and group names.
To prevent expensive syscalls, data is cached on per connection
basis.
diffstat:
www/py-cherrypy/Makefile | 4 ++--
www/py-cherrypy/PLIST | 5 +----
www/py-cherrypy/distinfo | 10 +++++-----
3 files changed, 8 insertions(+), 11 deletions(-)
diffs (46 lines):
diff -r 5c8c1fa52421 -r f64f98cf97f4 www/py-cherrypy/Makefile
--- a/www/py-cherrypy/Makefile Wed Apr 25 12:23:49 2018 +0000
+++ b/www/py-cherrypy/Makefile Wed Apr 25 12:24:39 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2018/03/23 10:22:28 adam Exp $
+# $NetBSD: Makefile,v 1.26 2018/04/25 12:24:39 adam Exp $
-DISTNAME= CherryPy-14.0.1
+DISTNAME= CherryPy-14.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=C/CherryPy/}
diff -r 5c8c1fa52421 -r f64f98cf97f4 www/py-cherrypy/PLIST
--- a/www/py-cherrypy/PLIST Wed Apr 25 12:23:49 2018 +0000
+++ b/www/py-cherrypy/PLIST Wed Apr 25 12:24:39 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2017/11/29 14:09:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2018/04/25 12:24:39 adam Exp $
bin/cherryd${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -228,9 +228,6 @@
${PYSITELIB}/cherrypy/test/test_http.py
${PYSITELIB}/cherrypy/test/test_http.pyc
${PYSITELIB}/cherrypy/test/test_http.pyo
-${PYSITELIB}/cherrypy/test/test_httpauth.py
-${PYSITELIB}/cherrypy/test/test_httpauth.pyc
-${PYSITELIB}/cherrypy/test/test_httpauth.pyo
${PYSITELIB}/cherrypy/test/test_httputil.py
${PYSITELIB}/cherrypy/test/test_httputil.pyc
${PYSITELIB}/cherrypy/test/test_httputil.pyo
diff -r 5c8c1fa52421 -r f64f98cf97f4 www/py-cherrypy/distinfo
--- a/www/py-cherrypy/distinfo Wed Apr 25 12:23:49 2018 +0000
+++ b/www/py-cherrypy/distinfo Wed Apr 25 12:24:39 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2018/03/23 10:22:28 adam Exp $
+$NetBSD: distinfo,v 1.20 2018/04/25 12:24:39 adam Exp $
-SHA1 (CherryPy-14.0.1.tar.gz) = 3ef80c1d22a400bdfc3ee0479a64955842024b31
-RMD160 (CherryPy-14.0.1.tar.gz) = cf28a9e66cf2effbaef31a393774e06da02a1f65
-SHA512 (CherryPy-14.0.1.tar.gz) = d85d0d203caf0f7448cc932a8fe8baf7bcf5408432e376c77ec9d6d52e208ac102b35c74c11910204936ef75e5f53e2a81f4a751c56b5c24059d1ec4727ffae6
-Size (CherryPy-14.0.1.tar.gz) = 689095 bytes
+SHA1 (CherryPy-14.2.0.tar.gz) = d0262ce17511afc863df50c411250613cd09e4a4
+RMD160 (CherryPy-14.2.0.tar.gz) = 6d0d33d140d3478fde0201207a5b9a7e63a8b3d6
+SHA512 (CherryPy-14.2.0.tar.gz) = 073ea5e02f7097a30e70872fdd94925dfe28a5a3bdc0103fe8dc1a1e42210684cd92861aa4860ef68480b99aa06b34fb46b0a3d2301db9ebdce3979382cf496a
+Size (CherryPy-14.2.0.tar.gz) = 689722 bytes
Home |
Main Index |
Thread Index |
Old Index