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.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a464a8aa3a7
branches:  trunk
changeset: 327388:9a464a8aa3a7
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Dec 31 14:03:44 2018 +0000

description:
py37-html-docs: Update to 3.7.2

Changes:
3.7.2
=====
Documentation
-------------
- bpo-35089: Remove mention of ``typing.io`` and ``typing.re``. Their types
  should be imported from ``typing`` directly.
- bpo-35038: Fix the documentation about an unexisting `f_restricted`
  attribute in the frame object. Patch by St?phane Wirtel
- bpo-35044: Fix the documentation with the role ``exc`` for the
  appropriated exception. Patch by St?phane Wirtel
- bpo-35035: Rename documentation for :mod:`email.utils` to
  ``email.utils.rst``.
- bpo-34967: Use app.add_object_type() instead of the deprecated Sphinx
  function app.description_unit()
- bpo-11233: Create availability directive for documentation.  Original
  patch by Georg Brandl.
- bpo-33594: Document ``getargspec``, ``from_function`` and ``from_builtin``
  as deprecated in their respective docstring, and include version since
  deprecation in DeprecationWarning message.
- bpo-32613: Update the faq/windows.html to use the py command from PEP 397
  instead of python.

diffstat:

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

diffs (62 lines):

diff -r 7be98e3728d2 -r 9a464a8aa3a7 lang/py37-html-docs/Makefile
--- a/lang/py37-html-docs/Makefile      Mon Dec 31 13:55:55 2018 +0000
+++ b/lang/py37-html-docs/Makefile      Mon Dec 31 14:03:44 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2018/10/23 09:06:58 leot Exp $
+# $NetBSD: Makefile,v 1.3 2018/12/31 14:03:44 leot Exp $
 #
 
-VERS=          3.7.1
+VERS=          3.7.2
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py37-html-docs-${VERS}
 CATEGORIES=    lang python
diff -r 7be98e3728d2 -r 9a464a8aa3a7 lang/py37-html-docs/PLIST
--- a/lang/py37-html-docs/PLIST Mon Dec 31 13:55:55 2018 +0000
+++ b/lang/py37-html-docs/PLIST Mon Dec 31 14:03:44 2018 +0000
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2018/10/23 09:06:58 leot Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/12/31 14:03:44 leot Exp $
 share/doc/python3.7/.buildinfo
-share/doc/python3.7/_downloads/tzinfo_examples.py
+share/doc/python3.7/_downloads/a5a8af4c77a704733a1f56b356fe840c/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/turtle-star.png
 share/doc/python3.7/_images/win_installer.png
 share/doc/python3.7/_sources/about.rst.txt
@@ -217,7 +216,7 @@
 share/doc/python3.7/_sources/library/email.parser.rst.txt
 share/doc/python3.7/_sources/library/email.policy.rst.txt
 share/doc/python3.7/_sources/library/email.rst.txt
-share/doc/python3.7/_sources/library/email.util.rst.txt
+share/doc/python3.7/_sources/library/email.utils.rst.txt
 share/doc/python3.7/_sources/library/ensurepip.rst.txt
 share/doc/python3.7/_sources/library/enum.rst.txt
 share/doc/python3.7/_sources/library/errno.rst.txt
@@ -752,7 +751,7 @@
 share/doc/python3.7/library/email.mime.html
 share/doc/python3.7/library/email.parser.html
 share/doc/python3.7/library/email.policy.html
-share/doc/python3.7/library/email.util.html
+share/doc/python3.7/library/email.utils.html
 share/doc/python3.7/library/ensurepip.html
 share/doc/python3.7/library/enum.html
 share/doc/python3.7/library/errno.html
diff -r 7be98e3728d2 -r 9a464a8aa3a7 lang/py37-html-docs/distinfo
--- a/lang/py37-html-docs/distinfo      Mon Dec 31 13:55:55 2018 +0000
+++ b/lang/py37-html-docs/distinfo      Mon Dec 31 14:03:44 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/10/23 09:06:58 leot Exp $
+$NetBSD: distinfo,v 1.3 2018/12/31 14:03:44 leot Exp $
 
-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
+SHA1 (python/python-3.7.2-docs-html.tar.bz2) = 5093f129a3e7bc057e2528959db16a0f9ccf4a6d
+RMD160 (python/python-3.7.2-docs-html.tar.bz2) = a0dfd6f9999c2591cb5ed0c38191cecf4a769b48
+SHA512 (python/python-3.7.2-docs-html.tar.bz2) = 489e8dbbfeb0df28f870af6e12e37fc60ce83cfaf01e9e4afd3fcdbb797693e463dd3a27e6659df50629ddee91b5ea7c151120122fccb6de25ad20efe5faec79
+Size (python/python-3.7.2-docs-html.tar.bz2) = 6213366 bytes



Home | Main Index | Thread Index | Old Index