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 Mar 26 21:29:20 UTC 2019

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

Log Message:
py37-html-docs: Update to 3.7.3

Changes:
3.7.3
=====
Documentation
-------------
- bpo-36083: Fix formatting of --check-hash-based-pycs options in the
  manpage Synopsis.
- bpo-34764: Improve example of iter() with 2nd sentinel argument.
- bpo-21314: A new entry was added to the Core Language Section of the
  Programming FAQ, which explaines the usage of slash(/) in the signature of
  a function. Patch by Lysandros Nikolaou
- bpo-22062: Update documentation and docstrings for pathlib. Original patch
  by Mike Short.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/lang/py37-html-docs/Makefile:1.4
--- pkgsrc/lang/py37-html-docs/Makefile:1.3     Mon Dec 31 14:03:44 2018
+++ pkgsrc/lang/py37-html-docs/Makefile Tue Mar 26 21:29:20 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2018/12/31 14:03:44 leot Exp $
+# $NetBSD: Makefile,v 1.4 2019/03/26 21:29:20 leot Exp $
 #
 
-VERS=          3.7.2
+VERS=          3.7.3
 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.3 pkgsrc/lang/py37-html-docs/PLIST:1.4
--- pkgsrc/lang/py37-html-docs/PLIST:1.3        Mon Dec 31 14:03:44 2018
+++ pkgsrc/lang/py37-html-docs/PLIST    Tue Mar 26 21:29:20 2019
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2018/12/31 14:03:44 leot Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/03/26 21:29:20 leot Exp $
 share/doc/python3.7/.buildinfo
-share/doc/python3.7/_downloads/a5a8af4c77a704733a1f56b356fe840c/tzinfo_examples.py
+share/doc/python3.7/_downloads/890993d68b2f4776dedfcafde1149e0b/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
@@ -495,6 +495,7 @@ share/doc/python3.7/_static/down.png
 share/doc/python3.7/_static/file.png
 share/doc/python3.7/_static/jquery-3.2.1.js
 share/doc/python3.7/_static/jquery.js
+share/doc/python3.7/_static/language_data.js
 share/doc/python3.7/_static/minus.png
 share/doc/python3.7/_static/opensearch.xml
 share/doc/python3.7/_static/plus.png
Index: pkgsrc/lang/py37-html-docs/distinfo
diff -u pkgsrc/lang/py37-html-docs/distinfo:1.3 pkgsrc/lang/py37-html-docs/distinfo:1.4
--- pkgsrc/lang/py37-html-docs/distinfo:1.3     Mon Dec 31 14:03:44 2018
+++ pkgsrc/lang/py37-html-docs/distinfo Tue Mar 26 21:29:20 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/12/31 14:03:44 leot Exp $
+$NetBSD: distinfo,v 1.4 2019/03/26 21:29:20 leot Exp $
 
-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
+SHA1 (python/python-3.7.3-docs-html.tar.bz2) = 5131efe6860e93b7740593f13990813c6b6d13c0
+RMD160 (python/python-3.7.3-docs-html.tar.bz2) = e896ef5764fde8fac033898f01a09501fd4eba42
+SHA512 (python/python-3.7.3-docs-html.tar.bz2) = 2a07640081ff1fe5707a06791d27f9f88073513a8628e171e38fa9b7fd42b22f4bff85891f4cbfd11fe4993006487eb18eba8f67bcaeb23d336922e2dcf2bb30
+Size (python/python-3.7.3-docs-html.tar.bz2) = 6223981 bytes



Home | Main Index | Thread Index | Old Index