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:           Thu Sep 13 10:57:47 UTC 2018

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

Log Message:
py-cherrypy: updated to 18.0.1

v18.0.1
Restore support for ‘bytes’ in response headers.
Substantial removal of Python 2 compatibility code.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/py-cherrypy/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-cherrypy/PLIST
cvs rdiff -u -r1.27 -r1.28 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.34 pkgsrc/www/py-cherrypy/Makefile:1.35
--- pkgsrc/www/py-cherrypy/Makefile:1.34        Mon Sep  3 12:22:30 2018
+++ pkgsrc/www/py-cherrypy/Makefile     Thu Sep 13 10:57:47 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2018/09/03 12:22:30 adam Exp $
+# $NetBSD: Makefile,v 1.35 2018/09/13 10:57:47 adam Exp $
 
-DISTNAME=      CherryPy-18.0.0
+DISTNAME=      CherryPy-18.0.1
 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.17 pkgsrc/www/py-cherrypy/PLIST:1.18
--- pkgsrc/www/py-cherrypy/PLIST:1.17   Sun Aug 19 08:51:45 2018
+++ pkgsrc/www/py-cherrypy/PLIST        Thu Sep 13 10:57:47 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2018/08/19 08:51:45 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2018/09/13 10:57:47 adam Exp $
 bin/cherryd-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -60,6 +60,9 @@ ${PYSITELIB}/cherrypy/_cpwsgi_server.pyo
 ${PYSITELIB}/cherrypy/_helper.py
 ${PYSITELIB}/cherrypy/_helper.pyc
 ${PYSITELIB}/cherrypy/_helper.pyo
+${PYSITELIB}/cherrypy/_json.py
+${PYSITELIB}/cherrypy/_json.pyc
+${PYSITELIB}/cherrypy/_json.pyo
 ${PYSITELIB}/cherrypy/daemon.py
 ${PYSITELIB}/cherrypy/daemon.pyc
 ${PYSITELIB}/cherrypy/daemon.pyo
@@ -192,9 +195,6 @@ ${PYSITELIB}/cherrypy/test/test_bus.pyo
 ${PYSITELIB}/cherrypy/test/test_caching.py
 ${PYSITELIB}/cherrypy/test/test_caching.pyc
 ${PYSITELIB}/cherrypy/test/test_caching.pyo
-${PYSITELIB}/cherrypy/test/test_compat.py
-${PYSITELIB}/cherrypy/test/test_compat.pyc
-${PYSITELIB}/cherrypy/test/test_compat.pyo
 ${PYSITELIB}/cherrypy/test/test_config.py
 ${PYSITELIB}/cherrypy/test/test_config.pyc
 ${PYSITELIB}/cherrypy/test/test_config.pyo

Index: pkgsrc/www/py-cherrypy/distinfo
diff -u pkgsrc/www/py-cherrypy/distinfo:1.27 pkgsrc/www/py-cherrypy/distinfo:1.28
--- pkgsrc/www/py-cherrypy/distinfo:1.27        Mon Sep  3 12:22:30 2018
+++ pkgsrc/www/py-cherrypy/distinfo     Thu Sep 13 10:57:47 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2018/09/03 12:22:30 adam Exp $
+$NetBSD: distinfo,v 1.28 2018/09/13 10:57:47 adam Exp $
 
-SHA1 (CherryPy-18.0.0.tar.gz) = 98ad004bd3dfa1d14f4cc6c246b04454683f4fc4
-RMD160 (CherryPy-18.0.0.tar.gz) = 70adfa2779fce3c23fcadde23c35c148d1b2df65
-SHA512 (CherryPy-18.0.0.tar.gz) = 5daa46d57e31f3e0750a4ae0ba0f51203b15135bc921032a3fb31d1f99f01525c329a741b33e4cfd813b3bf939fc7af2690086d6cca4dcadf1eaea0c0725550f
-Size (CherryPy-18.0.0.tar.gz) = 683925 bytes
+SHA1 (CherryPy-18.0.1.tar.gz) = 33c0453110da65f2eec103a8c9854cf9974bb559
+RMD160 (CherryPy-18.0.1.tar.gz) = 5f73153fadc64272b5acb110d3294d1efa669aa5
+SHA512 (CherryPy-18.0.1.tar.gz) = f815f2f89298781662976f1717a13d3e885a93236c39ee3be93f1fc94d30d4cbe54fe8cc20ba63be09e8d1025521d7eb138de542dc084a215abeb160493e915f
+Size (CherryPy-18.0.1.tar.gz) = 682007 bytes



Home | Main Index | Thread Index | Old Index