Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 722427A26F for ; Mon, 13 Feb 2017 17:24:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2033F85584; Mon, 13 Feb 2017 17:24:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A4D1A85576 for ; Mon, 13 Feb 2017 17:24:31 +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 Fu6MeRnmvw8C for ; Mon, 13 Feb 2017 17:24:31 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 04D6484CE2 for ; Mon, 13 Feb 2017 17:24:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EF620FBE3; Mon, 13 Feb 2017 17:24:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148700667037220" MIME-Version: 1.0 Date: Mon, 13 Feb 2017 17:24:30 +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: <20170213172430.EF620FBE3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148700667037220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Feb 13 17:24:30 UTC 2017 Modified Files: pkgsrc/www/py-cherrypy: Makefile PLIST distinfo Log Message: Changes 10.1.0: * Bump to cheroot 5.1.0. * 794: Prefer setting max-age for session cookie expiration, moving MSIE hack into a function documenting its purpose. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-cherrypy/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-cherrypy/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-cherrypy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148700667037220 Content-Disposition: inline Content-Length: 6024 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.16 pkgsrc/www/py-cherrypy/Makefile:1.17 --- pkgsrc/www/py-cherrypy/Makefile:1.16 Mon Sep 12 17:44:14 2016 +++ pkgsrc/www/py-cherrypy/Makefile Mon Feb 13 17:24:30 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2016/09/12 17:44:14 adam Exp $ +# $NetBSD: Makefile,v 1.17 2017/02/13 17:24:30 adam Exp $ -DISTNAME= CherryPy-8.1.0 +DISTNAME= CherryPy-10.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=C/CherryPy/} @@ -12,11 +12,10 @@ LICENSE= modified-bsd USE_LANGUAGES= # none -REPLACE_PYTHON= cherrypy/cherryd REPLACE_PYTHON+= cherrypy/test/sessiondemo.py -DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm +DEPENDS+= ${PYPKGPREFIX}-cheroot-[0-9]*:../../www/py-cheroot +DEPENDS+= ${PYPKGPREFIX}-portend-[0-9]*:../../net/py-portend -.include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-cherrypy/PLIST diff -u pkgsrc/www/py-cherrypy/PLIST:1.8 pkgsrc/www/py-cherrypy/PLIST:1.9 --- pkgsrc/www/py-cherrypy/PLIST:1.8 Mon Sep 12 17:44:14 2016 +++ pkgsrc/www/py-cherrypy/PLIST Mon Feb 13 17:24:30 2017 @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.8 2016/09/12 17:44:14 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2017/02/13 17:24:30 adam Exp $ bin/cherryd ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt -${PYSITELIB}/cherrypy/LICENSE.txt ${PYSITELIB}/cherrypy/__init__.py ${PYSITELIB}/cherrypy/__init__.pyc ${PYSITELIB}/cherrypy/__init__.pyo @@ -48,9 +48,6 @@ ${PYSITELIB}/cherrypy/_cprequest.pyo ${PYSITELIB}/cherrypy/_cpserver.py ${PYSITELIB}/cherrypy/_cpserver.pyc ${PYSITELIB}/cherrypy/_cpserver.pyo -${PYSITELIB}/cherrypy/_cpthreadinglocal.py -${PYSITELIB}/cherrypy/_cpthreadinglocal.pyc -${PYSITELIB}/cherrypy/_cpthreadinglocal.pyo ${PYSITELIB}/cherrypy/_cptools.py ${PYSITELIB}/cherrypy/_cptools.pyc ${PYSITELIB}/cherrypy/_cptools.pyo @@ -66,7 +63,6 @@ ${PYSITELIB}/cherrypy/_cpwsgi_server.pyo ${PYSITELIB}/cherrypy/_helper.py ${PYSITELIB}/cherrypy/_helper.pyc ${PYSITELIB}/cherrypy/_helper.pyo -${PYSITELIB}/cherrypy/cherryd ${PYSITELIB}/cherrypy/daemon.pyc ${PYSITELIB}/cherrypy/daemon.pyo ${PYSITELIB}/cherrypy/daemon.py @@ -149,6 +145,7 @@ ${PYSITELIB}/cherrypy/process/wspbus.pyo ${PYSITELIB}/cherrypy/scaffold/__init__.py ${PYSITELIB}/cherrypy/scaffold/__init__.pyc ${PYSITELIB}/cherrypy/scaffold/__init__.pyo +${PYSITELIB}/cherrypy/scaffold/apache-fcgi.conf ${PYSITELIB}/cherrypy/scaffold/example.conf ${PYSITELIB}/cherrypy/scaffold/site.conf ${PYSITELIB}/cherrypy/scaffold/static/made_with_cherrypy_small.png @@ -167,6 +164,8 @@ ${PYSITELIB}/cherrypy/test/benchmark.pyo ${PYSITELIB}/cherrypy/test/checkerdemo.py ${PYSITELIB}/cherrypy/test/checkerdemo.pyc ${PYSITELIB}/cherrypy/test/checkerdemo.pyo +${PYSITELIB}/cherrypy/test/fastcgi.conf +${PYSITELIB}/cherrypy/test/fcgi.conf ${PYSITELIB}/cherrypy/test/helper.py ${PYSITELIB}/cherrypy/test/helper.pyc ${PYSITELIB}/cherrypy/test/helper.pyo @@ -188,6 +187,7 @@ ${PYSITELIB}/cherrypy/test/modwsgi.pyo ${PYSITELIB}/cherrypy/test/sessiondemo.py ${PYSITELIB}/cherrypy/test/sessiondemo.pyc ${PYSITELIB}/cherrypy/test/sessiondemo.pyo +${PYSITELIB}/cherrypy/test/static/404.html ${PYSITELIB}/cherrypy/test/static/dirback.jpg ${PYSITELIB}/cherrypy/test/static/index.html ${PYSITELIB}/cherrypy/test/style.css @@ -309,10 +309,10 @@ ${PYSITELIB}/cherrypy/test/test_xmlrpc.p ${PYSITELIB}/cherrypy/test/webtest.py ${PYSITELIB}/cherrypy/test/webtest.pyc ${PYSITELIB}/cherrypy/test/webtest.pyo -${PYSITELIB}/cherrypy/tutorial/README.txt ${PYSITELIB}/cherrypy/tutorial/__init__.py ${PYSITELIB}/cherrypy/tutorial/__init__.pyc ${PYSITELIB}/cherrypy/tutorial/__init__.pyo +${PYSITELIB}/cherrypy/tutorial/README.rst ${PYSITELIB}/cherrypy/tutorial/custom_error.html ${PYSITELIB}/cherrypy/tutorial/pdf_file.pdf ${PYSITELIB}/cherrypy/tutorial/tut01_helloworld.py @@ -346,12 +346,6 @@ ${PYSITELIB}/cherrypy/tutorial/tut10_htt ${PYSITELIB}/cherrypy/tutorial/tut10_http_errors.pyc ${PYSITELIB}/cherrypy/tutorial/tut10_http_errors.pyo ${PYSITELIB}/cherrypy/tutorial/tutorial.conf -${PYSITELIB}/cherrypy/wsgiserver/__init__.py -${PYSITELIB}/cherrypy/wsgiserver/__init__.pyc -${PYSITELIB}/cherrypy/wsgiserver/__init__.pyo -${PYSITELIB}/cherrypy/wsgiserver/ssl_builtin.py -${PYSITELIB}/cherrypy/wsgiserver/ssl_builtin.pyc -${PYSITELIB}/cherrypy/wsgiserver/ssl_builtin.pyo ${PLIST.py2x}${PYSITELIB}/cherrypy/wsgiserver/ssl_pyopenssl.py ${PLIST.py2x}${PYSITELIB}/cherrypy/wsgiserver/ssl_pyopenssl.pyc ${PLIST.py2x}${PYSITELIB}/cherrypy/wsgiserver/ssl_pyopenssl.pyo Index: pkgsrc/www/py-cherrypy/distinfo diff -u pkgsrc/www/py-cherrypy/distinfo:1.11 pkgsrc/www/py-cherrypy/distinfo:1.12 --- pkgsrc/www/py-cherrypy/distinfo:1.11 Mon Sep 12 17:44:14 2016 +++ pkgsrc/www/py-cherrypy/distinfo Mon Feb 13 17:24:30 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2016/09/12 17:44:14 adam Exp $ +$NetBSD: distinfo,v 1.12 2017/02/13 17:24:30 adam Exp $ -SHA1 (CherryPy-8.1.0.tar.gz) = f144c8508783d2c67a61f67cb5f5b6d5c657c38a -RMD160 (CherryPy-8.1.0.tar.gz) = ab28a912e3f30456824b0d48aa67cc263b5aab98 -SHA512 (CherryPy-8.1.0.tar.gz) = 967374231337089bfa3f45ec1be9cf5b3f8b7040d78887a15aac298995218369ea6cb0127cac85af290aa45fe709e0e3c4e1a228b9559ba14054ac778ccca0fb -Size (CherryPy-8.1.0.tar.gz) = 724428 bytes +SHA1 (CherryPy-10.1.0.tar.gz) = a74bbc4d99b6bf01eef41899db56ad464bbc6890 +RMD160 (CherryPy-10.1.0.tar.gz) = 1f5458b77524749cb50a3c8fbfceff36a4986595 +SHA512 (CherryPy-10.1.0.tar.gz) = 2743b41e198fb52ebf9fb429f8c98529e2bbce57859bf1f751b31425747bd2429fcba0692ce8add6a235124908650f208ba1aedde32d7a175aec8c1fe8326096 +Size (CherryPy-10.1.0.tar.gz) = 687566 bytes --_----------=_148700667037220--