Tue Mar 26 06:20:17 2019 UTC ()
py-mercurial: update to 4.9.1.

Mercurial 4.9.1 (2019-03-19)

A regularly scheduled bugfix release, late due to vacations and similar disruptions at the regular time.

1.1. commands

    record: prevent commits that don't pick up dirty subrepo changes (issue6102)

1.2. extensions

    rebase: add missing dashes in help text

1.3. unsorted

    subrepo: avoid false unsafe path detection on Windows

    test-https: add some more known failure messages of client certs (issue6030)


(wiz)
diff -r1.68 -r1.69 pkgsrc/devel/py-mercurial/Makefile.version
diff -r1.73 -r1.74 pkgsrc/devel/py-mercurial/distinfo
diff -r1.1 -r0 pkgsrc/devel/py-mercurial/patches/patch-tests_test-https.t

cvs diff -r1.68 -r1.69 pkgsrc/devel/py-mercurial/Attic/Makefile.version (expand / switch to unified diff)

--- pkgsrc/devel/py-mercurial/Attic/Makefile.version 2019/02/14 09:53:06 1.68
+++ pkgsrc/devel/py-mercurial/Attic/Makefile.version 2019/03/26 06:20:17 1.69
@@ -1,14 +1,15 @@ @@ -1,14 +1,15 @@
1# $NetBSD: Makefile.version,v 1.68 2019/02/14 09:53:06 wiz Exp $ 1# $NetBSD: Makefile.version,v 1.69 2019/03/26 06:20:17 wiz Exp $
2 2
3VERSION= 4.9 3VERSION= 4.9.1
4 4
5PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 4.3 5PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 4.9.1
6# see also https://www.mercurial-scm.org/wiki/SupportedPythonVersions 6# see also https://www.mercurial-scm.org/wiki/SupportedPythonVersions
 7# and https://www.mercurial-scm.org/wiki/Python3
7# 8#
8# the following setup argument was requested when compiling 9# the following setup argument was requested when compiling
9# for python-3.x 10# for python-3.x
10#.include "../../lang/python/pyversion.mk" 11#.include "../../lang/python/pyversion.mk"
11# 12#
12#.if "${PYPKGPREFIX}" != "py27" 13#.if "${PYPKGPREFIX}" != "py27"
13#PYSETUPARGS+= --c2to3 14#PYSETUPARGS+= --c2to3
14#.endif 15#.endif

cvs diff -r1.73 -r1.74 pkgsrc/devel/py-mercurial/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-mercurial/distinfo 2019/03/19 12:12:22 1.73
+++ pkgsrc/devel/py-mercurial/distinfo 2019/03/26 06:20:17 1.74
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.73 2019/03/19 12:12:22 wiz Exp $ 1$NetBSD: distinfo,v 1.74 2019/03/26 06:20:17 wiz Exp $
2 2
3SHA1 (mercurial-4.9.tar.gz) = b6364e3fb3ba609bfaeb30b0ff3d3878909453b0 3SHA1 (mercurial-4.9.1.tar.gz) = 2919b255c97f1355b08f9f5fe13031c6ebfca315
4RMD160 (mercurial-4.9.tar.gz) = bc8e47451a25be0f431262318cb2c3c84503b764 4RMD160 (mercurial-4.9.1.tar.gz) = 4be4ff74ee183936b52774dfeeb9ab02df70e25b
5SHA512 (mercurial-4.9.tar.gz) = 59a5467cebb51f17cce7bcada37f8d85906493ab2e3d443ceeae2c6598fb69d2d59f1e99c73bd08345c5f90501a7bae0d70e04c770ea7653ec30648e591c97fb 5SHA512 (mercurial-4.9.1.tar.gz) = 2265ab501e24a2d229ef29404ca35d318faf620db163ec33225348d53139f7b6cb121e935ce444ec697ced69697f43df57dd7199ad20c1ca6f0275d9744ce391
6Size (mercurial-4.9.tar.gz) = 7075692 bytes 6Size (mercurial-4.9.1.tar.gz) = 7076867 bytes
7SHA1 (patch-tests_test-https.t) = 6c02b60c4462d3c46a712d7c5dd4e9239aab84d7 

File Deleted: pkgsrc/devel/py-mercurial/patches/Attic/patch-tests_test-https.t