Received: by mail.netbsd.org (Postfix, from userid 605) id BE25D84D62; Wed, 29 Nov 2017 14:09:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4639184D5F for ; Wed, 29 Nov 2017 14:09:56 +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 WCmjB44WTcmO for ; Wed, 29 Nov 2017 14:09:55 +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 8A02984CE4 for ; Wed, 29 Nov 2017 14:09:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 87DBFFB40; Wed, 29 Nov 2017 14:09:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511964595135330" MIME-Version: 1.0 Date: Wed, 29 Nov 2017 14:09:55 +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: <20171129140955.87DBFFB40@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. --_----------=_1511964595135330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Nov 29 14:09:55 UTC 2017 Modified Files: pkgsrc/www/py-cherrypy: Makefile PLIST distinfo Log Message: py-cherrypy: updated to 12.0.1 v12.0.1 * Fixed issues importing cherrypy.test.webtest (by creating a module and importing classes from cheroot) and added a corresponding DeprecationWarning. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-cherrypy/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-cherrypy/PLIST cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-cherrypy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511964595135330 Content-Disposition: inline Content-Length: 4138 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.21 pkgsrc/www/py-cherrypy/Makefile:1.22 --- pkgsrc/www/py-cherrypy/Makefile:1.21 Wed Jul 19 17:32:38 2017 +++ pkgsrc/www/py-cherrypy/Makefile Wed Nov 29 14:09:55 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2017/07/19 17:32:38 adam Exp $ +# $NetBSD: Makefile,v 1.22 2017/11/29 14:09:55 adam Exp $ -DISTNAME= CherryPy-11.0.0 +DISTNAME= CherryPy-12.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=C/CherryPy/} @@ -10,16 +10,22 @@ HOMEPAGE= http://www.cherrypy.org/ COMMENT= CherryPy is a pythonic, object-oriented HTTP framework LICENSE= modified-bsd -USE_LANGUAGES= # none - -REPLACE_PYTHON+= cherrypy/test/sessiondemo.py - -DEPENDS+= ${PYPKGPREFIX}-cheroot>=5.2.0:../../www/py-cheroot +DEPENDS+= ${PYPKGPREFIX}-cheroot>=5.9.1:../../www/py-cheroot +DEPENDS+= ${PYPKGPREFIX}-jaraco.classes-[0-9]*:../../devel/py-jaraco.classes DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson +DEPENDS+= ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six DEPENDS+= ${PYPKGPREFIX}-portend>=2.1.1:../../net/py-portend -BUILD_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm -BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +# TEST +BUILD_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage +BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test +BUILD_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov +BUILD_DEPENDS+= ${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar + +USE_LANGUAGES= # none + +post-install: + cd ${DESTDIR}${PREFIX}/bin && ${MV} cherryd cherryd${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-cherrypy/PLIST diff -u pkgsrc/www/py-cherrypy/PLIST:1.12 pkgsrc/www/py-cherrypy/PLIST:1.13 --- pkgsrc/www/py-cherrypy/PLIST:1.12 Sun Apr 23 07:03:16 2017 +++ pkgsrc/www/py-cherrypy/PLIST Wed Nov 29 14:09:55 2017 @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.12 2017/04/23 07:03:16 wiz Exp $ -bin/cherryd +@comment $NetBSD: PLIST,v 1.13 2017/11/29 14:09:55 adam Exp $ +bin/cherryd${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -231,9 +231,9 @@ ${PYSITELIB}/cherrypy/test/test_http.pyo ${PYSITELIB}/cherrypy/test/test_httpauth.py ${PYSITELIB}/cherrypy/test/test_httpauth.pyc ${PYSITELIB}/cherrypy/test/test_httpauth.pyo -${PYSITELIB}/cherrypy/test/test_httplib.py -${PYSITELIB}/cherrypy/test/test_httplib.pyc -${PYSITELIB}/cherrypy/test/test_httplib.pyo +${PYSITELIB}/cherrypy/test/test_httputil.py +${PYSITELIB}/cherrypy/test/test_httputil.pyc +${PYSITELIB}/cherrypy/test/test_httputil.pyo ${PYSITELIB}/cherrypy/test/test_iterator.py ${PYSITELIB}/cherrypy/test/test_iterator.pyc ${PYSITELIB}/cherrypy/test/test_iterator.pyo Index: pkgsrc/www/py-cherrypy/distinfo diff -u pkgsrc/www/py-cherrypy/distinfo:1.15 pkgsrc/www/py-cherrypy/distinfo:1.16 --- pkgsrc/www/py-cherrypy/distinfo:1.15 Wed Jul 19 17:32:38 2017 +++ pkgsrc/www/py-cherrypy/distinfo Wed Nov 29 14:09:55 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2017/07/19 17:32:38 adam Exp $ +$NetBSD: distinfo,v 1.16 2017/11/29 14:09:55 adam Exp $ -SHA1 (CherryPy-11.0.0.tar.gz) = f1a97e0b8f94b5bfdb0d321603d4f095e2d1c66d -RMD160 (CherryPy-11.0.0.tar.gz) = 097cdb2f7be28792abcf1673314c68d1af9edb4b -SHA512 (CherryPy-11.0.0.tar.gz) = 0b32cc82584a76a369bd03f381610edfcebcd610f30014a7eb18d8ea2a28ec0bf78217b0d595a38241f76138087aaee1e19dff3f78872f4cd7605dcbd557d4fb -Size (CherryPy-11.0.0.tar.gz) = 688710 bytes +SHA1 (CherryPy-12.0.1.tar.gz) = 77e47df5dd990283f33cabf7cec93e054f48e1bd +RMD160 (CherryPy-12.0.1.tar.gz) = d846e47468445b994cb2f84772a7dc20321e58ea +SHA512 (CherryPy-12.0.1.tar.gz) = ab83fa86273126463a488621937aaea2691715073dea10fc56ffcd7a13574b718af5b441f4feda434791dc922187079ba76c1227c5dd6ff6410da99048cf1149 +Size (CherryPy-12.0.1.tar.gz) = 686320 bytes --_----------=_1511964595135330--