pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mercurial



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul  2 11:09:37 UTC 2016

Modified Files:
        pkgsrc/devel/py-mercurial: Makefile Makefile.version distinfo

Log Message:
Updated py-mercurial to 3.8.4.

Update HOMEPAGE and MASTER_SITES.

This is a regularly-scheduled bugfix release.

    bdiff: extend matches across popular lines
    bdiff: remove effectively dead code
    bundle2: don't assume ordering of heads checked after push
    help: document that [subpaths] may rewrite relative paths
    largefiles: fix support for local largefiles while using share extension
    sslutil: synchronize hostname matching logic with CPython


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-mercurial/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/py-mercurial/Makefile.version
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-mercurial/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-mercurial/Makefile
diff -u pkgsrc/devel/py-mercurial/Makefile:1.9 pkgsrc/devel/py-mercurial/Makefile:1.10
--- pkgsrc/devel/py-mercurial/Makefile:1.9      Sun Jan  3 16:53:30 2016
+++ pkgsrc/devel/py-mercurial/Makefile  Sat Jul  2 11:09:37 2016
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.9 2016/01/03 16:53:30 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2016/07/02 11:09:37 wiz Exp $
 
 DISTNAME=      mercurial-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel scm
-MASTER_SITES=  https://mercurial.selenic.com/release/
+MASTER_SITES=  https://www.mercurial-scm.org/release/
 
 MAINTAINER=    wiz%NetBSD.org@localhost
-HOMEPAGE=      http://mercurial.selenic.com/
+HOMEPAGE=      https://www.mercurial-scm.org/
 COMMENT=       Fast, lightweight source control management system
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3 # OR newer
 

Index: pkgsrc/devel/py-mercurial/Makefile.version
diff -u pkgsrc/devel/py-mercurial/Makefile.version:1.35 pkgsrc/devel/py-mercurial/Makefile.version:1.36
--- pkgsrc/devel/py-mercurial/Makefile.version:1.35     Sat Jun  4 07:59:45 2016
+++ pkgsrc/devel/py-mercurial/Makefile.version  Sat Jul  2 11:09:37 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.version,v 1.35 2016/06/04 07:59:45 wiz Exp $
+# $NetBSD: Makefile.version,v 1.36 2016/07/02 11:09:37 wiz Exp $
 
-VERSION=       3.8.3
+VERSION=       3.8.4
 
 PYTHON_VERSIONS_INCOMPATIBLE=  33 34 35 # not yet ported as of 3.4.1
 # see also http://mercurial.selenic.com/wiki/SupportedPythonVersions

Index: pkgsrc/devel/py-mercurial/distinfo
diff -u pkgsrc/devel/py-mercurial/distinfo:1.37 pkgsrc/devel/py-mercurial/distinfo:1.38
--- pkgsrc/devel/py-mercurial/distinfo:1.37     Sat Jun  4 07:59:45 2016
+++ pkgsrc/devel/py-mercurial/distinfo  Sat Jul  2 11:09:37 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2016/06/04 07:59:45 wiz Exp $
+$NetBSD: distinfo,v 1.38 2016/07/02 11:09:37 wiz Exp $
 
-SHA1 (mercurial-3.8.3.tar.gz) = cccade8ca2a3f9c876301c11959a1303c0c9b00e
-RMD160 (mercurial-3.8.3.tar.gz) = 34aea8129d34d7787f9b6f21ef2e0cad25c608b4
-SHA512 (mercurial-3.8.3.tar.gz) = d6106fe942406fa3fe85039fa67ca47659b934cf2a027dfe24bfaff2f26130051ea1ee6064b30648769a12c4d6c7de2764463fb29a8194f50d79bcd63a4c5246
-Size (mercurial-3.8.3.tar.gz) = 4772901 bytes
+SHA1 (mercurial-3.8.4.tar.gz) = 3fca166ff37f7900fc9ac361f67d259d63c09710
+RMD160 (mercurial-3.8.4.tar.gz) = 92640cbafdca47a03a2d7c4b3d492c913102c071
+SHA512 (mercurial-3.8.4.tar.gz) = 2ee785f631f9ae346e10ca77251a9ce6d3dacd598588c39f1a69ce1f4b668866f6109d682428512c37c300b26741b74672195538d66845e85cfff5ead886cf4c
+Size (mercurial-3.8.4.tar.gz) = 4775341 bytes



Home | Main Index | Thread Index | Old Index