Received: by mail.netbsd.org (Postfix, from userid 605) id F17AE84FC2; Tue, 31 Jul 2018 10:12:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0643984F2D for ; Tue, 31 Jul 2018 10:12:28 +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 bM84NhEXam32 for ; Tue, 31 Jul 2018 10:12:27 +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 0DF5E84D53 for ; Tue, 31 Jul 2018 10:12:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F3895FBEC; Tue, 31 Jul 2018 10:12:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1533031946228820" MIME-Version: 1.0 Date: Tue, 31 Jul 2018 10:12:26 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/lang/py36-html-docs To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20180731101226.F3895FBEC@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. --_----------=_1533031946228820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Tue Jul 31 10:12:26 UTC 2018 Modified Files: pkgsrc/lang/py36-html-docs: Makefile PLIST distinfo Log Message: py36-html-docs: Update lang/py36-html-docs to 3.6.6 Changes: 3.6.6 ----- Documentation - bpo-33503: Fix broken pypi link - bpo-33421: Add missing documentation for typing.AsyncContextManager. - bpo-33378: Add Korean language switcher for https://docs.python.org/3/ - bpo-33276: Clarify that the __path__ attribute on modules cannot be just any value. - bpo-33201: Modernize documentation for writing C extension types. - bpo-33195: Deprecate Py_UNICODE usage in c-api/arg document. Py_UNICODE related APIs are deprecated since Python 3.3, but it is missed in the document. - bpo-33126: Document PyBuffer_ToContiguous(). - bpo-27212: Modify documentation for the islice() recipe to consume initial values up to the start index. - bpo-28247: Update zipapp documentation to describe how to make standalone applications. - bpo-18802: Documentation changes for ipaddress. Patch by Jon Foster and Berker Peksag. - bpo-27428: Update documentation to clarify that WindowsRegistryFinder implements MetaPathFinder. (Patch by Himanshu Lakhara) - bpo-8243: Add a note about curses.addch and curses.addstr exception behavior when writing outside a window, or pad. - bpo-31432: Clarify meaning of CERT_NONE, CERT_OPTIONAL, and CERT_REQUIRED flags for ssl.SSLContext.verify_mode. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/py36-html-docs/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/py36-html-docs/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/py36-html-docs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1533031946228820 Content-Disposition: inline Content-Length: 3122 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/py36-html-docs/Makefile diff -u pkgsrc/lang/py36-html-docs/Makefile:1.6 pkgsrc/lang/py36-html-docs/Makefile:1.7 --- pkgsrc/lang/py36-html-docs/Makefile:1.6 Mon May 7 08:36:10 2018 +++ pkgsrc/lang/py36-html-docs/Makefile Tue Jul 31 10:12:26 2018 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2018/05/07 08:36:10 leot Exp $ +# $NetBSD: Makefile,v 1.7 2018/07/31 10:12:26 leot Exp $ # -VERS= 3.6.5 +VERS= 3.6.6 DISTNAME= python-${VERS}-docs-html PKGNAME= py36-html-docs-${VERS} CATEGORIES= lang python Index: pkgsrc/lang/py36-html-docs/PLIST diff -u pkgsrc/lang/py36-html-docs/PLIST:1.4 pkgsrc/lang/py36-html-docs/PLIST:1.5 --- pkgsrc/lang/py36-html-docs/PLIST:1.4 Mon May 7 08:36:10 2018 +++ pkgsrc/lang/py36-html-docs/PLIST Tue Jul 31 10:12:26 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2018/05/07 08:36:10 leot Exp $ +@comment $NetBSD: PLIST,v 1.5 2018/07/31 10:12:26 leot Exp $ share/doc/python3.6/.buildinfo share/doc/python3.6/_images/hashlib-blake2-tree.png share/doc/python3.6/_images/logging_flow.png @@ -88,6 +88,7 @@ share/doc/python3.6/_sources/extending/e share/doc/python3.6/_sources/extending/extending.rst.txt share/doc/python3.6/_sources/extending/index.rst.txt share/doc/python3.6/_sources/extending/newtypes.rst.txt +share/doc/python3.6/_sources/extending/newtypes_tutorial.rst.txt share/doc/python3.6/_sources/extending/windows.rst.txt share/doc/python3.6/_sources/faq/design.rst.txt share/doc/python3.6/_sources/faq/extending.rst.txt @@ -583,6 +584,7 @@ share/doc/python3.6/extending/embedding. share/doc/python3.6/extending/extending.html share/doc/python3.6/extending/index.html share/doc/python3.6/extending/newtypes.html +share/doc/python3.6/extending/newtypes_tutorial.html share/doc/python3.6/extending/windows.html share/doc/python3.6/faq/design.html share/doc/python3.6/faq/extending.html Index: pkgsrc/lang/py36-html-docs/distinfo diff -u pkgsrc/lang/py36-html-docs/distinfo:1.5 pkgsrc/lang/py36-html-docs/distinfo:1.6 --- pkgsrc/lang/py36-html-docs/distinfo:1.5 Mon May 7 08:36:10 2018 +++ pkgsrc/lang/py36-html-docs/distinfo Tue Jul 31 10:12:26 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2018/05/07 08:36:10 leot Exp $ +$NetBSD: distinfo,v 1.6 2018/07/31 10:12:26 leot Exp $ -SHA1 (python/python-3.6.5-docs-html.tar.bz2) = 2bc32058a226357a735415209b158527a67479ac -RMD160 (python/python-3.6.5-docs-html.tar.bz2) = 8afebdcd10c0aafa051b0875fb810170c6db2b28 -SHA512 (python/python-3.6.5-docs-html.tar.bz2) = bf6a73af7c4eb5eb53409d5e65784de72b24869caef0e6a69015b18fea55c9ad24096ee3497379b071e1d4bf3deea6f9a57975ef827784a8e052a214627cacca -Size (python/python-3.6.5-docs-html.tar.bz2) = 5970853 bytes +SHA1 (python/python-3.6.6-docs-html.tar.bz2) = 4de90e9383eea432dc5a1788c5360923b123d313 +RMD160 (python/python-3.6.6-docs-html.tar.bz2) = 789a1d92b10f44326d9045271011db7d376ec404 +SHA512 (python/python-3.6.6-docs-html.tar.bz2) = 20c931133832408ac1fb380473c0c3c1d1bf5fbd7861f248820c625654f21ae706b2bf784df412be73913565d6e53f771c7b7e9126dbf16e49f4a75c8d9217e8 +Size (python/python-3.6.6-docs-html.tar.bz2) = 5989926 bytes --_----------=_1533031946228820--