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:           Sun Aug 19 08:51:45 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/py-cherrypy/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-cherrypy/PLIST
cvs rdiff -u -r1.25 -r1.26 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.31 pkgsrc/www/py-cherrypy/Makefile:1.32
--- pkgsrc/www/py-cherrypy/Makefile:1.31        Tue Aug  7 10:14:45 2018
+++ pkgsrc/www/py-cherrypy/Makefile     Sun Aug 19 08:51:45 2018
@@ -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/}

Index: pkgsrc/www/py-cherrypy/PLIST
diff -u pkgsrc/www/py-cherrypy/PLIST:1.16 pkgsrc/www/py-cherrypy/PLIST:1.17
--- pkgsrc/www/py-cherrypy/PLIST:1.16   Mon Jun 18 10:54:17 2018
+++ pkgsrc/www/py-cherrypy/PLIST        Sun Aug 19 08:51:45 2018
@@ -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/httputil.pyo
 ${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

Index: pkgsrc/www/py-cherrypy/distinfo
diff -u pkgsrc/www/py-cherrypy/distinfo:1.25 pkgsrc/www/py-cherrypy/distinfo:1.26
--- pkgsrc/www/py-cherrypy/distinfo:1.25        Tue Aug  7 10:14:45 2018
+++ pkgsrc/www/py-cherrypy/distinfo     Sun Aug 19 08:51:45 2018
@@ -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