pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/py36-html-docs py36-html-docs: Updat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be7a14350c01
branches:  trunk
changeset: 307469:be7a14350c01
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon May 07 08:36:10 2018 +0000
description:
py36-html-docs: Update py36-html-docs to 3.6.5

Changes:
Documentation
-------------
 - bpo-17232: Clarify docs for -O and -OO. Patch by Terry Reedy.
 - bpo-32800: Update link to w3c doc for xml default namespaces.
 - bpo-8722: Document __getattr__() behavior when property get() method raises
             AttributeError.
 - bpo-32614: Modify RE examples in documentation to use raw strings to
              prevent DeprecationWarning and add text to REGEX HOWTO to
              highlight the deprecation.
 - bpo-31972: Improve docstrings for pathlib.PurePath subclasses.
 - bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile and
              their C-API counterparts regarding which type of events are
              received in each function. Patch by Pablo Galindo Salgado.

diffstat:

 lang/py36-html-docs/Makefile |   4 ++--
 lang/py36-html-docs/PLIST    |   5 +++--
 lang/py36-html-docs/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (50 lines):

diff -r 72cff4c27644 -r be7a14350c01 lang/py36-html-docs/Makefile
--- a/lang/py36-html-docs/Makefile      Mon May 07 07:59:58 2018 +0000
+++ b/lang/py36-html-docs/Makefile      Mon May 07 08:36:10 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2017/12/19 11:33:04 leot Exp $
+# $NetBSD: Makefile,v 1.6 2018/05/07 08:36:10 leot Exp $
 #
 
-VERS=          3.6.4
+VERS=          3.6.5
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py36-html-docs-${VERS}
 CATEGORIES=    lang python
diff -r 72cff4c27644 -r be7a14350c01 lang/py36-html-docs/PLIST
--- a/lang/py36-html-docs/PLIST Mon May 07 07:59:58 2018 +0000
+++ b/lang/py36-html-docs/PLIST Mon May 07 08:36:10 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/11/24 11:25:33 leot Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/05/07 08:36:10 leot Exp $
 share/doc/python3.6/.buildinfo
 share/doc/python3.6/_images/hashlib-blake2-tree.png
 share/doc/python3.6/_images/logging_flow.png
@@ -481,10 +481,11 @@
 share/doc/python3.6/_static/copybutton.js
 share/doc/python3.6/_static/default.css
 share/doc/python3.6/_static/doctools.js
+share/doc/python3.6/_static/documentation_options.js
 share/doc/python3.6/_static/down-pressed.png
 share/doc/python3.6/_static/down.png
 share/doc/python3.6/_static/file.png
-share/doc/python3.6/_static/jquery-3.1.0.js
+share/doc/python3.6/_static/jquery-3.2.1.js
 share/doc/python3.6/_static/jquery.js
 share/doc/python3.6/_static/minus.png
 share/doc/python3.6/_static/opensearch.xml
diff -r 72cff4c27644 -r be7a14350c01 lang/py36-html-docs/distinfo
--- a/lang/py36-html-docs/distinfo      Mon May 07 07:59:58 2018 +0000
+++ b/lang/py36-html-docs/distinfo      Mon May 07 08:36:10 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/12/19 11:33:04 leot Exp $
+$NetBSD: distinfo,v 1.5 2018/05/07 08:36:10 leot Exp $
 
-SHA1 (python/python-3.6.4-docs-html.tar.bz2) = a633cb93ec35524ba4c1a839c73a33a3addffcfd
-RMD160 (python/python-3.6.4-docs-html.tar.bz2) = e3d03902faf4483c0c0b60c3bf1316e8480154bb
-SHA512 (python/python-3.6.4-docs-html.tar.bz2) = a4cf51ec0e7127f417b066e2727258395954dfc5f1aaa0ad1d25e81dae40ace0d51b18413600fce0f5b1002e4b130a3914b7c9244025375e8fe5332c8d86635d
-Size (python/python-3.6.4-docs-html.tar.bz2) = 5955729 bytes
+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



Home | Main Index | Thread Index | Old Index