diff options
author | wiz <wiz@pkgsrc.org> | 2019-03-26 06:20:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-03-26 06:20:17 +0000 |
commit | 76de21bab124f56e171c8a5a746399034daf19f0 (patch) | |
tree | 4cfd829e19c24b993dbdd24c926f03d02e9f8740 /devel | |
parent | 0d06ad56706d92e9ed14560b93c18beab881c097 (diff) | |
download | pkgsrc-76de21bab124f56e171c8a5a746399034daf19f0.tar.gz |
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)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-mercurial/Makefile.version | 7 | ||||
-rw-r--r-- | devel/py-mercurial/distinfo | 11 | ||||
-rw-r--r-- | devel/py-mercurial/patches/patch-tests_test-https.t | 16 |
3 files changed, 9 insertions, 25 deletions
diff --git a/devel/py-mercurial/Makefile.version b/devel/py-mercurial/Makefile.version index 0da6d350c13..5cc121c0fd4 100644 --- a/devel/py-mercurial/Makefile.version +++ b/devel/py-mercurial/Makefile.version @@ -1,9 +1,10 @@ -# $NetBSD: Makefile.version,v 1.68 2019/02/14 09:53:06 wiz Exp $ +# $NetBSD: Makefile.version,v 1.69 2019/03/26 06:20:17 wiz Exp $ -VERSION= 4.9 +VERSION= 4.9.1 -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 4.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 4.9.1 # see also https://www.mercurial-scm.org/wiki/SupportedPythonVersions +# and https://www.mercurial-scm.org/wiki/Python3 # # the following setup argument was requested when compiling # for python-3.x diff --git a/devel/py-mercurial/distinfo b/devel/py-mercurial/distinfo index 273b4e1402f..8bf2440cbc2 100644 --- a/devel/py-mercurial/distinfo +++ b/devel/py-mercurial/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.73 2019/03/19 12:12:22 wiz Exp $ +$NetBSD: distinfo,v 1.74 2019/03/26 06:20:17 wiz Exp $ -SHA1 (mercurial-4.9.tar.gz) = b6364e3fb3ba609bfaeb30b0ff3d3878909453b0 -RMD160 (mercurial-4.9.tar.gz) = bc8e47451a25be0f431262318cb2c3c84503b764 -SHA512 (mercurial-4.9.tar.gz) = 59a5467cebb51f17cce7bcada37f8d85906493ab2e3d443ceeae2c6598fb69d2d59f1e99c73bd08345c5f90501a7bae0d70e04c770ea7653ec30648e591c97fb -Size (mercurial-4.9.tar.gz) = 7075692 bytes -SHA1 (patch-tests_test-https.t) = 6c02b60c4462d3c46a712d7c5dd4e9239aab84d7 +SHA1 (mercurial-4.9.1.tar.gz) = 2919b255c97f1355b08f9f5fe13031c6ebfca315 +RMD160 (mercurial-4.9.1.tar.gz) = 4be4ff74ee183936b52774dfeeb9ab02df70e25b +SHA512 (mercurial-4.9.1.tar.gz) = 2265ab501e24a2d229ef29404ca35d318faf620db163ec33225348d53139f7b6cb121e935ce444ec697ced69697f43df57dd7199ad20c1ca6f0275d9744ce391 +Size (mercurial-4.9.1.tar.gz) = 7076867 bytes diff --git a/devel/py-mercurial/patches/patch-tests_test-https.t b/devel/py-mercurial/patches/patch-tests_test-https.t deleted file mode 100644 index fa207cf640e..00000000000 --- a/devel/py-mercurial/patches/patch-tests_test-https.t +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-tests_test-https.t,v 1.1 2019/03/19 12:12:22 wiz Exp $ - -Fix test failure on NetBSD. From -https://mercurial-scm.org/repo/hg/rev/406519302520 - ---- tests/test-https.t.orig 2019-02-01 18:44:06.000000000 +0000 -+++ tests/test-https.t -@@ -624,7 +624,7 @@ without client certificate: - - $ P="$CERTSDIR" hg id https://localhost:$HGPORT/ - warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?) -- abort: error: *handshake failure* (glob) -+ abort: error: .*(\$ECONNRESET\$|certificate required|handshake failure).* (re) - [255] - - with client certificate: |