Tue Oct 23 09:06:59 2018 UTC ()
py37-html-docs: Update lang/py37-html-docs to 3.7.1

Changes:
3.7.1
-----
Documentation
=============
- bpo-32174: chm document displays non-ASCII charaters properly on some
             MBCS Windows systems.
- bpo-34790: Document how passing coroutines to asyncio.wait() can be
             confusing.
- bpo-28617: Fixed info in the stdtypes docs concerning the types that
             support membership tests.
- bpo-34065: Fix wrongly written basicConfig documentation markup syntax
- bpo-33460: replaced ellipsis with correct error codes in tutorial
             chapter 3.
- bpo-33847: Add `@' operator entry to index.
- bpo-25041: Document AF_PACKET in the socket module.


(leot)
diff -r1.1 -r1.2 pkgsrc/lang/py37-html-docs/Makefile
diff -r1.1 -r1.2 pkgsrc/lang/py37-html-docs/PLIST
diff -r1.1 -r1.2 pkgsrc/lang/py37-html-docs/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/lang/py37-html-docs/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/py37-html-docs/Makefile 2018/07/31 10:17:58 1.1
+++ pkgsrc/lang/py37-html-docs/Makefile 2018/10/23 09:06:58 1.2
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.1 2018/07/31 10:17:58 leot Exp $ 1# $NetBSD: Makefile,v 1.2 2018/10/23 09:06:58 leot Exp $
2# 2#
3 3
4VERS= 3.7.0 4VERS= 3.7.1
5DISTNAME= python-${VERS}-docs-html 5DISTNAME= python-${VERS}-docs-html
6PKGNAME= py37-html-docs-${VERS} 6PKGNAME= py37-html-docs-${VERS}
7CATEGORIES= lang python 7CATEGORIES= lang python
8MASTER_SITES= https://www.python.org/ftp/python/doc/${VERS}/ 8MASTER_SITES= https://www.python.org/ftp/python/doc/${VERS}/
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10 10
11MAINTAINER= leot@NetBSD.org 11MAINTAINER= leot@NetBSD.org
12HOMEPAGE= https://www.python.org/doc/ 12HOMEPAGE= https://www.python.org/doc/
13COMMENT= HTML Documentation for Python 3.7 13COMMENT= HTML Documentation for Python 3.7
14LICENSE= python-software-foundation 14LICENSE= python-software-foundation
15 15
16DIST_SUBDIR= python 16DIST_SUBDIR= python
17 17

cvs diff -r1.1 -r1.2 pkgsrc/lang/py37-html-docs/PLIST (expand / switch to unified diff)

--- pkgsrc/lang/py37-html-docs/PLIST 2018/07/31 10:17:58 1.1
+++ pkgsrc/lang/py37-html-docs/PLIST 2018/10/23 09:06:58 1.2
@@ -1,21 +1,20 @@ @@ -1,21 +1,20 @@
1@comment $NetBSD: PLIST,v 1.1 2018/07/31 10:17:58 leot Exp $ 1@comment $NetBSD: PLIST,v 1.2 2018/10/23 09:06:58 leot Exp $
2share/doc/python3.7/.buildinfo 2share/doc/python3.7/.buildinfo
3share/doc/python3.7/_downloads/tzinfo_examples.py 3share/doc/python3.7/_downloads/tzinfo_examples.py
4share/doc/python3.7/_images/hashlib-blake2-tree.png 4share/doc/python3.7/_images/hashlib-blake2-tree.png
5share/doc/python3.7/_images/logging_flow.png 5share/doc/python3.7/_images/logging_flow.png
6share/doc/python3.7/_images/pathlib-inheritance.png 6share/doc/python3.7/_images/pathlib-inheritance.png
7share/doc/python3.7/_images/python-video-icon.png 7share/doc/python3.7/_images/python-video-icon.png
8share/doc/python3.7/_images/tulip_coro.png 
9share/doc/python3.7/_images/turtle-star.png 8share/doc/python3.7/_images/turtle-star.png
10share/doc/python3.7/_images/win_installer.png 9share/doc/python3.7/_images/win_installer.png
11share/doc/python3.7/_sources/about.rst.txt 10share/doc/python3.7/_sources/about.rst.txt
12share/doc/python3.7/_sources/bugs.rst.txt 11share/doc/python3.7/_sources/bugs.rst.txt
13share/doc/python3.7/_sources/c-api/abstract.rst.txt 12share/doc/python3.7/_sources/c-api/abstract.rst.txt
14share/doc/python3.7/_sources/c-api/allocation.rst.txt 13share/doc/python3.7/_sources/c-api/allocation.rst.txt
15share/doc/python3.7/_sources/c-api/apiabiversion.rst.txt 14share/doc/python3.7/_sources/c-api/apiabiversion.rst.txt
16share/doc/python3.7/_sources/c-api/arg.rst.txt 15share/doc/python3.7/_sources/c-api/arg.rst.txt
17share/doc/python3.7/_sources/c-api/bool.rst.txt 16share/doc/python3.7/_sources/c-api/bool.rst.txt
18share/doc/python3.7/_sources/c-api/buffer.rst.txt 17share/doc/python3.7/_sources/c-api/buffer.rst.txt
19share/doc/python3.7/_sources/c-api/bytearray.rst.txt 18share/doc/python3.7/_sources/c-api/bytearray.rst.txt
20share/doc/python3.7/_sources/c-api/bytes.rst.txt 19share/doc/python3.7/_sources/c-api/bytes.rst.txt
21share/doc/python3.7/_sources/c-api/capsule.rst.txt 20share/doc/python3.7/_sources/c-api/capsule.rst.txt
@@ -124,29 +123,34 @@ share/doc/python3.7/_sources/installing/ @@ -124,29 +123,34 @@ share/doc/python3.7/_sources/installing/
124share/doc/python3.7/_sources/library/2to3.rst.txt 123share/doc/python3.7/_sources/library/2to3.rst.txt
125share/doc/python3.7/_sources/library/__future__.rst.txt 124share/doc/python3.7/_sources/library/__future__.rst.txt
126share/doc/python3.7/_sources/library/__main__.rst.txt 125share/doc/python3.7/_sources/library/__main__.rst.txt
127share/doc/python3.7/_sources/library/_dummy_thread.rst.txt 126share/doc/python3.7/_sources/library/_dummy_thread.rst.txt
128share/doc/python3.7/_sources/library/_thread.rst.txt 127share/doc/python3.7/_sources/library/_thread.rst.txt
129share/doc/python3.7/_sources/library/abc.rst.txt 128share/doc/python3.7/_sources/library/abc.rst.txt
130share/doc/python3.7/_sources/library/aifc.rst.txt 129share/doc/python3.7/_sources/library/aifc.rst.txt
131share/doc/python3.7/_sources/library/allos.rst.txt 130share/doc/python3.7/_sources/library/allos.rst.txt
132share/doc/python3.7/_sources/library/archiving.rst.txt 131share/doc/python3.7/_sources/library/archiving.rst.txt
133share/doc/python3.7/_sources/library/argparse.rst.txt 132share/doc/python3.7/_sources/library/argparse.rst.txt
134share/doc/python3.7/_sources/library/array.rst.txt 133share/doc/python3.7/_sources/library/array.rst.txt
135share/doc/python3.7/_sources/library/ast.rst.txt 134share/doc/python3.7/_sources/library/ast.rst.txt
136share/doc/python3.7/_sources/library/asynchat.rst.txt 135share/doc/python3.7/_sources/library/asynchat.rst.txt
 136share/doc/python3.7/_sources/library/asyncio-api-index.rst.txt
137share/doc/python3.7/_sources/library/asyncio-dev.rst.txt 137share/doc/python3.7/_sources/library/asyncio-dev.rst.txt
138share/doc/python3.7/_sources/library/asyncio-eventloop.rst.txt 138share/doc/python3.7/_sources/library/asyncio-eventloop.rst.txt
139share/doc/python3.7/_sources/library/asyncio-eventloops.rst.txt 139share/doc/python3.7/_sources/library/asyncio-exceptions.rst.txt
 140share/doc/python3.7/_sources/library/asyncio-future.rst.txt
 141share/doc/python3.7/_sources/library/asyncio-llapi-index.rst.txt
 142share/doc/python3.7/_sources/library/asyncio-platforms.rst.txt
 143share/doc/python3.7/_sources/library/asyncio-policy.rst.txt
140share/doc/python3.7/_sources/library/asyncio-protocol.rst.txt 144share/doc/python3.7/_sources/library/asyncio-protocol.rst.txt
141share/doc/python3.7/_sources/library/asyncio-queue.rst.txt 145share/doc/python3.7/_sources/library/asyncio-queue.rst.txt
142share/doc/python3.7/_sources/library/asyncio-stream.rst.txt 146share/doc/python3.7/_sources/library/asyncio-stream.rst.txt
143share/doc/python3.7/_sources/library/asyncio-subprocess.rst.txt 147share/doc/python3.7/_sources/library/asyncio-subprocess.rst.txt
144share/doc/python3.7/_sources/library/asyncio-sync.rst.txt 148share/doc/python3.7/_sources/library/asyncio-sync.rst.txt
145share/doc/python3.7/_sources/library/asyncio-task.rst.txt 149share/doc/python3.7/_sources/library/asyncio-task.rst.txt
146share/doc/python3.7/_sources/library/asyncio.rst.txt 150share/doc/python3.7/_sources/library/asyncio.rst.txt
147share/doc/python3.7/_sources/library/asyncore.rst.txt 151share/doc/python3.7/_sources/library/asyncore.rst.txt
148share/doc/python3.7/_sources/library/atexit.rst.txt 152share/doc/python3.7/_sources/library/atexit.rst.txt
149share/doc/python3.7/_sources/library/audioop.rst.txt 153share/doc/python3.7/_sources/library/audioop.rst.txt
150share/doc/python3.7/_sources/library/base64.rst.txt 154share/doc/python3.7/_sources/library/base64.rst.txt
151share/doc/python3.7/_sources/library/bdb.rst.txt 155share/doc/python3.7/_sources/library/bdb.rst.txt
152share/doc/python3.7/_sources/library/binary.rst.txt 156share/doc/python3.7/_sources/library/binary.rst.txt
@@ -654,29 +658,34 @@ share/doc/python3.7/installing/index.htm @@ -654,29 +658,34 @@ share/doc/python3.7/installing/index.htm
654share/doc/python3.7/library/2to3.html 658share/doc/python3.7/library/2to3.html
655share/doc/python3.7/library/__future__.html 659share/doc/python3.7/library/__future__.html
656share/doc/python3.7/library/__main__.html 660share/doc/python3.7/library/__main__.html
657share/doc/python3.7/library/_dummy_thread.html 661share/doc/python3.7/library/_dummy_thread.html
658share/doc/python3.7/library/_thread.html 662share/doc/python3.7/library/_thread.html
659share/doc/python3.7/library/abc.html 663share/doc/python3.7/library/abc.html
660share/doc/python3.7/library/aifc.html 664share/doc/python3.7/library/aifc.html
661share/doc/python3.7/library/allos.html 665share/doc/python3.7/library/allos.html
662share/doc/python3.7/library/archiving.html 666share/doc/python3.7/library/archiving.html
663share/doc/python3.7/library/argparse.html 667share/doc/python3.7/library/argparse.html
664share/doc/python3.7/library/array.html 668share/doc/python3.7/library/array.html
665share/doc/python3.7/library/ast.html 669share/doc/python3.7/library/ast.html
666share/doc/python3.7/library/asynchat.html 670share/doc/python3.7/library/asynchat.html
 671share/doc/python3.7/library/asyncio-api-index.html
667share/doc/python3.7/library/asyncio-dev.html 672share/doc/python3.7/library/asyncio-dev.html
668share/doc/python3.7/library/asyncio-eventloop.html 673share/doc/python3.7/library/asyncio-eventloop.html
669share/doc/python3.7/library/asyncio-eventloops.html 674share/doc/python3.7/library/asyncio-exceptions.html
 675share/doc/python3.7/library/asyncio-future.html
 676share/doc/python3.7/library/asyncio-llapi-index.html
 677share/doc/python3.7/library/asyncio-platforms.html
 678share/doc/python3.7/library/asyncio-policy.html
670share/doc/python3.7/library/asyncio-protocol.html 679share/doc/python3.7/library/asyncio-protocol.html
671share/doc/python3.7/library/asyncio-queue.html 680share/doc/python3.7/library/asyncio-queue.html
672share/doc/python3.7/library/asyncio-stream.html 681share/doc/python3.7/library/asyncio-stream.html
673share/doc/python3.7/library/asyncio-subprocess.html 682share/doc/python3.7/library/asyncio-subprocess.html
674share/doc/python3.7/library/asyncio-sync.html 683share/doc/python3.7/library/asyncio-sync.html
675share/doc/python3.7/library/asyncio-task.html 684share/doc/python3.7/library/asyncio-task.html
676share/doc/python3.7/library/asyncio.html 685share/doc/python3.7/library/asyncio.html
677share/doc/python3.7/library/asyncore.html 686share/doc/python3.7/library/asyncore.html
678share/doc/python3.7/library/atexit.html 687share/doc/python3.7/library/atexit.html
679share/doc/python3.7/library/audioop.html 688share/doc/python3.7/library/audioop.html
680share/doc/python3.7/library/base64.html 689share/doc/python3.7/library/base64.html
681share/doc/python3.7/library/bdb.html 690share/doc/python3.7/library/bdb.html
682share/doc/python3.7/library/binary.html 691share/doc/python3.7/library/binary.html

cvs diff -r1.1 -r1.2 pkgsrc/lang/py37-html-docs/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/py37-html-docs/distinfo 2018/07/31 10:17:58 1.1
+++ pkgsrc/lang/py37-html-docs/distinfo 2018/10/23 09:06:58 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2018/07/31 10:17:58 leot Exp $ 1$NetBSD: distinfo,v 1.2 2018/10/23 09:06:58 leot Exp $
2 2
3SHA1 (python/python-3.7.0-docs-html.tar.bz2) = 3bc50814f231efae23f52e228eb2bc4f38996d2e 3SHA1 (python/python-3.7.1-docs-html.tar.bz2) = 3c22d930bea997ce6ce14e6a96d546a8c82ebcc3
4RMD160 (python/python-3.7.0-docs-html.tar.bz2) = 143b2ce7d285c5c4741960e9bb564150d94e9be2 4RMD160 (python/python-3.7.1-docs-html.tar.bz2) = e3d84c95c45812219232d105c90805a759776534
5SHA512 (python/python-3.7.0-docs-html.tar.bz2) = f5583e8d2792932ff3c90575ce98446f0f11eab3a78a1ea8df0203f29583ff9c2831879817ae5fb23cfdb32238d385361b7956c352c6431e9801e6509d3c5f09 5SHA512 (python/python-3.7.1-docs-html.tar.bz2) = ec2ff6bf6bb01e844a79cf8fedf9b3bf4acddcb303e82085aabebbadfeccf46107c53f4892632a36666ba4a88f30f2ba232db0b33ede36cb43d86167793a32b5
6Size (python/python-3.7.0-docs-html.tar.bz2) = 6222504 bytes 6Size (python/python-3.7.1-docs-html.tar.bz2) = 6184786 bytes