Received: by mail.netbsd.org (Postfix, from userid 605) id 8356484F85; Thu, 13 Sep 2018 10:57:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9689684D84 for ; Thu, 13 Sep 2018 10:57:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 8ZICpCsWgg1F for ; Thu, 13 Sep 2018 10:57:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id ACF9684D6C for ; Thu, 13 Sep 2018 10:57:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9ECABFBF8; Thu, 13 Sep 2018 10:57:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1536836267156720" MIME-Version: 1.0 Date: Thu, 13 Sep 2018 10:57:47 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-cherrypy To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180913105747.9ECABFBF8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1536836267156720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" 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. --_----------=_1536836267156720 Content-Disposition: inline Content-Length: 2971 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1536836267156720--