Received: by mail.netbsd.org (Postfix, from userid 605) id 9F4C284D91; Wed, 18 Sep 2019 20:24:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2753484D5F for ; Wed, 18 Sep 2019 20:24:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id bcUcBEMd2nEh for ; Wed, 18 Sep 2019 20:24:13 +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 9EFCC84D35 for ; Wed, 18 Sep 2019 20:24:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B631FBF4; Wed, 18 Sep 2019 20:24:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1568838253205560" MIME-Version: 1.0 Date: Wed, 18 Sep 2019 20:24:13 +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: <20190918202413.9B631FBF4@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. --_----------=_1568838253205560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 18 20:24:13 UTC 2019 Modified Files: pkgsrc/www/py-cherrypy: Makefile distinfo Log Message: py-cherrypy: updated to 18.2.0 v18.2.0 * File-based sessions no longer attempt to remove the lock files when releasing locks, instead deferring to the default behavior of zc.lockfile. Fixes :issue:`1391` and :issue:`1779`. * :pr:`1794`: Add native support for ``308 Permanent Redirect`` usable via ``raise cherrypy.HTTPRedirect('/new_uri', 308)``. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/py-cherrypy/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/py-cherrypy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1568838253205560 Content-Disposition: inline Content-Length: 1669 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.39 pkgsrc/www/py-cherrypy/Makefile:1.40 --- pkgsrc/www/py-cherrypy/Makefile:1.39 Wed Jul 3 19:59:47 2019 +++ pkgsrc/www/py-cherrypy/Makefile Wed Sep 18 20:24:13 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2019/07/03 19:59:47 adam Exp $ +# $NetBSD: Makefile,v 1.40 2019/09/18 20:24:13 adam Exp $ -DISTNAME= CherryPy-18.1.2 +DISTNAME= CherryPy-18.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=C/CherryPy/} Index: pkgsrc/www/py-cherrypy/distinfo diff -u pkgsrc/www/py-cherrypy/distinfo:1.31 pkgsrc/www/py-cherrypy/distinfo:1.32 --- pkgsrc/www/py-cherrypy/distinfo:1.31 Wed Jul 3 19:59:47 2019 +++ pkgsrc/www/py-cherrypy/distinfo Wed Sep 18 20:24:13 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2019/07/03 19:59:47 adam Exp $ +$NetBSD: distinfo,v 1.32 2019/09/18 20:24:13 adam Exp $ -SHA1 (CherryPy-18.1.2.tar.gz) = b88f979ee5d966f503f8083ec074e6d9061d53e1 -RMD160 (CherryPy-18.1.2.tar.gz) = 81b7638d04d386fc9b57e7262d03634eca102720 -SHA512 (CherryPy-18.1.2.tar.gz) = 5ecfcb7008769dc9122cbfdff1a75d21ee3b572f6bc538a6be4ace7d99a9cef6e823a2c7c75795ad615c46ac01ea72d11f0edebc6f502080b4cb2874938e387f -Size (CherryPy-18.1.2.tar.gz) = 683411 bytes +SHA1 (CherryPy-18.2.0.tar.gz) = b9c4eb2e50b4915984b3b90dc7b880a4fcf40492 +RMD160 (CherryPy-18.2.0.tar.gz) = 88057127aee9c4573eb5c231622819eaedff4355 +SHA512 (CherryPy-18.2.0.tar.gz) = b061a464b481abbca9db3116335eb868119837de658f2b8ebc61cce017d39f1764d1812a7cd34a23addadaaf62045a27be76991c7925db9b8934e92f49e77e89 +Size (CherryPy-18.2.0.tar.gz) = 684947 bytes --_----------=_1568838253205560--