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:           Wed Apr 19 15:58:12 UTC 2017

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

Log Message:
Updated py-mercurial to 4.1.2.

Mercurial 4.1.2 (2017-4-3)

This is a regularly-scheduled bugfix release.

    Mercurial should work inside IIS on Windows again. (issue5493)

    zstd support now refuses to work on old bundle formats. (issue5506)

    Merges involving subrepositories no longer crash in some cases. (issue5505)

    Checking for new heads during push is no longer accidentally quadratic


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-mercurial/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-mercurial/Makefile.version \
    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.10 pkgsrc/devel/py-mercurial/Makefile:1.11
--- pkgsrc/devel/py-mercurial/Makefile:1.10     Sat Jul  2 11:09:37 2016
+++ pkgsrc/devel/py-mercurial/Makefile  Wed Apr 19 15:58:12 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/07/02 11:09:37 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/04/19 15:58:12 wiz Exp $
 
 DISTNAME=      mercurial-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -23,6 +23,7 @@ INSTALLATION_DIRS+=   share/doc/mercurial
 
 .include "Makefile.version"
 
+# https://bz.mercurial-scm.org/show_bug.cgi?id=5542
 do-test:
        cd ${WRKSRC} && make tests PYTHON=${PYTHONBIN}
 

Index: pkgsrc/devel/py-mercurial/Makefile.version
diff -u pkgsrc/devel/py-mercurial/Makefile.version:1.46 pkgsrc/devel/py-mercurial/Makefile.version:1.47
--- pkgsrc/devel/py-mercurial/Makefile.version:1.46     Fri Mar  3 10:24:05 2017
+++ pkgsrc/devel/py-mercurial/Makefile.version  Wed Apr 19 15:58:12 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.version,v 1.46 2017/03/03 10:24:05 wiz Exp $
+# $NetBSD: Makefile.version,v 1.47 2017/04/19 15:58:12 wiz Exp $
 
-VERSION=       4.1.1
+VERSION=       4.1.2
 
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 3.9
 # see also https://www.mercurial-scm.org/wiki/SupportedPythonVersions
Index: pkgsrc/devel/py-mercurial/distinfo
diff -u pkgsrc/devel/py-mercurial/distinfo:1.46 pkgsrc/devel/py-mercurial/distinfo:1.47
--- pkgsrc/devel/py-mercurial/distinfo:1.46     Fri Mar  3 10:24:05 2017
+++ pkgsrc/devel/py-mercurial/distinfo  Wed Apr 19 15:58:12 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.46 2017/03/03 10:24:05 wiz Exp $
+$NetBSD: distinfo,v 1.47 2017/04/19 15:58:12 wiz Exp $
 
-SHA1 (mercurial-4.1.1.tar.gz) = bcfd5c28e873855a87d6ad9ccbde36bd4ecd2c55
-RMD160 (mercurial-4.1.1.tar.gz) = 700d33187081d08ff02370489e77ebf508704394
-SHA512 (mercurial-4.1.1.tar.gz) = b076336a10d524e85a7eb46e0da7b1b5adb34ca377ec162ebf0b3fc1f3749db10bd9144ce046dda63aa0e6ad65d10e288919d65a88d5a9346b26a47d4b21bd49
-Size (mercurial-4.1.1.tar.gz) = 5132169 bytes
+SHA1 (mercurial-4.1.2.tar.gz) = 785e1630b677ea195392bdec82a834698b71f45c
+RMD160 (mercurial-4.1.2.tar.gz) = 82197df7e8496b99e59bde208dbf5253dbecb5c9
+SHA512 (mercurial-4.1.2.tar.gz) = 32b59d23d6b911b7a7e9c9c7659457daf2eba771d5170ad5a44a068d7941939e1d68c72c847e488bf26c14392e5d7ee25e5f660e0330250d0685acce40552745
+Size (mercurial-4.1.2.tar.gz) = 5133417 bytes



Home | Main Index | Thread Index | Old Index