pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/py37-html-docs py37-html-docs: Update to 3.7.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f3d9a9da5c1
branches:  trunk
changeset: 341191:6f3d9a9da5c1
user:      leot <leot%pkgsrc.org@localhost>
date:      Wed Oct 16 10:51:42 2019 +0000

description:
py37-html-docs: Update to 3.7.5

Changes:
3.7.5
-----
Documentation
  * bpo-26868: Fix example usage of PyModule_AddObject() to properly handle
    errors.
  * bpo-37979: Added a link to dateutil.parser.isoparse in the
    datetime.fromisoformat documentation. Patch by Paul Ganssle
  * bpo-37937: Mention frame.f_trace in sys.settrace() docs.
  * bpo-37726: Stop recommending getopt in the tutorial for command line
    argument parsing and promote argparse.
  * bpo-32910: Remove implementation-specific behaviour of how venv?s
    Deactivate works.
  * bpo-37256: Fix wording of arguments for Request in urllib.request
  * bpo-37284: Add a brief note to indicate that any new sys.implementation
    required attributes must go through the PEP process.
  * bpo-30088: Documented that mailbox.Maildir constructor doesn?t attempt to
    verify the maildir folder layout correctness. Patch by Sviatoslav
    Sydorenko.
  * bpo-37487: Fix PyList_GetItem index description to include 0.
  * bpo-37478: Added possible exceptions to the description of os.chdir().
  * bpo-37004: In the documentation for difflib, a note was added explicitly
    warning that the results of SequenceMatcher?s ratio method may depend on
    the order of the input strings.
  * bpo-35803: Document and test that tempfile functions may accept a path-like
    object for the dir argument. Patch by Anthony Sottile.
  * bpo-34293: Fix the Doc/Makefile regarding PAPER environment variable and
    PDF builds

diffstat:

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

diffs (55 lines):

diff -r f184fee57fb7 -r 6f3d9a9da5c1 lang/py37-html-docs/Makefile
--- a/lang/py37-html-docs/Makefile      Wed Oct 16 10:14:53 2019 +0000
+++ b/lang/py37-html-docs/Makefile      Wed Oct 16 10:51:42 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/07/09 07:46:37 adam Exp $
+# $NetBSD: Makefile,v 1.6 2019/10/16 10:51:42 leot Exp $
 
-VERS=          3.7.4
+VERS=          3.7.5
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py37-html-docs-${VERS}
 CATEGORIES=    lang python
diff -r f184fee57fb7 -r 6f3d9a9da5c1 lang/py37-html-docs/PLIST
--- a/lang/py37-html-docs/PLIST Wed Oct 16 10:14:53 2019 +0000
+++ b/lang/py37-html-docs/PLIST Wed Oct 16 10:51:42 2019 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.5 2019/07/09 07:46:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/10/16 10:51:42 leot Exp $
 share/doc/python3.7/.buildinfo
-share/doc/python3.7/_downloads/388d705f24bc7799f766c5de6df669c1/tzinfo_examples.py
+share/doc/python3.7/_downloads/ea30e20b445b6d99d2ade2884125d9e7/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
@@ -458,6 +458,7 @@
 share/doc/python3.7/_sources/tutorial/venv.rst.txt
 share/doc/python3.7/_sources/tutorial/whatnow.rst.txt
 share/doc/python3.7/_sources/using/cmdline.rst.txt
+share/doc/python3.7/_sources/using/editors.rst.txt
 share/doc/python3.7/_sources/using/index.rst.txt
 share/doc/python3.7/_sources/using/mac.rst.txt
 share/doc/python3.7/_sources/using/unix.rst.txt
@@ -989,6 +990,7 @@
 share/doc/python3.7/tutorial/venv.html
 share/doc/python3.7/tutorial/whatnow.html
 share/doc/python3.7/using/cmdline.html
+share/doc/python3.7/using/editors.html
 share/doc/python3.7/using/index.html
 share/doc/python3.7/using/mac.html
 share/doc/python3.7/using/unix.html
diff -r f184fee57fb7 -r 6f3d9a9da5c1 lang/py37-html-docs/distinfo
--- a/lang/py37-html-docs/distinfo      Wed Oct 16 10:14:53 2019 +0000
+++ b/lang/py37-html-docs/distinfo      Wed Oct 16 10:51:42 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/07/09 07:46:37 adam Exp $
+$NetBSD: distinfo,v 1.6 2019/10/16 10:51:42 leot Exp $
 
-SHA1 (python-3.7.4-docs-html.tar.bz2) = 5a0ab4ed4bf690b9bb8c468eca0a1af62d40feef
-RMD160 (python-3.7.4-docs-html.tar.bz2) = dd18fa223b9fefa35e3acc44f3aaced61f67fc52
-SHA512 (python-3.7.4-docs-html.tar.bz2) = b3d0209bf95ddc6a54c48be380b3514eb20965c812f6b495e387320828f37eb8ce89f3321872a2bcd14387ac4a49d3fb43fcb10cbe9cb38830177f70dcf59992
-Size (python-3.7.4-docs-html.tar.bz2) = 6212393 bytes
+SHA1 (python-3.7.5-docs-html.tar.bz2) = ccef4ed49a2547eb4e2d97eb8772eef9d854cc44
+RMD160 (python-3.7.5-docs-html.tar.bz2) = 98c3124e366ca3428afbbabb5df5c6ea10cf17a5
+SHA512 (python-3.7.5-docs-html.tar.bz2) = f0df470452c89acc7c76afc5335afa3ad38ce0b239111ef811c5000b2593e699cce97e2af934c9235b306b910f6580f537fffdc342a501de6889f091fa367e82
+Size (python-3.7.5-docs-html.tar.bz2) = 6229393 bytes



Home | Main Index | Thread Index | Old Index