Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AEAE684CF8 for ; Thu, 22 Jun 2023 16:45:40 +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 BYV6w4eGzLIQ for ; Thu, 22 Jun 2023 16:45:39 +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 904B084CC9 for ; Thu, 22 Jun 2023 16:45:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8A456FA89; Thu, 22 Jun 2023 16:45:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687452339269100" MIME-Version: 1.0 Date: Thu, 22 Jun 2023 16:45:39 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-klein To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230622164539.8A456FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687452339269100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jun 22 16:45:39 UTC 2023 Modified Files: pkgsrc/www/py-klein: Makefile PLIST distinfo Log Message: py-klein: updated to 21.8.0 (finish parial update) 21.8.0 - 2021-08-08 Python 2 is no longer supported by Klein. Python 3.5 is no longer supported by Klein. Python 3.9 is now supported by Klein. Fixed a compatibility issue with Twisted versions greater than 20.3.0 in Klein's test suite. Fixed a compatibility issue with Werkzeug versions greater than 2.0 in Klein's test suite. Klein has incomplete, but growing type hints, but py.typed is not installed, as they might not work well for most clients yet. Plating now sets the Content-Type header to application/json instead of text/json; charset=utf8. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-klein/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-klein/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-klein/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687452339269100 Content-Disposition: inline Content-Length: 4256 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-klein/Makefile diff -u pkgsrc/www/py-klein/Makefile:1.9 pkgsrc/www/py-klein/Makefile:1.10 --- pkgsrc/www/py-klein/Makefile:1.9 Sun Jun 18 05:39:38 2023 +++ pkgsrc/www/py-klein/Makefile Thu Jun 22 16:45:39 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2023/06/18 05:39:38 adam Exp $ +# $NetBSD: Makefile,v 1.10 2023/06/22 16:45:39 adam Exp $ DISTNAME= klein-21.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,12 +10,11 @@ HOMEPAGE= https://klein.readthedocs.io/e COMMENT= Micro-framework for developing web services LICENSE= mit -TOOL_DEPENDS+= ${PYPKGPREFIX}-incremental-[0-9]*:../../devel/py-incremental DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs DEPENDS+= ${PYPKGPREFIX}-hyperlink-[0-9]*:../../www/py-hyperlink -DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six +DEPENDS+= ${PYPKGPREFIX}-incremental-[0-9]*:../../devel/py-incremental DEPENDS+= ${PYPKGPREFIX}-tubes-[0-9]*:../../devel/py-tubes -DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted +DEPENDS+= ${PYPKGPREFIX}-twisted>=16.6:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug DEPENDS+= ${PYPKGPREFIX}-zope.interface-[0-9]*:../../devel/py-zope.interface Index: pkgsrc/www/py-klein/PLIST diff -u pkgsrc/www/py-klein/PLIST:1.1 pkgsrc/www/py-klein/PLIST:1.2 --- pkgsrc/www/py-klein/PLIST:1.1 Thu Jan 28 21:22:04 2021 +++ pkgsrc/www/py-klein/PLIST Thu Jun 22 16:45:39 2023 @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1 2021/01/28 21:22:04 maya Exp $ +@comment $NetBSD: PLIST,v 1.2 2023/06/22 16:45:39 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/klein/__init__.py @@ -25,9 +26,6 @@ ${PYSITELIB}/klein/_headers.pyo ${PYSITELIB}/klein/_headers_compat.py ${PYSITELIB}/klein/_headers_compat.pyc ${PYSITELIB}/klein/_headers_compat.pyo -${PYSITELIB}/klein/_iapp.py -${PYSITELIB}/klein/_iapp.pyc -${PYSITELIB}/klein/_iapp.pyo ${PYSITELIB}/klein/_iform.py ${PYSITELIB}/klein/_iform.pyc ${PYSITELIB}/klein/_iform.pyo @@ -67,9 +65,6 @@ ${PYSITELIB}/klein/_session.pyo ${PYSITELIB}/klein/_tubes.py ${PYSITELIB}/klein/_tubes.pyc ${PYSITELIB}/klein/_tubes.pyo -${PYSITELIB}/klein/_typing.py -${PYSITELIB}/klein/_typing.pyc -${PYSITELIB}/klein/_typing.pyo ${PYSITELIB}/klein/_version.py ${PYSITELIB}/klein/_version.pyc ${PYSITELIB}/klein/_version.pyo @@ -94,16 +89,9 @@ ${PYSITELIB}/klein/storage/memory.pyo ${PYSITELIB}/klein/test/__init__.py ${PYSITELIB}/klein/test/__init__.pyc ${PYSITELIB}/klein/test/__init__.pyo -${PYSITELIB}/klein/test/_strategies.py -${PYSITELIB}/klein/test/_strategies.pyc -${PYSITELIB}/klein/test/_strategies.pyo ${PYSITELIB}/klein/test/_trial.py ${PYSITELIB}/klein/test/_trial.pyc ${PYSITELIB}/klein/test/_trial.pyo -${PYSITELIB}/klein/test/idna-tables-properties.csv -${PYSITELIB}/klein/test/py3_test_resource.py -${PLIST.py3x}${PYSITELIB}/klein/test/py3_test_resource.pyc -${PLIST.py3x}${PYSITELIB}/klein/test/py3_test_resource.pyo ${PYSITELIB}/klein/test/test_app.py ${PYSITELIB}/klein/test/test_app.pyc ${PYSITELIB}/klein/test/test_app.pyo Index: pkgsrc/www/py-klein/distinfo diff -u pkgsrc/www/py-klein/distinfo:1.3 pkgsrc/www/py-klein/distinfo:1.4 --- pkgsrc/www/py-klein/distinfo:1.3 Tue Oct 26 11:30:43 2021 +++ pkgsrc/www/py-klein/distinfo Thu Jun 22 16:45:39 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:30:43 nia Exp $ +$NetBSD: distinfo,v 1.4 2023/06/22 16:45:39 adam Exp $ -BLAKE2s (klein-20.6.0.tar.gz) = 761530982b2004b058a583a73dc1e0680f7a6e8ae34aea56636e0ae7820281cc -SHA512 (klein-20.6.0.tar.gz) = 128b180c51c4457d3ffcd088e127d671d8260c3d62a80129bafbf6e3a2e47945290cd5ec695a64a1795465199e14c8f367445f8d90649f6384fd8338a53bb48e -Size (klein-20.6.0.tar.gz) = 125676 bytes +BLAKE2s (klein-21.8.0.tar.gz) = 2e33a157e93a91ef0f6b19fa6a8902e7fd29e6d52885386b3c3a501fc195294b +SHA512 (klein-21.8.0.tar.gz) = cce28865e172effb6044f73c1841875fa5eb55daf20dcea482d0764604ab826ca5063a4679165bb253953d54428a42c2082022fd273e2a1083aefa595a563ccd +Size (klein-21.8.0.tar.gz) = 100578 bytes --_----------=_1687452339269100--