pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/py37-html-docs



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue Oct 23 09:06:59 UTC 2018

Modified Files:
        pkgsrc/lang/py37-html-docs: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/py37-html-docs/Makefile \
    pkgsrc/lang/py37-html-docs/PLIST pkgsrc/lang/py37-html-docs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py37-html-docs/Makefile
diff -u pkgsrc/lang/py37-html-docs/Makefile:1.1 pkgsrc/lang/py37-html-docs/Makefile:1.2
--- pkgsrc/lang/py37-html-docs/Makefile:1.1     Tue Jul 31 10:17:58 2018
+++ pkgsrc/lang/py37-html-docs/Makefile Tue Oct 23 09:06:58 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2018/07/31 10:17:58 leot Exp $
+# $NetBSD: Makefile,v 1.2 2018/10/23 09:06:58 leot Exp $
 #
 
-VERS=          3.7.0
+VERS=          3.7.1
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py37-html-docs-${VERS}
 CATEGORIES=    lang python
Index: pkgsrc/lang/py37-html-docs/PLIST
diff -u pkgsrc/lang/py37-html-docs/PLIST:1.1 pkgsrc/lang/py37-html-docs/PLIST:1.2
--- pkgsrc/lang/py37-html-docs/PLIST:1.1        Tue Jul 31 10:17:58 2018
+++ pkgsrc/lang/py37-html-docs/PLIST    Tue Oct 23 09:06:58 2018
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2018/07/31 10:17:58 leot Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/10/23 09:06:58 leot Exp $
 share/doc/python3.7/.buildinfo
 share/doc/python3.7/_downloads/tzinfo_examples.py
 share/doc/python3.7/_images/hashlib-blake2-tree.png
 share/doc/python3.7/_images/logging_flow.png
 share/doc/python3.7/_images/pathlib-inheritance.png
 share/doc/python3.7/_images/python-video-icon.png
-share/doc/python3.7/_images/tulip_coro.png
 share/doc/python3.7/_images/turtle-star.png
 share/doc/python3.7/_images/win_installer.png
 share/doc/python3.7/_sources/about.rst.txt
@@ -134,9 +133,14 @@ share/doc/python3.7/_sources/library/arg
 share/doc/python3.7/_sources/library/array.rst.txt
 share/doc/python3.7/_sources/library/ast.rst.txt
 share/doc/python3.7/_sources/library/asynchat.rst.txt
+share/doc/python3.7/_sources/library/asyncio-api-index.rst.txt
 share/doc/python3.7/_sources/library/asyncio-dev.rst.txt
 share/doc/python3.7/_sources/library/asyncio-eventloop.rst.txt
-share/doc/python3.7/_sources/library/asyncio-eventloops.rst.txt
+share/doc/python3.7/_sources/library/asyncio-exceptions.rst.txt
+share/doc/python3.7/_sources/library/asyncio-future.rst.txt
+share/doc/python3.7/_sources/library/asyncio-llapi-index.rst.txt
+share/doc/python3.7/_sources/library/asyncio-platforms.rst.txt
+share/doc/python3.7/_sources/library/asyncio-policy.rst.txt
 share/doc/python3.7/_sources/library/asyncio-protocol.rst.txt
 share/doc/python3.7/_sources/library/asyncio-queue.rst.txt
 share/doc/python3.7/_sources/library/asyncio-stream.rst.txt
@@ -664,9 +668,14 @@ share/doc/python3.7/library/argparse.htm
 share/doc/python3.7/library/array.html
 share/doc/python3.7/library/ast.html
 share/doc/python3.7/library/asynchat.html
+share/doc/python3.7/library/asyncio-api-index.html
 share/doc/python3.7/library/asyncio-dev.html
 share/doc/python3.7/library/asyncio-eventloop.html
-share/doc/python3.7/library/asyncio-eventloops.html
+share/doc/python3.7/library/asyncio-exceptions.html
+share/doc/python3.7/library/asyncio-future.html
+share/doc/python3.7/library/asyncio-llapi-index.html
+share/doc/python3.7/library/asyncio-platforms.html
+share/doc/python3.7/library/asyncio-policy.html
 share/doc/python3.7/library/asyncio-protocol.html
 share/doc/python3.7/library/asyncio-queue.html
 share/doc/python3.7/library/asyncio-stream.html
Index: pkgsrc/lang/py37-html-docs/distinfo
diff -u pkgsrc/lang/py37-html-docs/distinfo:1.1 pkgsrc/lang/py37-html-docs/distinfo:1.2
--- pkgsrc/lang/py37-html-docs/distinfo:1.1     Tue Jul 31 10:17:58 2018
+++ pkgsrc/lang/py37-html-docs/distinfo Tue Oct 23 09:06:58 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/07/31 10:17:58 leot Exp $
+$NetBSD: distinfo,v 1.2 2018/10/23 09:06:58 leot Exp $
 
-SHA1 (python/python-3.7.0-docs-html.tar.bz2) = 3bc50814f231efae23f52e228eb2bc4f38996d2e
-RMD160 (python/python-3.7.0-docs-html.tar.bz2) = 143b2ce7d285c5c4741960e9bb564150d94e9be2
-SHA512 (python/python-3.7.0-docs-html.tar.bz2) = f5583e8d2792932ff3c90575ce98446f0f11eab3a78a1ea8df0203f29583ff9c2831879817ae5fb23cfdb32238d385361b7956c352c6431e9801e6509d3c5f09
-Size (python/python-3.7.0-docs-html.tar.bz2) = 6222504 bytes
+SHA1 (python/python-3.7.1-docs-html.tar.bz2) = 3c22d930bea997ce6ce14e6a96d546a8c82ebcc3
+RMD160 (python/python-3.7.1-docs-html.tar.bz2) = e3d84c95c45812219232d105c90805a759776534
+SHA512 (python/python-3.7.1-docs-html.tar.bz2) = ec2ff6bf6bb01e844a79cf8fedf9b3bf4acddcb303e82085aabebbadfeccf46107c53f4892632a36666ba4a88f30f2ba232db0b33ede36cb43d86167793a32b5
+Size (python/python-3.7.1-docs-html.tar.bz2) = 6184786 bytes



Home | Main Index | Thread Index | Old Index