pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py35-html-docs



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Jan 19 20:34:50 UTC 2017

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

Log Message:
Update lang/py35-html-docs to py35-html-docs-3.5.3

pkgsrc changes:
 - Switch MASTER_SITES to https://www.python.org/ftp/python/doc/${VERS}/
   Unlike previous MASTER_SITES the documentation there is not regenerated
   periodically (so it will avoid possible changes in the distfiles).

Changes (from the `Documentation' section of the Python 3.5.3 Changelog):
 - Issue #28513: Documented command-line interface of zipfile.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/py35-html-docs/Makefile \
    pkgsrc/lang/py35-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/py35-html-docs/Makefile
diff -u pkgsrc/lang/py35-html-docs/Makefile:1.1 pkgsrc/lang/py35-html-docs/Makefile:1.2
--- pkgsrc/lang/py35-html-docs/Makefile:1.1     Tue Jul 12 10:13:59 2016
+++ pkgsrc/lang/py35-html-docs/Makefile Thu Jan 19 20:34:50 2017
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2016/07/12 10:13:59 leot Exp $
+# $NetBSD: Makefile,v 1.2 2017/01/19 20:34:50 leot Exp $
 #
 
-VERS=          3.5.2
+VERS=          3.5.3
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py35-html-docs-${VERS}
 CATEGORIES=    lang python
-MASTER_SITES=  https://docs.python.org/${VERS:C/\.[0-9]+$//}/archives/
+MASTER_SITES=  https://www.python.org/ftp/python/doc/${VERS}/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/lang/py35-html-docs/distinfo
diff -u pkgsrc/lang/py35-html-docs/distinfo:1.1 pkgsrc/lang/py35-html-docs/distinfo:1.2
--- pkgsrc/lang/py35-html-docs/distinfo:1.1     Tue Jul 12 10:13:59 2016
+++ pkgsrc/lang/py35-html-docs/distinfo Thu Jan 19 20:34:50 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/07/12 10:13:59 leot Exp $
+$NetBSD: distinfo,v 1.2 2017/01/19 20:34:50 leot Exp $
 
-SHA1 (python/python-3.5.2-docs-html.tar.bz2) = b14aee25a2e29eafee52cf490843f1c4ea78f9b3
-RMD160 (python/python-3.5.2-docs-html.tar.bz2) = 16e6dc1ca90841e3f2a114fd34d7fbb931d4d3ca
-SHA512 (python/python-3.5.2-docs-html.tar.bz2) = a22cec7a6350b1731fe196fa83cd64268bc26ba71cc9541544467f0dad9efb2037b4ed0978b976c299436066d6befa41cc49d3891cce02d90544b504b41ee748
-Size (python/python-3.5.2-docs-html.tar.bz2) = 5716139 bytes
+SHA1 (python/python-3.5.3-docs-html.tar.bz2) = 1d726299513a382da23cf51560a07858f66c7263
+RMD160 (python/python-3.5.3-docs-html.tar.bz2) = c98806fb953825fa81b91aeeb0403238c7fa8b46
+SHA512 (python/python-3.5.3-docs-html.tar.bz2) = 3eea03fd83807d8d8e36ee398875f72f4863c0d4c92f0196876ffc195aebf940abde3192ab9e3686e74f5931b98073024601e49073efac0cd376d73bcdb5e66a
+Size (python/python-3.5.3-docs-html.tar.bz2) = 5719815 bytes



Home | Main Index | Thread Index | Old Index