Received: by mail.netbsd.org (Postfix, from userid 605) id D9D2484D53; Mon, 31 Dec 2018 14:24:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6760184D39 for ; Mon, 31 Dec 2018 14:24:46 +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 QePdQHgO7pQw for ; Mon, 31 Dec 2018 14:24:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A8D6884CE2 for ; Mon, 31 Dec 2018 14:24:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3157FB16; Mon, 31 Dec 2018 14:24:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1546266285212720" MIME-Version: 1.0 Date: Mon, 31 Dec 2018 14:24:45 +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: <20181231142445.A3157FB16@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. --_----------=_1546266285212720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: leot Date: Mon Dec 31 14:24:45 UTC 2018 Modified Files: pkgsrc/lang/py36-html-docs: Makefile PLIST distinfo Log Message: py36-html-docs: Update to 3.6.8 Changes: 3.6.8 ===== Documentation ------------- - bpo-35089: Remove mention of ``typing.io`` and ``typing.re``. Their types should be imported from ``typing`` directly. - bpo-35038: Fix the documentation about an unexisting `f_restricted` attribute in the frame object. Patch by Stéphane Wirtel - bpo-35035: Rename documentation for :mod:`email.utils` to ``email.utils.rst``. - bpo-34967: Use app.add_object_type() instead of the deprecated Sphinx function app.description_unit() - bpo-33594: Document ``getargspec``, ``from_function`` and ``from_builtin`` as deprecated in their respective docstring, and include version since deprecation in DeprecationWarning message. - bpo-32613: Update the faq/windows.html to use the py command from PEP 397 instead of python. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/py36-html-docs/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/py36-html-docs/PLIST cvs rdiff -u -r1.7 -r1.8 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. --_----------=_1546266285212720 Content-Disposition: inline Content-Length: 3461 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.8 pkgsrc/lang/py36-html-docs/Makefile:1.9 --- pkgsrc/lang/py36-html-docs/Makefile:1.8 Tue Oct 23 09:03:07 2018 +++ pkgsrc/lang/py36-html-docs/Makefile Mon Dec 31 14:24:45 2018 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2018/10/23 09:03:07 leot Exp $ +# $NetBSD: Makefile,v 1.9 2018/12/31 14:24:45 leot Exp $ # -VERS= 3.6.7 +VERS= 3.6.8 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.5 pkgsrc/lang/py36-html-docs/PLIST:1.6 --- pkgsrc/lang/py36-html-docs/PLIST:1.5 Tue Jul 31 10:12:26 2018 +++ pkgsrc/lang/py36-html-docs/PLIST Mon Dec 31 14:24:45 2018 @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.5 2018/07/31 10:12:26 leot Exp $ +@comment $NetBSD: PLIST,v 1.6 2018/12/31 14:24:45 leot Exp $ share/doc/python3.6/.buildinfo share/doc/python3.6/_images/hashlib-blake2-tree.png share/doc/python3.6/_images/logging_flow.png share/doc/python3.6/_images/pathlib-inheritance.png -share/doc/python3.6/_images/python-video-icon.png share/doc/python3.6/_images/tulip_coro.png share/doc/python3.6/_images/turtle-star.png share/doc/python3.6/_images/win_installer.png @@ -209,7 +208,7 @@ share/doc/python3.6/_sources/library/ema share/doc/python3.6/_sources/library/email.parser.rst.txt share/doc/python3.6/_sources/library/email.policy.rst.txt share/doc/python3.6/_sources/library/email.rst.txt -share/doc/python3.6/_sources/library/email.util.rst.txt +share/doc/python3.6/_sources/library/email.utils.rst.txt share/doc/python3.6/_sources/library/ensurepip.rst.txt share/doc/python3.6/_sources/library/enum.rst.txt share/doc/python3.6/_sources/library/errno.rst.txt @@ -736,7 +735,7 @@ share/doc/python3.6/library/email.messag share/doc/python3.6/library/email.mime.html share/doc/python3.6/library/email.parser.html share/doc/python3.6/library/email.policy.html -share/doc/python3.6/library/email.util.html +share/doc/python3.6/library/email.utils.html share/doc/python3.6/library/ensurepip.html share/doc/python3.6/library/enum.html share/doc/python3.6/library/errno.html Index: pkgsrc/lang/py36-html-docs/distinfo diff -u pkgsrc/lang/py36-html-docs/distinfo:1.7 pkgsrc/lang/py36-html-docs/distinfo:1.8 --- pkgsrc/lang/py36-html-docs/distinfo:1.7 Tue Oct 23 09:03:08 2018 +++ pkgsrc/lang/py36-html-docs/distinfo Mon Dec 31 14:24:45 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/10/23 09:03:08 leot Exp $ +$NetBSD: distinfo,v 1.8 2018/12/31 14:24:45 leot Exp $ -SHA1 (python/python-3.6.7-docs-html.tar.bz2) = 081caeaa23311cb010c69d859c0e9354aa57be44 -RMD160 (python/python-3.6.7-docs-html.tar.bz2) = faa14f6e74e7c36cac0eb79d0d60ba970ea75fa4 -SHA512 (python/python-3.6.7-docs-html.tar.bz2) = c1d9c71597e197942580d5a5ea12a129b9c00b80311874ea63ca173ee13176ca1e31ae910ced765d5ffa7aec90e74b73459b4788d5bf048747117de6146c4d6b -Size (python/python-3.6.7-docs-html.tar.bz2) = 6005095 bytes +SHA1 (python/python-3.6.8-docs-html.tar.bz2) = 67b28db38835ac6971706f67260c4511a319ba60 +RMD160 (python/python-3.6.8-docs-html.tar.bz2) = 257b3727793b3a2750bcaa7c3a2ebe29e3625027 +SHA512 (python/python-3.6.8-docs-html.tar.bz2) = d000c6630c1e15b58058e9f71668ce123a80a1320f6642773bb71fb6cd8fc4bfeeb763f68ec8244d91b8ee870eb0730b74932caa614f78e4de3d1c5b3627712c +Size (python/python-3.6.8-docs-html.tar.bz2) = 6010329 bytes --_----------=_1546266285212720--