pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-cherrypy



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Apr 25 12:24:40 UTC 2018

Modified Files:
        pkgsrc/www/py-cherrypy: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-cherrypy/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-cherrypy/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-cherrypy/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-cherrypy/Makefile
diff -u pkgsrc/www/py-cherrypy/Makefile:1.25 pkgsrc/www/py-cherrypy/Makefile:1.26
--- pkgsrc/www/py-cherrypy/Makefile:1.25        Fri Mar 23 10:22:28 2018
+++ pkgsrc/www/py-cherrypy/Makefile     Wed Apr 25 12:24:39 2018
@@ -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/}

Index: pkgsrc/www/py-cherrypy/PLIST
diff -u pkgsrc/www/py-cherrypy/PLIST:1.13 pkgsrc/www/py-cherrypy/PLIST:1.14
--- pkgsrc/www/py-cherrypy/PLIST:1.13   Wed Nov 29 14:09:55 2017
+++ pkgsrc/www/py-cherrypy/PLIST        Wed Apr 25 12:24:39 2018
@@ -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_etags.py
 ${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

Index: pkgsrc/www/py-cherrypy/distinfo
diff -u pkgsrc/www/py-cherrypy/distinfo:1.19 pkgsrc/www/py-cherrypy/distinfo:1.20
--- pkgsrc/www/py-cherrypy/distinfo:1.19        Fri Mar 23 10:22:28 2018
+++ pkgsrc/www/py-cherrypy/distinfo     Wed Apr 25 12:24:39 2018
@@ -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