pkgsrc-Changes archive

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

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



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.

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



Home | Main Index | Thread Index | Old Index