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: updated to 17.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5201932b4bdd
branches:  trunk
changeset: 384197:5201932b4bdd
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Aug 19 08:51:45 2018 +0000

description:
py-cherrypy: updated to 17.3.0

v17.3.0
* Rely on zc.lockfile for session concurrency support.

v17.2.0
* Prevent orphaned Event object in cached 304 response.

v17.1.0
* Add support for accepting uploaded files with non-ascii filenames per RFC 5987.

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 ddac11a3e46a -r 5201932b4bdd www/py-cherrypy/Makefile
--- a/www/py-cherrypy/Makefile  Sun Aug 19 08:47:08 2018 +0000
+++ b/www/py-cherrypy/Makefile  Sun Aug 19 08:51:45 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2018/08/07 10:14:45 adam Exp $
+# $NetBSD: Makefile,v 1.32 2018/08/19 08:51:45 adam Exp $
 
-DISTNAME=      CherryPy-17.0.0
+DISTNAME=      CherryPy-17.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=C/CherryPy/}
diff -r ddac11a3e46a -r 5201932b4bdd www/py-cherrypy/PLIST
--- a/www/py-cherrypy/PLIST     Sun Aug 19 08:47:08 2018 +0000
+++ b/www/py-cherrypy/PLIST     Sun Aug 19 08:51:45 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2018/06/18 10:54:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2018/08/19 08:51:45 adam Exp $
 bin/cherryd-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -97,9 +97,6 @@
 ${PYSITELIB}/cherrypy/lib/jsontools.py
 ${PYSITELIB}/cherrypy/lib/jsontools.pyc
 ${PYSITELIB}/cherrypy/lib/jsontools.pyo
-${PYSITELIB}/cherrypy/lib/lockfile.py
-${PYSITELIB}/cherrypy/lib/lockfile.pyc
-${PYSITELIB}/cherrypy/lib/lockfile.pyo
 ${PYSITELIB}/cherrypy/lib/locking.py
 ${PYSITELIB}/cherrypy/lib/locking.pyc
 ${PYSITELIB}/cherrypy/lib/locking.pyo
diff -r ddac11a3e46a -r 5201932b4bdd www/py-cherrypy/distinfo
--- a/www/py-cherrypy/distinfo  Sun Aug 19 08:47:08 2018 +0000
+++ b/www/py-cherrypy/distinfo  Sun Aug 19 08:51:45 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2018/08/07 10:14:45 adam Exp $
+$NetBSD: distinfo,v 1.26 2018/08/19 08:51:45 adam Exp $
 
-SHA1 (CherryPy-17.0.0.tar.gz) = d6042a167b9623f51b40adcf23695c1fa0747ddf
-RMD160 (CherryPy-17.0.0.tar.gz) = ff3c72082733a53616e6c71e21a598600de49e10
-SHA512 (CherryPy-17.0.0.tar.gz) = 55781b464f45503097265ac5cffc6b3ae1bd28eb1517bfda6f59d802d59aa8138b9b2cef527afc75d8bcd075272b449ab32badcd59778bd5207b8ca54254e9cc
-Size (CherryPy-17.0.0.tar.gz) = 685161 bytes
+SHA1 (CherryPy-17.3.0.tar.gz) = 81de24c8dc42f481f890e653a8a4fee85e8895a9
+RMD160 (CherryPy-17.3.0.tar.gz) = 9a806eb67a5ec779f2a1e9d240dbc801c7347f46
+SHA512 (CherryPy-17.3.0.tar.gz) = ac859928d7188ae06b2928ed3d9c71939e61a9fd633dd5d876e5adab18c5e239e1c106c0c7d991ce076aa16d566923caef69e2da8e69b4accc0398addf734d96
+Size (CherryPy-17.3.0.tar.gz) = 684214 bytes



Home | Main Index | Thread Index | Old Index