Received: by mail.netbsd.org (Postfix, from userid 605) id D52F684D62; Mon, 9 Apr 2018 12:10:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB04C84D51 for ; Mon, 9 Apr 2018 12:10:16 +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 Jr4SIyrRMdOw for ; Mon, 9 Apr 2018 12:10:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BE7FE84CD0 for ; Mon, 9 Apr 2018 12:10:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6DCBFBEC; Mon, 9 Apr 2018 12:10:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152327581539020" MIME-Version: 1.0 Date: Mon, 9 Apr 2018 12:10:15 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-cheroot To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180409121015.B6DCBFBEC@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. --_----------=_152327581539020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 9 12:10:15 UTC 2018 Modified Files: pkgsrc/www/py-cheroot: Makefile PLIST distinfo Log Message: py-cheroot: updated to 6.1.2 v6.1.2 - :issue:81: Fix regression introduced by :pr:80. * Restore :py:attr:storing bound socket in Windows broken by use of :py:obj:socket.AF_UNIX v6.1.1 - :pr:80: Fix regression introduced by :commit:68a5769. * Get back support for :py:obj:socket.AF_UNIX in stored bound address in :py:attr:cheroot.server.HTTPServer.bind_addr To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-cheroot/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-cheroot/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-cheroot/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152327581539020 Content-Disposition: inline Content-Length: 4557 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-cheroot/Makefile diff -u pkgsrc/www/py-cheroot/Makefile:1.10 pkgsrc/www/py-cheroot/Makefile:1.11 --- pkgsrc/www/py-cheroot/Makefile:1.10 Fri Jan 19 09:55:38 2018 +++ pkgsrc/www/py-cheroot/Makefile Mon Apr 9 12:10:15 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2018/01/19 09:55:38 adam Exp $ +# $NetBSD: Makefile,v 1.11 2018/04/09 12:10:15 adam Exp $ -DISTNAME= cheroot-6.0.0 +DISTNAME= cheroot-6.1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cheroot/} @@ -13,12 +13,11 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-more-itertools>=2.6:../../devel/py-more-itertools DEPENDS+= ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm -# TEST -BUILD_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage -BUILD_DEPENDS+= ${PYPKGPREFIX}-portend-[0-9]*:../../net/py-portend -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 +TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage +TEST_DEPENDS+= ${PYPKGPREFIX}-portend-[0-9]*:../../net/py-portend +TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov +TEST_DEPENDS+= ${PYPKGPREFIX}-test-sugar-[0-9]*:../../devel/py-test-sugar USE_LANGUAGES= # none Index: pkgsrc/www/py-cheroot/PLIST diff -u pkgsrc/www/py-cheroot/PLIST:1.5 pkgsrc/www/py-cheroot/PLIST:1.6 --- pkgsrc/www/py-cheroot/PLIST:1.5 Wed Nov 29 14:07:50 2017 +++ pkgsrc/www/py-cheroot/PLIST Mon Apr 9 12:10:15 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2017/11/29 14:07:50 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2018/04/09 12:10:15 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -32,25 +32,28 @@ ${PYSITELIB}/cheroot/ssl/pyopenssl.pyo ${PYSITELIB}/cheroot/test/__init__.py ${PYSITELIB}/cheroot/test/__init__.pyc ${PYSITELIB}/cheroot/test/__init__.pyo +${PYSITELIB}/cheroot/test/conftest.py +${PYSITELIB}/cheroot/test/conftest.pyc +${PYSITELIB}/cheroot/test/conftest.pyo ${PYSITELIB}/cheroot/test/helper.py ${PYSITELIB}/cheroot/test/helper.pyc ${PYSITELIB}/cheroot/test/helper.pyo ${PYSITELIB}/cheroot/test/test.pem -${PYSITELIB}/cheroot/test/test_config_server.py -${PYSITELIB}/cheroot/test/test_config_server.pyc -${PYSITELIB}/cheroot/test/test_config_server.pyo ${PYSITELIB}/cheroot/test/test_conn.py ${PYSITELIB}/cheroot/test/test_conn.pyc ${PYSITELIB}/cheroot/test/test_conn.pyo ${PYSITELIB}/cheroot/test/test_core.py ${PYSITELIB}/cheroot/test/test_core.pyc ${PYSITELIB}/cheroot/test/test_core.pyo -${PYSITELIB}/cheroot/test/test_wsgiapps.py -${PYSITELIB}/cheroot/test/test_wsgiapps.pyc -${PYSITELIB}/cheroot/test/test_wsgiapps.pyo +${PYSITELIB}/cheroot/test/test_server.py +${PYSITELIB}/cheroot/test/test_server.pyc +${PYSITELIB}/cheroot/test/test_server.pyo ${PYSITELIB}/cheroot/test/webtest.py ${PYSITELIB}/cheroot/test/webtest.pyc ${PYSITELIB}/cheroot/test/webtest.pyo +${PYSITELIB}/cheroot/testing.py +${PYSITELIB}/cheroot/testing.pyc +${PYSITELIB}/cheroot/testing.pyo ${PYSITELIB}/cheroot/workers/__init__.py ${PYSITELIB}/cheroot/workers/__init__.pyc ${PYSITELIB}/cheroot/workers/__init__.pyo Index: pkgsrc/www/py-cheroot/distinfo diff -u pkgsrc/www/py-cheroot/distinfo:1.8 pkgsrc/www/py-cheroot/distinfo:1.9 --- pkgsrc/www/py-cheroot/distinfo:1.8 Fri Jan 19 09:55:38 2018 +++ pkgsrc/www/py-cheroot/distinfo Mon Apr 9 12:10:15 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2018/01/19 09:55:38 adam Exp $ +$NetBSD: distinfo,v 1.9 2018/04/09 12:10:15 adam Exp $ -SHA1 (cheroot-6.0.0.tar.gz) = 0c26bb90153e41583bd63298a87988ca49acd888 -RMD160 (cheroot-6.0.0.tar.gz) = adc4735c81238d55879c90990687ba53eccb3538 -SHA512 (cheroot-6.0.0.tar.gz) = 0109fbf3b73ed3f12261eaa3c6d86b6c6b80a1ba3564548ba3288aa6c61a1c08db60886e677991bf7997e6a5b1ec7767a3e06098ec1748453e72c40fda7b82a7 -Size (cheroot-6.0.0.tar.gz) = 62763 bytes +SHA1 (cheroot-6.1.2.tar.gz) = 7f8489715b2394e10afac652052274c223356790 +RMD160 (cheroot-6.1.2.tar.gz) = 76391ffdaf4b89e4fe2442df95d47b0a44bcabde +SHA512 (cheroot-6.1.2.tar.gz) = d3ee6ead1ac7fb4f9fc8b87e31c332add02ce9c594c51acf0c8c2a2805b5adfd459f952ed2b23f2f879cde9022d1b460b74907b5712a08e27494f08c518bcc6d +Size (cheroot-6.1.2.tar.gz) = 65390 bytes --_----------=_152327581539020--