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 Oct 23 09:03:08 UTC 2018

Modified Files:
        pkgsrc/lang/py36-html-docs: Makefile distinfo

Log Message:
py36-html-docs: Update lang/py36-html-docs to 3.6.7

Changes:
3.6.7
-----
Documentation
=============
- bpo-32174: chm document displays non-ASCII charaters properly on some
             MBCS Windows systems.
- bpo-28617: Fixed info in the stdtypes docs concerning the types that
             support membership tests.
- bpo-34065: Fix wrongly written basicConfig documentation markup syntax
- bpo-33847: Add `@' operator entry to index.
- bpo-25041: Document AF_PACKET in the socket module.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/py36-html-docs/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/lang/py36-html-docs/Makefile:1.8
--- pkgsrc/lang/py36-html-docs/Makefile:1.7     Tue Jul 31 10:12:26 2018
+++ pkgsrc/lang/py36-html-docs/Makefile Tue Oct 23 09:03:07 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2018/07/31 10:12:26 leot Exp $
+# $NetBSD: Makefile,v 1.8 2018/10/23 09:03:07 leot Exp $
 #
 
-VERS=          3.6.6
+VERS=          3.6.7
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py36-html-docs-${VERS}
 CATEGORIES=    lang python

Index: pkgsrc/lang/py36-html-docs/distinfo
diff -u pkgsrc/lang/py36-html-docs/distinfo:1.6 pkgsrc/lang/py36-html-docs/distinfo:1.7
--- pkgsrc/lang/py36-html-docs/distinfo:1.6     Tue Jul 31 10:12:26 2018
+++ pkgsrc/lang/py36-html-docs/distinfo Tue Oct 23 09:03:08 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/07/31 10:12:26 leot Exp $
+$NetBSD: distinfo,v 1.7 2018/10/23 09:03:08 leot Exp $
 
-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
+SHA1 (python/python-3.6.7-docs-html.tar.bz2) = 081caeaa23311cb010c69d859c0e9354aa57be44
+RMD160 (python/python-3.6.7-docs-html.tar.bz2) = faa14f6e74e7c36cac0eb79d0d60ba970ea75fa4
+SHA512 (python/python-3.6.7-docs-html.tar.bz2) = c1d9c71597e197942580d5a5ea12a129b9c00b80311874ea63ca173ee13176ca1e31ae910ced765d5ffa7aec90e74b73459b4788d5bf048747117de6146c4d6b
+Size (python/python-3.6.7-docs-html.tar.bz2) = 6005095 bytes



Home | Main Index | Thread Index | Old Index